(Scott Mitchell) A common question I receive from clients, colleagues, and 4Guys readers is for recommendations on how best to store and display dates and times in a data-driven web application. One of the challenges in storing and displaying dates in a web application is that it is quite likely tha
Tag: Development
Exploring New C++ and MFC Features in Visual Studio 2010
(Sumit Kumar) Visual Studio 2010 presents huge benefits for C++ developers. From the ability to employ the new features offered by Windows 7 to the enhanced productivity features for working with large code bases, there is something new and improved for just about every C++ developer.
Automatic Properties, Collection Initializers, and Implicit Line Continuation support with VB 2010
(Scott Guthrie) This is the eighteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.
WPF Label
(Mahesh Chand) This article demonstrates how to create and use a Label control in WPF using XAML and C#.
Getting The Image SRC Of ColdFusion’s CFImage WriteToBrowser Temporary Image With CFXML
(Ben Nadel) ColdFusion 8 comes with a file servlet that can be used to serve up temporary image files. This is great because it allows us to do on-the-fly image creation without having to worry about the physical image file I/O (input/output). Furthermore, the images stored in the file servlet get d
WPF CheckBox
(Mahesh Chand) This article demonstrates how to create and use a CheckBox control in WPF with the help of XAML and C#.
Working with Object Context in the Entity Framework
(Mark Strawmyer) Welcome to this installment of the .NET Nuts & Bolts column where we’ll delve deeper in to the Entity Framework. The focus will be on the entity context and some of the various things available such as detaching entities and attaching them again.
ASP.NET MVC 2 Render Template to String
(Joey Bratton) In one of the projects that I am currently working on we have a lot of different emails we want to send out to users and we would like to build those emails from templates. My goal was the leverage the existing ASP.NET view engine for this, but that turned out to be a lot more complic
ASP.NET 4.0 and the Entity Framework 4 – Part 3 – Execute Stored Procedures Using the Entity Framework 4
(Vince Varallo) This article will demonstrate how to use the Entity Framework 4 to execute stored procedures that create, read, update, and delete (CRUD) records from a SQL Server database. This article builds upon the database that was generated in the first article, Create a Database Using Model
Running Asynchronous CFThread Tags In Series Using ColdFusion
(Ben Nadel) After recently demonstrating how to run asynchronous processing with ColdFusion’s CFThread tag, I started to think about the nature of the asynchronous threads. It’s such a departure from the top-down execution of traditional code that I thought the actual execution of individual threads
