ASP.NET Hacks 03 Jul 2008
Posted by ramsonit in ASP.NET, Tips.add a comment
Please find a nice set of ASP.NET hacks in this URL.
.NET Sample Application - StockTrader 23 Jun 2008
Posted by ramsonit in ASP.NET, Sample Application, WCF.add a comment
The .NET StockTrader Sample Application is an end-to-end sample application illustrating Windows Communication Foundation and .NET Enterprise Technologies. It is a service-oriented application based on Windows Communication Foundation (.NET 3.0) and ASP.NET, and illustrates many of the .NET enterprise development technologies for building highly scalable, rich “enterprise-connected” applications. It is designed as a benchmark kit to illustrate alternative technologies within .NET and their relative performance. More
25 Excellent Ajax Techniques and Examples 05 Jun 2008
Posted by ramsonit in ASP.NET, Tips.add a comment
Ajax allows for rich-internet applications that mimic the responsiveness and complex user interfaces typically associated with desktop applications. Moving applications to the web browser opens many possibilities, including the ability to save user data, connecting with other users for collaboration and sharing, and making deployment and using the application easier since web browsers are standard-issue with most computers regardless of operating system. Read More.
ASP.NET Application Life Cycle 28 May 2008
Posted by ramsonit in ASP.NET, Back to Basics.add a comment
Here is the Tom’s post explains the ASP.NET application life cycle in very simple words.
Free eBook - Best of Simple Talk ASP.NET 27 May 2008
Posted by ramsonit in ASP.NET, Books.add a comment
Another good free ebook from RedGate, Find out more information here.
21 great Blog Posts related on .NET Memory Management 21 May 2008
Posted by ramsonit in .NET Core, ASP.NET.add a comment
Tess’s top 21 blog posts on .NET memory management.
Building Great AJAX Applications from Scratch Using ASP.NET and VS 2008 16 May 2008
Posted by ramsonit in ASP.NET, LINQ.add a comment
Adam posted his Mix session as video on Building Great AJAX Applications from Scratch Using ASP.NET 3.5 and Visual Studio 2008.
ASP.NET Validation Controls – Important Points, Tips and Tricks 14 May 2008
Posted by ramsonit in ASP.NET, Tips.add a comment
ASP.NET validation controls provide an easy-to-use but powerful mechanism of ensuring that data is entered correctly on the forms. There are 6 validation controls included in the ASP.NET 2.0 and ASP.NET 3.5 versions.In this article check out this tips and tricks that can be applied to the validation controls.
Following Real-World ASP.NET MVC Projects 07 May 2008
Posted by ramsonit in ASP.NET, Advanced Basics.add a comment
The Microsoft ASP.NET MVC Framework second technology preview was released during MIX08 in March but has since released an update to their source code on April 16. This means there are many things going on with those involved in the project at Microsoft as well as those in the community. People are not creating just sample code but creating real applications now.
Developers can take these applications, some a work in progress, and learn from them or use them to create their own applications. Read More
10 things IT needs to know about Ajax 02 May 2008
Posted by ramsonit in ASP.NET, Tips.add a comment
Web development expert says watch for security, network performance issues in new Ajax applications The introduction of any new Web technology will affect a network’s infrastructure in ways that range from inconsequential to earth shattering. Ajax is one of the more disruptive new Web technologies traveling across networks today. To help you minimize future surprises on your network, we’ve outlined the 10 things you should take to heart about Ajax. Read More