Creating New Stored Procedures for the Typed DataSets TableAdapters : Scott Mitchell
In earlier tutorials we have created SQL statements in our code and passed the statements to the database to be executed. An alternative approach is to use stored procedures, where the SQL statements are pre-defined at the database. In this tutorial we learn how to have the TableAdapter Wizard generate...
How I got started in programming. : Microsoft's Opinionated Misfit Geek - Misfit Geek [Syndicated]
In 1974, there were no personal computers. My school got a very basic "programmable" calculator. It was about 8 times this size of today's laptop computers, had the equivalent of 8 16Bit registers and a collection of math operations. This was my introduction to programming and I was hooked. Shortly after...
Introduction to SharePoint Products and Technologies for .NET Developers: Custom Content Types : ASP.NET Webcasts
Did you know that you can implement different behaviors in Microsoft SharePoint Products and Technologies for different document types? Join this webcast, one of a 10-part series on SharePoint Products and Technologies for Microsoft .NET developers, to learn how from Robert Bogue, Microsoft Most Valuable...
Scrum Dashboard :
Scrum Dashboard is a web front-end for Conchangos Scrum for Team System version 2. The main goal of this project is to replace the whiteboard and simplify daily work with Scrum artifacts in Team Foundation Server 2008. Features Ajax-based web interface with support for Internet Explorer and Firefox All...
Json.NET :
The Json.NET library makes working with JSON formatted data in .NET simple. Quickly read and write JSON using the JsonReader and JsonWriter or serialize your .NET objects with a single method call using the JsonSerializer. Json.NET's features include: - LINQ to JSON - Lightning fast JsonReader and JsonWriter...
AuctionSite Starter Kit :
A starterkit to provide community members with an understanding of the .net 3.0 / 3.5 technology, including Ajax and LINQ ....
DetectJavaScript :
I recently faced the problem of whether or not my ASP.NET web app's AJAX parts will run on the client browser. If not, I would like to offer some sort of alternative functionality. I was surprised to find that there were no ready-made javascript detection control for ASP.NET. The solution DetectJavaScript...
Customizing generated Web Service proxies in Visual Studio 2005 : Jelle Druyts
Jelle Druyts discusses in this article the new Schema Importer Extensions feature in .NET Framework 2.0 to show you how to customize the generated Web Service proxies in Visual Studio 2005. In the early days of the .NET Framework, Visual Studio .NET gave us a huge productivity boost by making it very...
Sorting GridView Manually : AzamSharp
GridView control produces automatic sorting and paging behavior when bound to the SqlDataSource control. This is good news for developers who are using SqlDataSource. If you are using some other data source to populate the GridView you might need to add these features manually. In this article I will...
Creating an Online Exam Using LINQ to Classes Part 1 : Mohammad Azam
In this article I will use LINQ to Classes to create an online exam. This is a multi-series article and in this part I will discuss the architecture and the design of the application. The client needs an application where students can log in and give the exam. The exam is uploaded using an XML file provided...
