APPLICATION BLOCK in .NET
-
What is application block in .NET? Is there any kind of ready made code blocks in .net (esp: ASP.NET)?
What do you mean by the word BLOCK??
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group
-
What is application block in .NET? Is there any kind of ready made code blocks in .net (esp: ASP.NET)?
.NET Application Blocks are distinct pieces of code, created by the Microsoft Patterns and Practices Team, that demonstrate the best practices on how to accomplish a specific task using .NET. They are ready made code that you can use/extend to make your lives a WHOLE lot simpler For more info... http://www.dotnetjohn.com/articles.aspx?articleid=96
mareers
-
.NET Application Blocks are distinct pieces of code, created by the Microsoft Patterns and Practices Team, that demonstrate the best practices on how to accomplish a specific task using .NET. They are ready made code that you can use/extend to make your lives a WHOLE lot simpler For more info... http://www.dotnetjohn.com/articles.aspx?articleid=96
mareers
-
What is application block in .NET? Is there any kind of ready made code blocks in .net (esp: ASP.NET)?
There are libraries that have been set up so you can use them to do things. I.e SQLHelper from the Microsoft Data Access Block. Then there is a Caching Application block that helps you to implement cachin in your application An Overview
Kind Regards, Gary
My Website || My Blog || My Articles