(Jeffrey Juday) New C# programming feature announcements are always big news. Microsoft recently announced new C# programming features for making asynchronous programming easier.
Tag: Development
Creating A Struct From A ColdFusion Array Using The TreeMap And The LinkedHashMap
(Ben Nadel) The other day, I was reading about Railo’s ability to treat arrays as if they were structs. Specifically, Railo can execute a collection loop on an array in order to iterate over its defined indicies in order.
Using ASP.net Output Caching with WCF Data Services
(Peter Qian) We all know hitting the database is an expensive operation, adding the cost of serialization on top of that means that caching the output makes even more sense. The fact that WCF Data Services is built on top of the ASP.net platform means you can utilize all of its power to help you bui
Announcing Entity Framework Code-First (CTP5 release)
(Scott Guthrie) This week the data team released the CTP5 build of the new Entity Framework Code-First library. EF Code-First enables a pretty sweet code-centric development workflow for working with data. It enables you to:
ColdFusion 9’s ObjectSave() And ObjectLoad() Life Cycle Removes Object Meta Data
(Ben Nadel) The other day, when experimenting with ColdFusion 9’s ObjectSave() and ObjectLoad() functions, I found that I was having trouble using some of the deserialized object’s meta data. I could invoke both the defined and synthesized functions. I could even check to see if a given method exist
Checking All Checkboxes in a GridView Using jQuery
(Scott Mitchell) In May 2006 I wrote two articles that showed how to add a column of checkboxes to a GridView and offer the ability for users to check (or uncheck) all checkboxes in the column with a single click of the mouse.
Controlling our ClientIDs in ASP.NET 4
(Brian Prince) Microsoft has released ASP.NET 4 with a lot of new features. One that seems small on the surface is a feature that I am very excited about. It has the potential to really clean up my code, and make JavaScript a lot easier for me to write and maintain. This little feature that could is
Making ASP.NET deployment easy with the Package/Publish Web tool
(Rachel Appel) There’s many ASP.NET developers using Visual Studio who need flexible options and would like a UI to manage deployment tasks. These developers tend to deploy web applications themselves and a few deployment scenarios that exist today where you’ll see those developers deploying applica
Extending the ListView
(Peter Vogel) In my previous column ( Working with the ListView ) I made the claim that the ListView was the most powerful control because, like a GridView, it allowed you to display multiple rows but, like a FormView, allowed you complete freedom in the format for each row. In that column I looked
Create an Entity Framework Model and Use it in Multiple Projects 4retweet
(Suprotim Agarwal) In one of my previous articles, I had written on how to Create an Entity Data Model From a Database. A DotNetCurry.com reader Phillip posted a question in the comments section, asking if it was possible to use the same model in multiple projects.
