Juice UI: Open source ASP.NET Web Forms components for jQuery UI widgets
Here's a helpful resource for anybody using ASP.NET Web Forms and jQuery UI. In this blog post, Jon Galloway highlights JuiceUI, a new open source project...
Here's a helpful resource for anybody using ASP.NET Web Forms and jQuery UI. In this blog post, Jon Galloway highlights JuiceUI, a new open source project...
This article does a great job at showing you a simple example of how to use local browser web storage in conjunction with ASP.
Need to get the .com, .us, .biz, etc. part of the domain name in .NET? Here's how:
What is Code Metrics Viewer? - Matthias Friedrich highlights his Visual Studio 2010 Code Metrics Viewer extension which plugs into VS 2010 Professional...
Great article to check out! Ajax-based data loading using jQuery.load() function in ASP.
 The official Microsoft Kinect SDK beta is now out and available...
I have been doing some work lately with jQuery, WCF, HTML5 and ASP.NET and it's been actually pretty fun challenging and fun.
I recently had the need to send an email with a file attachment from disk. The problem I faced was that the filename was not very user friendly at all.
When I was first trying to transition from VB.NET to C I found it pretty odd that the "My" Namespace wasn't available in C.
I recently came across this article from Scott Mitchell, that shows how to use DotNetZip to create and extract ZIP files in an ASP.
CMAP Main Meeting - Tuesday, December 7th - IIS Express, Razor, and WebMatrix, OH my! - G.
If you've used a computer before you've undoubtedly scrolled through and agreed to some sort of agreement.
More and more I find that I need to setup some kind of job or scheduled task to accomplish something in .NET on a reoccurring basis.
CMD Email, the email command line utility I developed (originally discussed here) has been updated to version 2.0. Here are new features for v2.
I have been dragging my feet for the past few years in regards to finishing up my Microsoft development certification.
I’ll be attending the Frederick .NET user group tonight. Tonight’s topics will be SQL Server Performance and Coding for Fun and Profit.
I've spent quite a bit of time recently optimizing our ASP.NET application to help improve performance.
I have been going back and forth banging my head against a wall trying to fix a JavaScript error that was happening on my Reporting Services ReportViewer...
I've been having a very weird problem in Visual Studio 2008 when trying to use the automatic operations for the Linqdatasource (insert, update or delete).
I recently had to upgrade some Classic ASP code to .NET for some data encryption. The routines use RC4 encryption and make the result database friendly.
I recently ran into this problem when using a FormView and and ObjectDataSource where the FormView was binding to nullable data types...
I recently spent quite a bit of time trying to figure out why my FormView wasn't retaining values after some of my custom server-side validation failed in...