Breakpoints and Tracepoints in Visual Studio
When debugging program code it is important to be able to pause the code at a specific location. Using Visual Studio breakpoints and tracepoints, the... more »
0 commentsSave Tags: .net, microsoft, tools
Why Data as a Service isn't a Bad Idea
Why the Database as a Service is a Bad Idea but Data as Service isn't a Bad Idea Early this week I encountered the post "Why the Database as a... more »
0 commentsSave Tags: .net, how-to, microsoft, ria
Taking the HttpContext out of the MVC Framework Controller
I really like the MVC Framework. I'm currently working on my third commercial project using it and I just love the flexibility it gives me, especially... more »
0 commentsSave Tags: .net, frameworks, opinion
Questions on application domains, application pools and unhandled exceptions
I got an email with some questions around application domains, application pools and unhandled exceptions from a developer that was frequently seeing... more »
0 commentsSave Tags: .net, frameworks
Aspose.Network supports .NET Framework 3.5 & .TNEF File decoding
Aspose.Network is a suite of .NET components for network programming with support for .NET logging framework, Microsoft Exchange Server and allows... more »
0 commentsSave Tags: .net, gui, web 2.0, windows
Red Gate Assuming Responsibility For .NET Reflector’s Future
Red Gate has announced that they will be assuming responsibility for Lutz Roeder's Reflector utility.
0 commentsSave Tags: .net, announcement, tools
Programming the MetaWeblog API in .NET/C#
Most modern blogging engines support the MetaWeblog API, which was defined by XML-RPC.com many years ago. It's become one of the most popular API's... more »
0 commentsSave Tags: .net, other languages
Deploying ASP. Net Websites on IIS 7.0
Microsoft Internet Information Services (IIS) 7.0 in Windows Server 2008 and Windows Vista provides a secure, manageable platform for developing and... more »
0 commentsSave Tags: .net, microsoft, reviews, server
LINQ really is hot stuff for .NET developers
I’m late to the LINQ party. I thought I was good at keeping up with the latest trends and improving my skills. But I never embraced the importance of... more »
0 commentsSave Tags: .net, database, methodology, reviews
New ASP.NET Generated Image Control
The concept is simple: a handler that takes in a few parameters will render out an image. The control does what you would expect by instantiating the... more »
0 commentsSave Tags: .net, tools, web design
Easily build powerful client-side AJAX paging, using jQuery
When I suggest that developers consider using web services and a more client-centric approach to solve their UpdatePanel performance problems, the... more »
0 commentsSave Tags: .net, ajax, javascript, web design
Killing The Fencepost in C#: A handy Code Snippet
A simple, straightforward example of how to use Functional Programming facilities in .NET to provide an elegant, generic, one-size-fits-all fencepost... more »
0 commentsSave Tags: .net, how-to
To Inline or not to Inline: That is the question
In a previous posting, I mentioned that .NET V3.5 Service Pack 1 had significant improvements in the Just in time (JIT) compiler for the X86 platform,... more »
0 commentsSave Tags: .net
Resize images 'on the fly' while uploading
Lot of sites (specialy in the web 2.0 times) allows the user to upload images to the site. To save disk space and for visual design reasons, it is... more »
0 commentsSave Tags: .net, how-to, other languages, web design
Surviving Your First SharePoint Project Part One
The following advice assumes that we are working on a small-to-medium sized, line-of-business application, possibly something attached to a... more »
0 commentsSave Tags: .net, frameworks
Dispelling SharePoint Myths
I've heard numerous myths about SharePoint. Some were scary. Others, funny. Regardless, for your reading pleasure, I'm going to spend the next few... more »
0 commentsSave Tags: .net, frameworks
Teitlebaum's WPF Graphic Demos, Part 1
Back in May during the excitement of WPF 3.5 SP1 Beta, known on Channel 9 as WPFWeek, we posted the video entitled WPF 3.5 SP1 Graphics with David... more »
0 commentsSave Tags: .net, frameworks
C# Inline Methods and Optimization
Last night I was playing around with a vector class that’s part of a scientific computation code I’ve been working on. It’s a long story more on that... more »
0 commentsSave Tags: .net, frameworks
Pluralsight's WCF/WF Developer Screencast Series
Pluralsight has joined forces with the WCF/WF teams at Microsoft to deliver a series of short videos that illustrate how to get started using WCF/WF... more »
0 commentsSave Tags: .net, frameworks, microsoft
Bitwise Operation Explained
Few well known bitwise operation problem collection
0 commentsSave Tags: .net, microsoft
Registering COM DLL with VS 2005 Walk-Through
This article demonstrates how to Register a COM DLL with Visual Studio 2005
0 commentsSave Tags: .net, microsoft
XML declarations in Linq to XML
The new XML API that comes with Linq to XML has some peculiar ways of handling the XML declaration (aka the XML prolog). Take a look at this sample
0 commentsSave Tags: .net, database, methodology
Serializable XmlDocument
It's surprising that XmlDocument isn't marked [Serializable], because it's very natural to serialize one into a stream. I wanted to put an object into... more »
0 commentsSave Tags: .net, frameworks
Asp.Net AJAX Client Side Templated Data Bound Control
I recently read these two articles by Dino Esposito about ajax templates (part1, part2) and was intrigued by the possibilities. I spend a lot of time... more »
0 commentsSave Tags: .net, ajax, web design
via