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.
1
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
Posted on 12:59 PM by Softminer and filed under
Windows
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
0
To install Persian font on your hp touch touchpad :
For transfering file to your tablet you need to install webos quick install
WebOS Quick Install v4.4.0
After installing WebOS Quick Install you should set your tablet to developer mode by typing "upupdowndownleftrightleftrightbastart”
http://forums.webosnation.com/webos-development/288634-arabization-webos.html
All the process is written the manual guid can here.
you need to download correct “libWebKitLuna.so” depeneds on your webos version and also “arialuni.ttf” font
Posted on 7:11 AM by Softminer and filed under
Mobile
To install Persian font on your hp touch touchpad :
For transfering file to your tablet you need to install webos quick install
WebOS Quick Install v4.4.0
After installing WebOS Quick Install you should set your tablet to developer mode by typing "upupdowndownleftrightleftrightbastart”
http://forums.webosnation.com/webos-development/288634-arabization-webos.html
All the process is written the manual guid can here.
you need to download correct “libWebKitLuna.so” depeneds on your webos version and also “arialuni.ttf” font
0
Here are some usefull videos to show Building VS projects with Build and View Build Definition and writing Custom tasks.
Understanding Team Foundation Build Configuration Files
Posted on 8:54 AM by Softminer and filed under
Visual Studio
Here are some usefull videos to show Building VS projects with Build and View Build Definition and writing Custom tasks.
Understanding Team Foundation Build Configuration Files