Home > Articles > Programming > Windows Programming

Windows Programming

674 Items

Sort by Date | Title

Alison's SQL Server 2000 Tricks
Aug 6, 2001
Learn a few SQL Server 2000 tricks from expert Alison Balter.
All Systems Are Go: An Interview with Rob Pike, the Co-developer of Google's Go Programming Language
Aug 17, 2010
Danny Kalev talks with Rob Pike, the co-developer of Google's new Go programming language. In this interview, Pike speaks about the limitations of C++ in large-scale projects, the design philosophy of Go and its unusual type-system, and Go's future.
An Interview with Alexander Stepanov and Paul McJones on Elements of Programming
Aug 3, 2009
Andrew Binstock interviews Alexander Stepanov and Paul McJones, the authors of The Elements of Programming, on their new book, decomposing software, why C++ was their choice for the book, and their perspectives on OO and generic programming.
An Interview with Dave Thomas and Andy Hunt, the Pragmatic Programmers
Apr 15, 2010
Larry O'Brien interviews Dave Thomas and Andy Hunt on why programming pragmatically still holds true today.
An Introduction to .NET for Beginners
Sep 7, 2007
Tim Patrick explains .NET, from the concept of objects to typical development processes.
An Introduction to ASP.NET MVC
Jul 29, 2009
Get an introduction to the Microsoft ASP.NET MVC framework and learn why you should build web applications using ASP.NET MVC.
An Introduction to Catastrophe Disentanglement for Software Projects
May 4, 2006
Just as the smart thing to do when a ball of twine seems hopelessly entangled is to stop whatever we are doing with it (otherwise, the tangle gets worse), so it is with a disastrous project; the longer we keep at it, the worse it gets. At some point, we need to halt all activity and reassess what we are doing. This chapter introduces you to the concept of catastrophe disentanglement.
An Introduction to CGI Programming in C#
Jun 21, 2002
This article discusses a technique for small-scale CGI-implemented web sites that can't afford an all-out conversion to .NET.
An Overview of COM+
Oct 30, 2000
Component Services, the formal name for COM+, are designed to support scaling and maintaining tiered systems built on component technology. In many ways, COM+ is simply the next release of the Microsoft Transaction Server (MTS). If you've built MTS applications ...
Anonymous Methods in C# 2.0
Oct 28, 2005
While demonstrating the rudiments of anonymous methods, Paul Kimmel answers the question "Are anonymous methods just someone being a bit too clever?" This article is adapted from Paul's book C# Express (Addison-Wesley).
Application Architecture in Windows Forms 2.0
Jun 9, 2006
Application of Denial of Service Attacks
Jul 30, 2004
Denial-of-Service (DoS) attacks can severely damage your business. In this article, Stephen de Vries explains the basics of DoS attacks, and how you can begin to protect yourself from them.
Applied C#
Feb 1, 2002
This sample chapter from Applied .NET: Developing People-Oriented Software Using C# shows you how isolated C# language constructs can be woven together to produce the new and exciting people-oriented class of software.
Applied SOAP: XML and Web Service Implementation
Jul 5, 2002
Understand why loosely coupled, interoperable XML is critical to Web Services. Read how to use XML technologies that are key to working with SOAP, such as XPath, XLink, and XSL.
art_gore_outsourcing
Jan 1, 2003
ASP.NET 2.0 Security
Dec 10, 2004
This chapter outlines some of the new security features included in ASP.NET 2.0. Many of these new features were added to address problems developers were forced to address in previous releases.
ASP.NET 2.0: Is It Really This Easy?
Sep 1, 2006
To give you a feel for the way all the new features of ASP.NET 2.0 combine to provide the overall development experience, this chapter presents a scenario-based demonstration focused on a day in the life of a developer who is in the process of fulfilling the requirements of a fictional customer.
ASP.NET 4 Unleashed: An Interview with Kevin Hoffman and Nate Dudek
Dec 15, 2010
Eric Vogel interviews Kevin Hoffman and Nate Dudek, two of the co-authors of ASP.NET 4 Unleashed. Kevin and Nate talk about why you should upgrade to ASP.NET 4, their opinion on the Update Panel, and what HTML5 will bring to the table.
ASP.NET Compilation Models
Oct 26, 2007
Learn how ASP.NET applications are compiled.
ASP.NET Custom Controls
Nov 13, 2003
ASP.NET's custom controls pick up where User Controls leave off, providing greater flexibility, reusability, and a better design time experience, but with some added complexity. This chapter shows you some of the most common server-control techniques.

<< < Prev Page 2 3 4 5 6 Next >