Is there any publication, article or guide on implementing security controls based on NIST for Windows Server 2008?
Server Security Implementation Using NIST
Excel 2010 Pasting Image Help
Facebook like website
Hi
Is there tutorial how to make something like Facebook, Twitter, Instagram?
So if you are registered you can post things, pictures or text.
Thanks for help :)
Failed to find or load the registered .Net Framework Data Provider. SQL Server Database
Hi all,
Any help would be really appreciated! I've worked on a solution on Visual Studio 2013 Community and using Entity Framework 5. I've a MySQL Database working with connector 6.9.6.0.
Everything's works fine on my local machine when running the solution. I've deployed it (Web Deploy Package) on an IIS 8.5. When I try to launch my app, I've the following error message:
Failed to find or load the registered .Net Framework Data Provider.
What do am I missing to make my project work with IIS Server and my MySQL Database.
Thanks for your help!
-Jacob
WinObj-C getting UWP/WindowsUIXamlControls.h' file not found error in WOCCatalog UWP project
Hi,
I am trying new iOS to windows app bridge.
I downloaded WinObjC file and followed the instructions given in Windows bridge for iOS project.
When I build the project I am getting error
'UWP/WindowsUIXamlControls.h' file not found in
XamlViewController.h.
and Warning
Could not resolve this reference. Could not locate the assembly "XamlCompositorCS". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Please help with this. I am using VS2015 RC pre-release build. Also I tried to download New build of Winobj-C Master but still the same error.
We're unable to complete your request Microsoft account is experiencing technical problems. Please try again later.
i am getting this error when i am doing Oauth verification in my application using microsoft account.
We're unable to complete your request
Microsoft account is experiencing technical problems. Please try again later.
call of duty black ops 2
Web Serivce Architecture/Design for a CRM Integration Service: How to Execute Batch Jobs in a Load Balanced Environment
I've created a web service in C# that I am calling from a SQL Agent scheduled job and that integrates data into CRM 2011 On-Premise. The web server is load-balanced with two servers in the farm at this time. On the CRM App Servers, they are also load-balanced and the oddity is that on the CRM App Services, it runs about 95% of the processes on one and 5% on the other. The reason for this is that there are four unique process that are importing data into a database, as follows.
- 15K records per hour
- 100 records per hour
- 20K records per hour
- 1K records per hour
Note that the difference between the volumes ran by each are significant. What we find is that #2/#4 runs on the same server and #1/#3 run on the same server. Because #2 and #4 take up about 95% of the workload, server-2 is being underutilized.
What I would like to do is figure out how to break apart the two larger jobs into small subsets of data. This is running for about 60 offices/branches we have across the country. So I think that if I can adjust the design a bit, so that I can fire off separate sessions/jobs per branch, the load-balancer would be better able to balance the workload. However, I am not sure how to go about designing/architecting this, as I am not sure exactly what the CRM App Servers are doing and how I can go about getting them to correctly load-balance updates firing off from my web-service.
I might need the web service methods to fire off in such a way as to create multiple sessions that the load-balancer will balance for me. Currently, I am created unique threads per branch. So I think the best option here is to adjust the design to create unique sessions where I am currently creating unique threads.
So my question is, what does the CRM App Server load-balancer need in order to consider something as a separate session or job? Would I need to create say a unique method for each session, or could I go into the global.asax for the web-service and create muiltiple sessions in such a way that the load-balancer could pick them up and balance them correctly?
I just have no idea where to start looking at this, but I am sure it's a common issue to run into. So I am hoping someone that has done this can offer some suggestions or point me in the right direction.
Best regards,
Jon
Jon Gregory Rothlander
Nokia-Lumia
My Nokia Lumia, requested updates on July 29, 2015 around 3:30 pm. The message continuously, repeated updates will be completed in a moment. But my phone resulted in a frozen state. I unable to tap on any Icons nothing is moving, no apps are available and I am unable to make any phone calls.
How can this error be resolved with my phone?
account issue
How do I delete my account? My old WS-Live Account , I don't use anymore !
Tho whom it may concern: (?) Doesn't (?) - It's terribly annoying for me ,to look at tis on my Logon Screen , full displayed with Name , a stupid name , because I didn't care in the past - I hate it , and DON'T want to see it daily - There MUST be a Solution...!
Please delete my account! I've a better , new one - how is the PIN Feature (sign in with PIN ) possible , or any other Solution?
Thats all - what matters for me in the first Place (other Bugs later) - I didn't find any Solution , PLEASE DELETE MY ANNOYING ACCOUNT ! Thanks for Replies , and Solutions !
Error in window Installation
hello all peoples before some days my laptop fan was running fast and after that my widow was shut down..and when i open my pc again it is showing two options
1-Launch repair set up
2-Continue to window
here is big problem arise
when i click in both option one by one that time it is again turn off.And still I m unable to install OS in my laptop please help me
thanks
Oracle 12c connection Refuse while connecting from asp.net
Hi,
I am tried to connect the oracle database
i was getting exception
ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
Here is my connection string,Please help
"Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.630)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=forcl))); User Id=test; Password=test@123;"
Merging Accounts
blackberry link software
Hello
I have downloaded windows 10 recently.
Not sure if connected but i am now unable to open Blackberry link , I have also been receiving message on lap top that the program will not start because of MSVCP100.d
need some help from an expert please.
thanks
MVC stuff in Shared Projects?
Hi
Dunno if this is the right forum for "Shared Projects".
In the Shared Projects (in VS2015) is it possible to have MVC stuff (controllers, views etc.)? If it is - is there a blog/sample of this?
I have several websites that uses same base code (some controllers, js, css, images etc) and it would be great to have it in a shared project.
Thanks
Dota
--Prljavo čitanje
--1. Prva transakcija promijeni vrijednost retka
--2. Druga transakcija pročita tu vrijednost – prljavo čitanje
--3. Prva transakcija odustan
--Ovo se Događa ako jedna transakcija pristupa podacima koji su pod drugom
--Transakcijom.
--Rijesavamo Ga -- podizanjem izolacijskog nivoa barem na READ COMMITTED.
-----------------
alter proc p3
@IDkomercijalist int
as
delete from Komercijalist where IDKomercijalist=@IDkomercijalist
go
BEGIN TRY
BEGIN TRAN
EXEC p3 275
EXEC p3 276
EXEC p3 277
COMMIT TRAN
PRINT 'Brisanje uspješno'
END TRY
BEGIN CATCH
ROLLBACK TRAN
PRINT 'Greška pri brisanju'
END CATCH
GO
-------------------------ISHOD 6--------------------
create type drzavagrad as table
(
Drzava nvarchar(50),
Grad nvarchar(50)
alter proc karloubacujedrugiput
@grad xml
as
insert into Drzava(Naziv)
select
tabela.porat.value('@Naziv','nvarchar(50)')
from @grad.nodes('/Drzava') as tabela(porat)
insert into Grad(Naziv)
select
tabela.porat.value('.','nvarchar(50)')
from @grad.nodes('/Drzava/Grad') as tabela(porat)
go
declare @karlokozul xml ='<Drzava Naziv = "Hrvatska">
<Grad>Bjelovar</Grad>
<Grad>Vinkovci</Grad>
<Grad>Slavoska barka</Grad>
</Drzava>'
exec karloubacujedrugiput @karlokozul
select * from Drzava
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
CREATE TYPE Kupac AS TABLE
(
Ime nvarchar(50),
Prezime nvarchar(50),
Email nvarchar(50),
Telefon nvarchar(25)
)
GO
alter PROC UmetniKupce
@Kupac Kupac READONLY
AS
INSERT INTO Kupac(Ime,Prezime,Email,Telefon)
SELECT Ime,Prezime,Email,Telefon FROM @Kupac
GO
DECLARE @k Kupac
INSERT INTO @k(Ime,Prezime,Email,Telefon) VALUES ('Karlo','SADA','ASDA','2323')
INSERT INTO @k(Ime,Prezime,Email,Telefon) VALUES ('Karlo','SADA','ASDA','2323')
EXEC UmetniKupce @k
SELECT * FROM Kupac
GO
-----------------------------------ISHOD 3---------------
USE AdventureWorksOBP
DBCC TRACEON (3604)
GO
DBCC IND ('AdventureWorksOBP',racun,1)
--pod--200
---index-1
DBCC PAGE ('AdventureWorksOBP',1,1040,3)with tableresults
--prvi 43659
----zadnji 43816
--na 1071
insert into Racun(BrojRacuna,DatumIzdavanja,KupacID)
values ('232323',12-08-1989,4)
--na 1040
SET STATISTICS IO ON
select IDkupac
from Kupac
where Prezime = 'Adamas'
and GradID =9
create nonclustered index i5 on Kupac(IDKupac)
create nonclustered index i6 on Kupac(GradID)
select IDkupac
from Kupac
where Prezime = 'Adamas'
and GradID =9
drop index Kupac.i3
drop index Kupac.i1
select IDKupac,ime,Prezime
from Kupac
where prezime like 'A%'
and gradID =9
create nonclustered index Indkup on Kupac(IDkupac)
include(Prezime)
create nonclustered index Indkup2 on Kupac(GradID)
include(ime)
----------------------------ISHOD 4-----------------------
create proc p1
@Naziv nvarchar(50),
@IDdrzava int output
as
insert into Grad(naziv,DrzavaID)
values(@Naziv,@IDdrzava)
exec p1 'naziv',2
exec p2 'naziv',2
go
CREATE PROC CRUD
@Operacija char(1),
@IDStudent int OUTPUT,
@Ime nvarchar(50),
@Prezime nvarchar(50),
@JMBAG char(11)
AS
IF @Operacija = 'U'
UPDATE Student
SET Ime = @Ime, Prezime = @Prezime, JMBAG = @JMBAG
WHERE IDStudent = @IDStudent
ELSE IF @Operacija = 'I' BEGIN
INSERT INTO Student (Ime, Prezime, JMBAG) VALUES (@Ime, @Prezime, @JMBAG)
SET @IDStudent = SCOPE_IDENTITY()
END
ELSE IF @Operacija = 'D'
DELETE FROM Student WHERE IDStudent = @IDStudent
exec CRUD 'U',5,'DJURO','DJURIC','a'
exec CRUD 'D',5,'DJURO','DJURIC','a'
exec CRUD 'I',5,'DJURO','DJURIC','a'
-------ISHOD 5------------
CREATE TABLE Zapisnik
(
IDZapisnik int IDENTITY(1,1) PRIMARY KEY,
Poruka nvarchar(max),
Vrijeme datetime DEFAULT getdate()
)
go
alter trigger triger on Drzava after insert,update,delete
AS
DECLARE @naziv nvarchar(50)
SELECT @naziv=IDDrzava from inserted
IF EXISTS(SELECT * FROM inserted) AND NOT EXISTS(SELECT * FROM deleted)
BEGIN
insert into Zapisnik(Sadrzaj) values ('Umetnut je novi redak s IDDrzava :' + @naziv + '"')
END
ELSE IF NOT EXISTS(SELECT * FROM inserted) AND EXISTS(SELECT * FROM deleted)
BEGIN
insert into Zapisnik(Sadrzaj) values ('Obrisan je redak s IDDrzava :' + @naziv + '"')
END
ELSE IF EXISTS(SELECT * FROM inserted) AND EXISTS(SELECT * FROM deleted) BEGIN
insert into Zapisnik(Sadrzaj) values ('Primijenjen je redak s IDDrzava : '+ @naziv + '"')
end
go
select * from Zapisnik
insert into Drzava(Naziv) values('Kasokasapa')
delete from Drzava where Naziv = 'Kasokasapa'
select * from Drzava
go
------------------------------------------------
alter trigger trigiii on KreditnaKartica after update
as
declare @istekgodina int
declare @istekmjesec int
select @istekgodina=IstekGodina from inserted
select @istekmjesec=IstekMjesec from inserted
IF EXISTS(select @istekgodina) AND EXISTS(select @istekmjesec)
BEGIN
insert into Zapisnik1(Sadrzaj) values ('Primijenjen trajanje više kartica : ')
end
go
update KreditnaKartica
set tip='American', Broj='102102',IstekGodina=2015
where IDKreditnaKartica=2
dynamic textBox control not firing TextChanged event when text is deleted
TextBox tBox = new TextBox();
// common prop's for all TextBoxes
tBox.TextChanged += new System.EventHandler(this.HandlerNameHere);
// set the tooltip conditionally based
string tbID = "tb" + rowType.ToString() + "_" + cellInd;
//add textBox control to cell
AddTextBox(tCell, tBox, "projectEntryTextBox",tbID);
//The method to add the textBox
void AddTextBox(TableCell tc, TextBox tb, string css, string tbID)
{
tb.CssClass = css;
tb.EnableViewState = false;
tb.ID = tbID;
tc.Controls.Add(tb);
}
The handler (HandlerNameHere) starts out something like this ...
void HandlerNameHere(object sender, System.EventArgs e))
{
TextBox txtBoxSender = (TextBox)sender;
string strTextBoxID = txtBoxSender.ID;
myClass TEH = new myClass(txtBoxSender.Text, txtBoxSender.ID);
// ... do some more processing
}
If text is added to an empty box it fires and works as expected, great!
If text is changed (e.g. a 5 => 8), works ... just fine.
If existing text is deleted, the event does not fire. It returns to its previous state. e.g. text is 7 ... delete it and it returns to 7, event does not even fire. I would think that the enableViewState => false would resolve that. Any ideas why that would be or ideas on how to resolve it?
Windows 10 Pro Hardware Upgrade/Activation Fail
Printing from Windows 3.1
I have an old IBM computer running Windows 3.1. When I try to print something on my Citizen dot matrix printer, like I have been doing for years, it says "L:PT! is in use by another application. When this application is finished, go back to your print queue." What is this other application, why did it appear just now, and how can I get rid of it.\?
Thanks. Alan
How to re-activate Windows 7 Ult Upgrade after replacing motherboard?
I originally build my own PC running XP Pro many years ago. Later I upgraded my PC using Windows 7 Ultimate Upgrade. Last week I replace my Mobo, CPU, and RAM.
As per Microsoft I ran sysprep with the “Out of box experience” option enabled, prior to replacing my old motherboard. After replacing the hardware and booting up, I attempted to re-activate Windows. It refused to re-activate, so I contacted Microsoft support, and they told me that after running sysprep that the references to my prior OS (XP) was cleared. They told me I will have to wipe my HD, reinstall XP, and re-install Windows-7 Upgrade, because the activation wizard thinks I'm trying to activate a "Windows Upgrade" product without a prior OS. :(
I had first tried to just swap out the mobo, but the sata and chipset drivers would not load. So I started over with an image file backup and ran sysprep this time. But now the evidence that I had upgraded from XP has been removed and the Windows 7 Upgrade activation wizard thinks I never had a prior version, so the activation fails.
I have way too many apps and files to do a wipe and start over. It seems it should be simple to re-introduce the XP product Key, enter my Windows-7 Upgrade key, and re-activate my OS. Maybe inserting the XP product key into the registry file will do the trick? Then start the activation of windows 7 Upgrade by typing in my windows 7 Upgrade key and re-activating.
Can anyone offer a solution? Thanks! :)