Skate through code..
Monday, 11 January 2016
ASP.NET MVC - Configure Multiple Roles for Controller
›
Using ASP.NET Identity you can easily set access to Controllers based on Roles. You can use the "Authorize" for this. Settin...
Thursday, 17 December 2015
Windows - Easiest way to install Telnet Client
›
Sometimes its confusing on Windows from version to version, how to enable TELNET. The easiest was to install Telnet Client is from the comm...
Sunday, 6 December 2015
Windows - How to add Programs to StartUp
›
Here is an easy to follow article to how to add programs to Windows System Startup. http://www.howtogeek.com/208224/how-to-add-programs-fil...
Wednesday, 18 November 2015
C# - Easiest CSV parser built in .NET Framework
›
Today it came to my surprise to know that there is a built in CSV parser in the .NET Framework library. Throughout the years, I have written...
16 comments:
Thursday, 20 August 2015
SQL Server - Disable Identity Insert temporarily and enable back
›
At times, you might want to Disable SQL Server Identity Insert in order to insert some records with ids our of series and after the inserts ...
Friday, 31 July 2015
SQL Server - Management Studio (SSMS) - Saving Changes is not Permitted
›
When I try to save changes to edit columns in a table and the change is very straight forward like converting the type from int to long or...
SQL Server - Saving Changes is not Permitted
›
When I try to save changes to edit columns in a table and the change is very straight forward like converting the type from int to long or...
‹
›
Home
View web version