|
Solution Search:
|
Windows Development Resource Center
How to speed up Visual Studio 2008's slow WPF designer
Studio supports a plug-in designer model. The .NET Windows Forms designer is a great example of a designer plug-in: when you open a Windows Forms file in Visual...
More...
May 12, 2009
How to list fonts in WPF using markup extensions and data templates
a class with a static property:
class Document { // defines a static property or field public static double DocumentWidth { get; set; }
}
May 6, 2009
How to convince management to buy Microsoft Visual Studio 2008
design-time environment (DTE) object model that can manage window objects, document objects, code-manipulation objects, tool-window objects and more. Automation...
More...
Apr 30, 2009
Windows Development Interviews
Authentication and Membership.
At a lower level, the Microsoft Ajax Library leverages the JavaScript object model with a type system that allows simulating object-oriented constructs... Apr 2, 2007
an XMLHttpRequest open up security vulnerabilities?
When people look at Ajax they see this XMLHttpRequest object performing magic on a Web page and they think that this can lead to major... Feb 8, 2006
|