Blog
Blog posts on .NET, Azure, and more.
K-MUG KOCHI DEVCON 2014 - 15 February 2014
February 01, 2014 by Anuraj
Miscellaneous User Group Activities
The Kerala Microsoft Users Group (K-MUG) will be organizing a Developers Conference, K-MUG KOCHI DEVCON 2014 on 15th February 2014 at InfoPark Hall, Athulya Cafeterial Block in Kakkanad. K-MUG is one of the best developer community in India, which got Best User Group award in India as part of Microsoft Community Impact award 2010. DEVCON 2014 will help you to engage and collaborate with Microsoft MVPs and thousands of your IT peers, building connections etc.
Assembly generation failed - Referenced assembly does not have a strong name
February 01, 2014 by Anuraj
.Net ASP.Net Visual Studio Windows Forms
Recently while working a on project I faced an error like this.
Load Data while Scrolling Page Down with jQuery and ASP.Net MVC
January 08, 2014 by Anuraj
.Net .Net 4.0 ASP.Net MVC Javascript
This post is about Facebook style data loading while scrolling down the page. To identify the page scroll down, you can use the following snippet.
Singleton Design Pattern - C# implementation
January 05, 2014 by Anuraj
.Net .Net 3.0 / 3.5 .Net 4.0 ASP.Net Windows Forms
The singleton pattern is a software design pattern that is used to restrict instantiation of a class to one object. This is useful when we require exactly one object of a class to perform our operations. In this pattern we ensure that the class has only one instance and we provide a global point of access to this object. The normal implementation of singleton design pattern in C#like this.
How to make String.Contains case insensitive?
January 04, 2014 by Anuraj
.Net .Net 3.0 / 3.5 .Net 4.0 ASP.Net Windows Forms
The string.Contains() method in C# is case sensitive. And there is not StringComparison parameter available similar to Equals() method, which helps to compare case insensitive.
Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub