Category: My Blog

  • Blog
  • Category: My Blog

Using the ASP.NET membership provider in C# Windwos Forms application

ASP.NET 2.0 has great ability to develop application in much more faster and secure way. ASP.NET Membership functionality is one of the example of it. ASP.NET membership functionality is easy to user build whole user management section for you. But still lots of developer does not know that asp.net membership provider can be used in

Entity Framework Code First migrations

In this blog post we are going to learn about entity code first migrations. Entity Framework code first approach will allow you to define model classes as per the domain requirements via POCOs. Hence you have complete control over classes are written. But as application grows and there are some new features to be added

Converting a generic list into JSON string and then handling it in java script

We all know that JSON (JavaScript Object Notation) is very useful in case of manipulating string on client side with java script and its performance is very good over browsers so let’s create a simple example where convert a Generic List then we will convert this list into JSON string and then we will call

Automated Testing for ASP.NET- NUnit ASP

We all developing asp.net application using Microsoft.net and as a human being we all can’t kept track of each and everything. We meant to have some error in our code. We call them bugs. Bugs can be removed via testing. Some time testing take more time then expected, so we have to use the automated