(Sushila Bowalekar Patel) Row deletion in a GridView by default does not provide confirmation before deleting. Using a client-side verification message can prevent accidental deletions. In this example, we will see how to utilize client-side script to confirm deletions when using a GridView contro
Tag: Development
Windows Communication Foundation Architecture Overview
Get a high-level view of the Windows Communication Foundation (WCF) architecture and its key concepts. Code examples demonstrate WCF contracts, endpoints, and behaviors.
Introduction to an Abstraction Architecture for BI
(Dean Reynolds) Business Intelligence (BI) is an abstraction architecture for delivering specific and useful information in the midst of the data-explosion organizations are facing today. Transformation of data into meaningful information requires the application of specific contexts derived in a fl
Take Total Control Of Your Networking With .NET And UDP
(Yaniv Pessach) You’ve probably made use of Transmission Control Protocol (TCP) in your applications at some point, whether directly or indirectly—after all, HTTP runs on top of TCP, so every Web application is built atop it. But maybe you’ve wondered whether its brother User Datagram Protocol (UDP)
Custom Exceptions in VB 2005
(Josh Fitzgerald) Structured exception handling was introduced to Visual Basic programmers with the first .NET version of the language. Structured exception handling is important for two reasons: –It simply makes code more readable by using a syntax that is more congruent with the rest of the la
Test Driven Development with Visual Studio 2005 Team System
(Doug Seven) Test Driven Development (TDD) is not a new concept. In fact, the idea of test-first, code-second has been around for many years. In the latest release of Microsoft’s premier developer tool, Visual Studio 2005 Team System many new features have been added, including features for testing
Passing Information Securely Between ASP and ASP.NET
(Bryan Roberts) You can transfer information between systems using ASP.NET in multiple ways; however, many are cumbersome, complicated, or insecure. For example, many data transfer methods pass information in plain text, which makes the data vulnerable to both interception and misuse. This article
Hello, Workflow
(scott) Windows Workflow might be the most significant piece of middleware to arrive on the Windows platform since COM+ and the Distributed Transaction Coordinator. The difference is, not every application needs a distributed transaction, but nearly every application does have a workflow encoded ins
Working at the Visual Studio Command Line
(John Mueller) You may not realize that the Visual Studio IDE supports command line switches, but it does. The command line switches can do everything from changing your work environment to compiling your application.
Introduction to Creating Dynamic Types with Reflection.Emit
(jconwell) Dynamic types can provide the Framework developer with efficient programming abstractions without the performance penalty usually incurred by many abstractions. By coding against interfaces and using the Factory design pattern, you can develop a framework that has the generic benefits of