Thursday, February 21, 2008

.NET Info

Design Patterns
http://www.dofactory.com/Patterns/Patterns.aspx


Rules of Data Normalization
http://www.datamodel.org/NormalizationRules.html

The Elements of a Database

What elements comprise a database? This article deals mainly with the objects that comprise a database. Several concepts are worthy of coverage within the scope of the database as it relates to database design. As you work with data and databases, you will see how the origination of business information and databases is formulated into database elements.
More...
http://www.developer.com/db/article.php/10920_719041


Tips and Tricks in ASP.NET
http://www.aspnet101.com/aspnet101/tips.aspx

NET Remoting FAQ
http://www.thinktecture.com/Resources/RemotingFAQ/default.html

A good article on connection Pooling. NT Authentication's Impact on Connection Pooling http://www.15seconds.com/issue/010814.htm


ASP.NET's Hidden Dangers

ASP.NET is a powerful development platform and, compared to ASP Classic, it is a giant leap forward.

But, this extra power also brings new dangers. In ASP Classic, the damage caused by malicious code running on the server was somehow limited by the built-in limitations of the ASP Classic object model. In ASP.NET, due to the number of classes exposed by the .NET framework, malicious code has the potential to be much more damaging and dangerous. More
http://www.developer.com/net/asp/article.php/3318911


Good Info on Ebook
http://www.click-now.net/ebooks.htm


The ASP.NET 2.0 Whidbey Features!

When ASP.NET 1.0 was released, it revolutionized Web application development by providing a rich set of features that were aimed at increasing developers' productivity. Now with ASP.NET 2.0 (code-named Whidbey), Microsoft increased the bar to a much higher level by providing excellent features out-of-the-box that are targeted towards reducing the code required for building Web applications. More...
http://www.developer.com/net/asp/article.php/3099171



Getting on the open road: J2EE fundamentals for ASP developers

Read here the efforts made by the Java people to attract the Microsoft Guys towards their community....More....
http://www.ibm.com/developerworks/java/library/j-roadmap3/


Secure your IIS

In order to secure your IIS, make sure the following list is implimented on your web server

IIS Security Checklist
http://windows.stanford.edu/docs/IISsecchecklist.htm


What's new in Yukon

This article gives some important features of SQL Server “Yukon”. Read
http://www.dotnetspider.com/Technology/KBPages/387.aspx

SQL Server DO's and DON'Ts

So, you are now the leader of a SQL Server based project and this is your first one, perhaps migrating from Access. Or maybe you have performance problems with your SQL Server and don't know what to do next. Or maybe you simply want to know of some design guidelines for solutions using SQL Server and designing Database Access Layers (DAL): this article is for you. More
http://www.codeproject.com/KB/database/sqldodont.aspx

Object Oriented C# for ASP.NET Developers
There was a time when any Web developer with a basic knowledge of JavaScript could pick up the essentials of ASP Web development in a couple of hours. With ASP.NET, Microsoft's latest platform for Web application development, the bar has been raised. Though tidier and generally more developer-friendly, real-world ASP.NET development requires one important skill that ASP did not: Object Oriented Programming (OOP). More...
http://www.sitepoint.com/article/c-asp-net-developers

No comments: