For years, developers have wrestled with the tedious tasks of building data layers with Create, Read, Update and Delete (CRUD) functionality to be consumed by the UI. I can personally remember a project from more than 10 years ago that required me to write code that automatically generated business and data layers from a Rational [...]
Tag Archives: ASPNET
ASP.NET Dynamic Data: Build a Data-Driven Enterprise Web Site in 5 Minutes
The ASP Column: Determining Browser Capabilities in ASP.NET
New information has been added to this article since publication. Refer to the Editor’s Update below. Determining Browser Capabilities in ASP.NETWeb applications are different from applications that run in homogenous environments because they send their output to all kinds of platforms and Web browsers. Some browsers support client-side scripting, some support XHTML, and still others [...]
Test Run: Automate Your ASP.NET Web Services Testing
Automate Your ASP.NET Web Services TestingCode download available at: TestRun0503.exe (146 KB) Browse the Code Online It’s no exaggeration to say that Web services are revolutionizing application-to-application communication. Web services are already being used extensively in corporate intranet environments and are making their way into commercial use, too. But because Web services are relatively new, [...]
Cutting Edge: Live Data Binding in ASP.NET AJAX 4.0
Recently I moved into a new office and went through the extremely pleasant and gratifying experience of packing up all the programming books I had collected in more than 10 years.Those books could tell you quite clearly how Web programming evolved in the past decade, and which technologies followed one another, each improving (and in [...]
Cutting Edge: ASP.NET Ajax Library and WCF Data Services
It’s been a few years since the Web industry praised the advent of AJAX as the beginning of a new era of programming prosperity, and now a powerful set of programming tools is finally available to Web developers: the ASP.NET Ajax Library and WCF Data Services. Developers can stop relying on the browser as a [...]
The Big Story: An Overview of the New Services, Controls, and Features in ASP.NET 2.0
[ Editor's Update - 1/20/2006: This article refers to a beta version of Visual Studio 2005. An updated version of the article, reflecting features found in the final release of Visual Studio 2005, can be found at Web Apps: An Overview Of The New Services, Controls, And Features In ASP.NET 2.0.] An Overview of the [...]
Wicked Code: Drag and Drop with ASP.NET AJAX
Drag and Drop with ASP.NET AJAXCode download available at: WickedCode2008_01.exe (296 KB) Browse the Code Online AJAX has revolutionized Web user interfaces, and ASP.NET AJAX has made AJAX available to the Visual Studio® users. It comes in three separate downloads: ASP.NET AJAX Extensions (asp.net/ajax/downloads), which provides the core, fully tested set of AJAX functionality; ASP.NET [...]
Cutting Edge: The ASP.NET View State
View the original article here
House of Web Services: Mandatory Headers in ASP.NET Web Services
View the original article here
ASP.NET Workflow: Web Apps That Support Long-Running Operations
Web Apps That Support Long-Running OperationsThis article discusses: Process-independent workflows Synchronous and asynchronous activities Workflows, activities, and persistence Integrating with ASP.NET This article uses the following technologies: Windows Workflow Foundation, ASP.NETSoftware developers are often asked to build Web applications that support long-running operations. One example is the checkout process of an online store, which might [...]