By Joydip Kanjilal
| ASP & ASP.NET Article Published 03-Dec-12
ASP.NET 4.5 ships as part of part of Visual Studio 2012 and contains many new and extended features. Joydip Kanjilal takes a look at the top 10 best features in ASP.NET 4.5 for developers.
By Bipin Joshi
| ASP & ASP.NET Article Published 17-May-12
Join Bipin Joshi as he discusses how to use HttpClient, a modern HTTP client that is currently in Beta stage and is available as a NuGet package, to consume ASP.NET Web API.
By Bipin Joshi
| ASP & ASP.NET Article Published 19-Apr-12
Bipin Joshi gives you a jump start in creating and consuming ASP.NET Web API and how to program CRUD operations that make use of Entity Framework and SQL Server over HTTP.
By Bradley Jones
| ASP & ASP.NET Article Published 27-Mar-12
Microsoft is making of noise around Team Foundation Server (TFS) and Team Foundation Services. See what's new!
By Srinath MS
| ASP & ASP.NET Article Published 12-Sep-11
jQuery is the concise JavaScript library that makes your client-side code interactive with less pieces of code stitched together. In this tutorial we're going to show you how to use validation with jQuery in ASP.NET applications.
By Paul Kimmel
| ASP & ASP.NET Article Published 12-Oct-09
Follow these simple steps to let users upload image files and display them as thumbnails in ASP.NET.
By Paul Kimmel
| ASP & ASP.NET Article Published 18-Sep-09
Skins and themes make it much easier to quickly, uniformly, and easily change the way your web application looks.
By Paul Kimmel
| ASP & ASP.NET Article Published 27-Aug-09
Obtain client-specific information from your Web application using ActiveX, which only works with Internet Explorer and browsers that have ActiveX extensions.
By Joe Mack
| ASP & ASP.NET Article Published 19-Aug-09
Discover how to assign users the right to add other users to existing SharePoint groups on their sitewithout also giving other rights too.
By Jani Järvinen
| ASP & ASP.NET Article Published 30-Jun-09
With more and more computers using a multi-core processor, the free lunch of increased clock speeds and the inherent performance gains are over. Software developers must instead make sure their applications take use of all the cores available in an efficient manner. New features in .NET 4.0 mean that managed code developers too can join the party.
By Jani Järvinen
| ASP & ASP.NET Article Published 08-Jun-09
Very often web applications utilize a database, but creating a set of pages to view, edit, delete and insert data to the database seems like a repetitive task. Every application has the same set of basic features. To ease the process, Microsoft has recently developed a new technique for creating such applications. Enter ASP.NET Dynamic Data.
By Chris Bennett
| ASP & ASP.NET Article Published 18-May-09
Looking to use JavaScript to add lightweight AJAX interaction to your site? Try ASP.NET ScriptServices with jQuery or the Prototype JavaScript framework.
By Paul Kimmel
| ASP & ASP.NET Article Published 30-Apr-09
Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.
By Gustavo Velez
| ASP & ASP.NET Article Published 27-Mar-09
HttpHandlers and HttpModules are easy to program and can be widely implemented in the system, so they are useful tools for you to use with SharePoint.
By Chad A. Campbell
| ASP & ASP.NET Article Published 23-Mar-09
Silverlight has now been around for a while. In fact, the beta for Silverlight 3 has now been released. Get the answers to common questions being asked by Users, business people, and Developers in regard to why Silverlight is important.
By Chris Bennett
| ASP & ASP.NET Article Published 04-Mar-09
Looking to improve the performance of your site? Learn how to combine all of those tiny 1k styling images into a couple CSS sprites.
By Paul Kimmel
| ASP & ASP.NET Article Published 23-Feb-09
The security-hole testing that hackers engage results in a sparring match where security-conscious companies like Microsoft are forced to—well, make life harder on the rest of us.
By Neal Schneider
| ASP & ASP.NET Article Published 11-Feb-09
Learn how to create websites with similar functionality yet different UIs and maintain them across one shared code base using Multi-Tenant Website Architecture.
By Jani Järvinen
| ASP & ASP.NET Article Published 20-Jan-09
By now, you have heard of Windows Azure, Microsoft's cloud computing platform. But, what does Azure provide for developers and users, and how can you benefit from it in your .NET applications? Read on to find out.
By Paul Kimmel
| ASP & ASP.NET Article Published 06-Jan-09
Devexpress has a commitment to providing amazing ASP.NET (and other controls), such as their latest revision of their ASPxGridView, version 8.3, which supports filtering, grouping, sorting, and much more, with little or no coding on your part.
By Jani Järvinen
| ASP & ASP.NET Article Published 10-Dec-08
ASP.NET MVC applications provide interesting possibilities to accept input and work with database data. See how you can do this effectively in your work.
By Jani Järvinen
| ASP & ASP.NET Article Published 03-Dec-08
ASP.NET has its drawbacks, and to counter these, Microsoft is preparing a new technology called ASP.NET MVC.
By Bipin Joshi
| ASP & ASP.NET Article Published 25-Aug-08
Expose your SQL Server data directly over the web. Learn to create SOAP-based native web services in SQL Server 2005/2008 that can be consumed from client applications over HTTP.
By Bipin Joshi
| ASP & ASP.NET Article Published 28-Jul-08
Want to store documents or photos in SQL server? Learn how SQL Server and ADO.NET together can provide an elegant solution for storing and retrieving BLOBs.
By Jani Järvinen
| ASP & ASP.NET Article Published 30-Jun-08
Learn to avoid subtle, yet common, web application design mistakes, and how to best solve them in your ASP.NET/C# web applications.