As the new trend in software solutions, a developer must be proficient with client-side (scripting) coding apart from his server side coding skills.
[More]
Microsoft .net version release history table with Visual Studio IDE, Framework, and year in a table.
[More]
It’s my great pleasure to get the Mindcracker MVP (Most Valuable Professional) award for 2013 (Dec-2012 to Dec-2013). This award is given for my contribution towards Articles, Blogs, Interview questions, and in Forums on C-sharpCorner.com. C# corner is a great platform for .net resources. Though it is providing resources beyond the Microsoft Technologies.
[More]
Happy spring festival Holi to all of you.
[More]
MVC, Entity framework with WCF is in demand. HTML5 is expected to be launched by the end of year 2014 but it is buzzing more than others. Others in race are: CSS3,Entity Framework, jQuery, Cloud computing, KnockoutJs...
[More]
22. March 2013
Anil Kumar
Asp.Net , C#
Version comparison of .net framework, C# with CLR into a table
[More]
14. March 2013
Anil Kumar
Asp.Net , C# , WCF
"The underlying connection was closed: The connection was closed unexpectedly." This exception can be avoided by checking- 1) The return type and make sure it is serializable. and 2) Make sure your Enum values are matched with the values stored inside tables. This is the very critical situation because you don't expect it.
[More]
11. March 2013
Anil Kumar
MS-SQL
Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1.
[More]