(Dan Wahlin) Microsoft’s release of the .NET Framework and ASP.NET in 2002 sparked a revolution in Web development, making it possible to create event-driven, compiled, and object-oriented Web applications rapidly. If you use ASP.NET, you no doubt appreciate its power and are eager to know what the
Tag: Development
Lambda Expressions and Currying in VB9
(Paul Kimmel) I am a linguaphile. That is, I love cool language features such as operator overloading, generics, Lambda Expressions, ternary operators, and anything and almost everything about OOPy languages. For that reason, C++ has probably always been my favorite language, but I seldom write C++
Linked List
(Jim Mischel) A linked list is a fundamental data structure that is often used to implement other data structures. The traditional linked list consists of a sequence of nodes, each of which contains arbitrary data fields and two additional references: links to the previous and next nodes in the list
Save time with Visual Studio 2005 project templates
(Tony Patton) While application development provides plenty of opportunities to be creative, there are numerous aspects of every project that require developers to perform the same tasks over and over again. Automating such tasks provides you with more time to concentrate on the more challenging asp
Visual Studio 2008 and .NET 3.5 Released
(Scott Guthrie) Visual Studio 2008 and .NET 3.5 contain a ton of new functionality and improvements. Below are links to blog posts I’ve done myself as well as links to videos you can watch to learn more about it:
Mainpulating Files and Directories in ASP.NET
Let’s suppose, you have to enable your website users to upload their pictures. Or suppose you have to place functionality of uploading product images along with the product description. In this article, we will explain how you can provide such functionalities.
Preparing for a FISMA Security Audit
(Randy Nash) Audits and auditors—no one really likes to see them coming, but they’re a fact of life. Believe it or not, they are the good guys. That’s difficult to remember when they announce their annual Federal Information Security Management Act (FISMA) grades. The FISMA reports have become the d
Generic GridView Delete Strategy
(Martin Millar) There are a number of ways to implement a JavaScript delete confirmation in a GridView. Most of these involve changing the command columns on the GridView into template columns. From here you can either add the onClientClick code to the template directly or serch for the control on t
RSS Feed with the new ASP.NET MVC Framework
(Brad Abrams) I thought I’d add my own MVC example to the great work that ScottGu and Hanselman have already outlined… I know folks are ready to get their hands on these bits and believe me the team is working hard to get them out in a public CTP as soon as we can.. In the mean time, you will
ASP.NET v2.0 V: Master pages and navigation
(Chris Sully) In this article we look at master pages and navigation which comes down to how ASP.NET 2.0 aids in the design and consistency of sites. Previously bespoke coding would have been required to achieve these aims but now functionality is built in to assist in ASP.NET v2.0.
