Blog Stats
  • Posts - 104
  • Articles - 0
  • Comments - 197
  • Trackbacks - 379

 

November 2004 Entries

Partial Classes with C# 2.0

With C# 2.0 it is possible to split definition of classes, interfaces and structures over more than one files.This feature allows you to do a couple of fancy things like:1- More than one developer can simultaneously write the code for the class.2- You can easily write your code (for extended functionality) for a VS.NET generated class. This will allow you to write the code of your own need without messing with the system generated code.There are a few things that you should be careful about when...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

.NET Transactions in Multi Tier ?

I want to discuss some more helpful issues related to NTier .NET Application Development. The latest one is..Which is the best and prefered place to initiate the Transaction in .NET Multi Tier Application.1. It should be handled in Database Layer with ADO.NET built in transaction management.2. It should be start from the business layer as most of the times transacion process is some sort of business procss rather than database process.3. If we start transation from the business layer then what is...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © INETA Pakistan