Tuesday, October 25, 2011

Advantages of SQL Server 2008 over SQL Server 2005

Transparent Data Encryption. The ability to encrypt an entire database. Backup Encryption. Executed at backup time to prevent tampering. External Key Management. Storing Keys separate from the data. Auditing. Monitoring of data access. Data Compression. Fact Table size reduction and improved performance. Resource Governor. Restrict users or groups from consuming high levels or resources. Hot Plug CPU. Add CPUs on the fly. Performance...
Read More

Sunday, October 16, 2011

Design Patterns which are used in .NET Framework base class library

As we know that .net is an OOPs based language so we can easily implement design patterns in our projects but some times it comes to mind that, which all design patters microsoft .NET Base Class Library is using internally. NOTE: This question also popular in interviews. Lets walk through few Design patterns used in .NET BCL: Observer Pattern: This observer design pattern is used for delegates and events. Iterator Pattern: Iterator...
Read More
Powered By Blogger · Designed By Seo Blogger Templates