(David Cruwys) My current project is to build a real time distributed quotation engine. Online customers would enter their details and submit a request to the quote engine. The engine creates a list of quote providers to communicate B2B with various backend systems over the web, each provider has a
Tag: Development
ColdFusion Application.cfc Properties Get Normalized In Interesting Ways
(Ben Nadel) As I was working on my Scotch on the Rocks (SOTR) presentation this weekend, I noticed something that I don’t think I have ever noticed before: the properties that you define in the Application.cfc pseudo-constructor change once they are made available in the application event handlers.
Introduction to new methods in System.IO.File in .Net 4.0
(Jaish Mathews) One of the core .NET namespace for file handling is System.IO. This name space contains the class “File” which has lot of static methods to handle file system. These all are already available since the initial stage of the .NET. But here we are looking some improvements made as part
Save Signficant Disk Space by Setting MaxPatchCacheSize to 0
(Jeremy Jameson) A little over two years ago, I wrote a post about installing Visual Studio 2005 Service Pack 1, in which I mentioned setting the MaxPatchCacheSize registry setting to 0 (in order to save some significant disk space while installing the service pack). [Note that the credit for this t
Create A System Tray Application In VB.Net
(Gregory.Gadow) This article was prompted by a question in Quick Answers about how to write a VB.Net application that started in the tray. There were a number of examples here at Code Project — this article[^] by member [ICR] in particular — but I could not find anything in VB. This article is mea
Can’t hit breakpoints in a plug-in or can’t debug .NET 2.0/3.0/3.5 from a mixed mode .exe project with Visual Studio 2010?
(Andrew Hall) With Visual Studio 2010 came the release of Visual Studio .NET 4.0. .NET 4.0 adds a lot of great features and new capabilities; however with .NET 4.0 came a new 4.0 debug engine in Visual Studio 2010 (so there are now two managed debug engines, 2.0/3.0/3.5 and 4.0). Ordinarily if you
Create a Web App Using ASP.NET MVC 2.0 Framework
(Tapas Pal) In this article I will show you how to create an ASP.NET Web Application using MVC 2.0 Framework. You’ll recall that ASP.NET MVC 2.0 is the latest Microsoft framework for building web applications on top of the .NET framework 2.0, 3.0, 3.5 etc.
Production Diagnostics Improvements in CLR 4
(Jon Langdon) On the Common Language Runtime (CLR) team, we have a group whose focus is providing APIs and services that enable others to build diagnostics tools for managed code. The two biggest components we own (in terms of engineering resources dedicated) are the managed debugging and profiling
Setting ColdFusion Cookies With CFCookie vs. Cookie Scope
(Ben Nadel) Yesterday, as I was working on my Scotch On The Rocks (SOTR) ColdFusion Framework presentation, I discovered a huge error in my understanding of the way in which cookies can be set in ColdFusion.
Dynamically creating bound and template columns in GridView using ASP.Net
(Shawpnendu Bikash Maloroy) In some complex scenarios developers need to create runtime GridView dynamically. So obviously developers need to create dynamic columns for dynamic gridviews. Here in this article I will explain how one can develop or implement runtime dynamically create bound column as
