Author: admin

  • Blog
  • Author: admin

Subsonic 3.0 is out now- Next Generation Object Relational Mapper

There lots of ORM(Object Relational Mapper) is available now like entity framework,nhibernate, linq, dlinq but i choose subsonic 3.0 for my next application which will be a question answer site for the following reason Now subsonic 3.0 is with linq support so you can write your lambda expression and linq queries along with the subsonic

Creating ASP.NET 2.0 Website with Web 2.0 Standards

Web 2.0 is used mostly today because it provides great compatibility with most of the browsers. So that a website can reach maximum audience. That’s why the web 2.0 used the div tags rather then the other html standards. An ASP.NET site also can be build by this standards. Stephen Walther has written great article

C#.NET 2.0 class example for data acess layer using microsoft enterpise library

here is the data layer class example….. ///here is the enum public enum OprationType{Add = 1,Update = 2,Delete = 3 } //here is the Interfae public interface IDataStatndard{void Operation(OperationType enumOperationType); } //here is the user data class public class UserData : IDataStatndard{#region PrivateMemeberprivate DashBoardCollection.UserCollection _objUserCol;private Database _db;private string _commandName;private DbCommand _dbCommand;#endregion#region Constructorspublic UserData(){}public UserData(DashBoardCollection.UserCollection obj){_objUserCol

Important Milestone achieved- 650th blog post

I am not super crazy about achieving mile stones but I just notice that I have completed 649 posts on blog. So I thought it will be good idea to write about few mile stones. On April 2014, my blog completed 8 years. The first post I have ever written was at April 26,2006. Today