Skate through code..
Thursday, 17 March 2016
C# - String to Stream & Stream to String
›
Following code can be used to convert Stream to String and Stream to String using C#
Tuesday, 8 March 2016
ASP.NET MVC - WebGrid Column Width
›
Its easy to set the individual column width for ASP.NET MVC WebGrid. You can apply a CSS Style Class to the column. Find a sample below. ...
1 comment:
Friday, 12 February 2016
HTML / ASP.NET / Javascript - 301 Redirect
›
There are multiple ways to implement a 301 Redirect on a webpage. Below are methods to do redirection as soon as the page gets the visit us...
1 comment:
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:
‹
›
Home
View web version