0
Open Microsoft Sql Management Studio
Tools -> SQL Server profiler
Use the Tamplate "TSQL_SPs"
On Event selection Tab -> Column filter
Posted on 7:18 AM by Softminer and filed under
SQL
Open Microsoft Sql Management Studio
Tools -> SQL Server profiler
Use the Tamplate "TSQL_SPs"
On Event selection Tab -> Column filter
0
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#
Posted on 7:55 AM by Softminer and filed under
MVC,
Visual Studio
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#
0
IIS Passive FTP
Configuring FTP Firewall Settings in IIS 7
Posted on 7:05 AM by Softminer and filed under
Windows
IIS Passive FTP
Configuring FTP Firewall Settings in IIS 7
0
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.
Posted on 6:23 AM by Softminer and filed under
Visual Studio
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.