Open Microsoft Sql Management Studio
Tools -> SQL Server profiler
Use the Tamplate "TSQL_SPs"
On Event selection Tab -> Column filter
Wednesday, May 30, 2012
Tuesday, May 15, 2012
MVC some usefull links
Passing Data in an ASP.NET MVC Application
ASP.NET State Management Overview
How we do MVC – View models
Localization for ASP.NET MVC
How to encrypt Query string in MVC +,+, +
MVC4 Mobile features
MVC View Model Pattern
Architecture Guide: ASP.NET MVC Framework + N-tier + Entity Framework and Many More
Validating with Service Layer C#
ASP.NET State Management Overview
How we do MVC – View models
Localization for ASP.NET MVC
How to encrypt Query string in MVC +,+, +
MVC4 Mobile features
MVC View Model Pattern
Architecture Guide: ASP.NET MVC Framework + N-tier + Entity Framework and Many More
Validating with Service Layer C#
How to copy complied DLL to released version by post-build event command line
Click on the project and choose properties , then on the Build Events run following command on Post-Build event command line:
copy /y "c:\Project\bin\Project.dll" "C:\inetpub\wwwroot\bin\"
PS: you have to run visual studio as administrator to have copy privilege.
Monday, May 14, 2012
Clearing History of Remote Desktop Connection
To remove the history of RDP (MSTSC) you have to access registry in following address:
HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default
shortcut to acess remote desktop connection is MSTSC
HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default
shortcut to acess remote desktop connection is MSTSC