(Scott Mitchell) The ASP.NET AJAX UpdatePanel provides a quick and easy way to implement a snappier, AJAX-based user interface in an ASP.NET WebForm. In a nutshell, UpdatePanels allow page developers to refresh selected parts of the page (instead of refreshing the entire page). Typically, an UpdateP
Tag: Development
New features of Visual Studio.NET 2008 and JDeveloper 11g
(John Charles Olamendy) In this article, I want to explain the new features of Visual Studio.NET 2008 and JDeveloper 11g which are the IDE provided by Microsoft and Oracle for the development of enterprise application for .NET and Java platform.
Targeting the Enterprise with ASP.NET MVC 2.0
(Tapas Pal) 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.
New Psscor2 commands – DumpAllExceptions
(Tom) There have been a few places where you can see this command run, but I wanted to talk about it here officially. This command is used to display all of the exceptions that are currently in the managed heap. One interesting thing is that this function actually looks at what class the object de
Cleaner HTML Markup with ASP.NET 4 Web Forms – Client IDs (VS 2010 and .NET 4.0 Series)
(Scott Guthrie) Today’s post is the first of a few blog posts I’ll be doing that talk about some of the important changes we’ve made to make Web Forms in ASP.NET 4 generate clean, standards-compliant, CSS-friendly markup. Today I’ll cover the work we are doing to provide better control over the “ID
Ask Ben: Processing Files With CFThread In ColdFusion
(Ben Nadel) Ben, I’m not quite sure about how threads work and when to use them. Here’s a for instance: The user has uploaded a bunch of files that I have to do some processing on. It may take a while. I’d like to send them back a notice that the process will take a while and I’ll send them […]
.NET Arrays with Micro Focus COBOL.NET
(Michael Bleistein) The .NET System.Array class has many uses and is often encountered when you interact with other .NET classes and even user developed C# or VB.NET classes.
Developing Usable (.NET) Components
(Jeremy McPeak) When building an application, developers often face the decision of either writing functionality themselves or look to a third party component to get the job done in a timely manner. In the case of the latter, a well-designed component can greatly enhance a developer’s productivity.
ASP.NET 4.0 and the Entity Framework 4 – Part 2: Perform CRUD Operations Using the Entity Framework 4
(Vince Varallo) This article will demonstrate how to use the Entity Framework 4 to 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 First Development. You’ll need
How Much Should jQuery Event Bindings Handle?
(Ben Nadel) Last week at the jQuery NYC meetup, I posed the following question: How much should jQuery event bindings actually handle? When I write spaghetti code, the answer to this is fairly straightforward – whatever gets the job done, refactor as necessary. But, as I move into a more object-orie
