Author: admin

  • Blog
  • Author: admin

C#.NET 2.0 Generics Class collection

C#.NET 2.0 provide great features with generics collection. Now you don’t have to write code for the coding for adding,removing objects. It all contains by the generics colleciton. here the sample user level class using System; using System.Collections.Generic; public class UserLevelCollection :System.Collections.Generic.List {#region Private Membersprivate int _intUserLevelID;private Guid _guidUserLevelGUID;private string _strDescription;private int _intCreatedBy;private DateTime _dtCreatedDate;private

Authentication and authorization in asp.net

Authentication is the process that determines the identity of a user after a user has been authenticated, a developer can determine if the identified use has authorization to proceed. Authorization is the process of determining whether an authenticated user is permitted access to other any part of application or access to specific data view that

Transfering data with sql server integration services…

If we want to transfer data from one database table to another database we need to write complex code and queries. But with sql server 2005 integration services you can do it sometimes. You have to use sql server business intelligence studio(bundled with sql server 2005 developer edition). I have found a great article that

Codeplex- Open Souce Project Hosting for microsoft

CodePlex is Microsoft’s open source project hosting web site. You can use CodePlex to create new projects to share with the world, join others who have already started their own projects, or use the applications on this site and provide feedback.People can host their project with registration.here is the link …. http://www.codeplex.com