AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.
Categories
- AJAX
- ASP.NET Beginner Tutorials
- ASP.NET Tutorials
- Database
- File System
- Graphics
- Miscellaneous
- Network
- Resources
- Validation
- XML
Recent Posts
- Make Your ASP.NET Mobile Forms Timer-Refresh and Autoredirect : Peter Bromberg
You can't use javascript in Mobile Forms, and they won't render the META Refresh tag either. Here's a - Inversion of Control and Dependency Injection with Castle Windsor Container - Part IV : Simone Busoli
In this article I introduce the missing core features I didn't tackle before. They require a little more - Developing Gadgets For The Windows Vista Sidebar : Scott Allen
Windows Vista introduced the Sidebar – an anchored panel on the Windows desktop that can host mini-applications - .NET CodeToHTML : Paschal L
This article shows you how to convert source code to HTML. The aim of this article is to share with you - Save Changes on Close of Browser or when exiting the page. : Abishek R Srikaanth.
This article describes on how you can implement the functionality of saving changes on close of the browser
Creating and Using Code Snippets in Visual Studio 2005 : Scott Mitchell
Monday, November 03 2008
f you create your web applications using Visual Basic, you're likely aware that Visual Studio .NET 2002/2003 provides some nice auto-complete features that were sorely missing from the C# side. For example, when creating a class in Visual Studio .NET 2002/2003 using Visual Basic, by merely typing in Public Property propertyName As Type and hitting Enter, Visual Studio automatically expands the code to include both the Get and Set accessors. While not as profound a time-saver as IntelliSense, Visual Basic's auto-complete support definitely speeds things up. The good news is that Visual Studio 2005 provides a remedy for its predecessors' lack of C# auto-complete support. In VS 2005, not only can you utilize auto-complete in C#, you can also customize the auto-complete logic, building your own auto-completion shortcuts. These shortcuts are called code snippets, and are defined via XML files that you can create on your own, share with your colleagues, and import others' snippets from the web. On top of that, Visual Studio 2005's code snippets can include portions whose values depend on the context with which the snippet is entered, or be marked as to be completed by the developer using the code snippet. In this article we will look at the code snippet feature in Visual Studio 2005. By the end of this article we'll see how to use code snippets, how to import others' snippets, and how to create our own. Read on to learn more!Global.asax? Use HttpModules Instead! : Karl Seguin
ViewState in ASP.NET 2.0 : Richard Bean
A Navigation System Comes Easily : Xun Ding
Introduction to DotNetNuke® Module Development : Michael Washington
Drag and Drop Using JavaScript : Mohammad Azam

