.NET

Microsoft's library for writing applications for Windows, Internet, and other platforms

WPF Tutorial

Jun 10

With Visual Studio 2010 out, it's high time to learn WPF programming!

Animating Windows 7 Taskbar Icons

Jun 10

A quick tutorial, with sample code, on SetProgressState and SetProgressValue.

Windows Presentation Frameworks Simplified

Jun 10

Bling is a C#-based library for easily programming images, animations, interactions, and visualizations on Microsoft's WPF/.NET.

Visual Studio on MSDN

Mar 20

News, product information, and learning tools for Microsoft development technologies.

Microsoft Visual Studio 2008 – Learning Portal

Mar 20

Trainging resources for Visual Studio, SQL Server and Windows Server.

Starting with Delphi Prism

Mar 16

I've recently acquired the latest Pascal language compiler from RemObjects, Oxygene. Embarcadero, now the owners of Delphi, decided not to continue development of Delphi for .NET, but instead license this compiler plug-in for Visual Studio from RemObjects. So if you get RAD Studio 2009 from Embarcedero, which includes Delphi 2009 for Win32, you also get a special single-language version of Microsoft Visual Studio with the Pascal compiler from RemObjects. If you buy this from Embarcadero, it's called Delphi Prism. If you buy it from RemObjects, it's called Oxygene.

.NET Framework Compatibility

May 22

The Microsoft .NET Framework 2.0 builds on the success of the Microsoft .NET Framework 1.0 and 1.1 to provide the best runtime environment for Web and Microsoft Windows client applications.

WPF Wonderland

Dec 14

Creating a beautiful user interface for your Windows application is a complex process In the past it required skills in many disciplines: Windows Forms, Visual Basic, C++,GDI, GDI+, DirectX and more.

Natural Sorting in .NET

Dec 14

"You're programmers. You're almost all college graduates and none of you know what the f**k "Alphabetical" means. You should all be ashamed. If any of you are using your language's default sort algorithm, which is almost guaranteed to be ASCIIbetical (for good reason) to get alphabetical sorting you proceed to the nearest mirror and slap yourself repeatedly before returning to your desks and fixing your unit tests that didn't catch this problem."

When you should use the SecureString class

Jun 14

"One of the trickier aspects of development is working with sensitive data such as social security numbers, employee identification numbers, and so forth. The .NET Framework includes cryptography functionality, but it is often overkill for smaller applications.

Designing .NET Class Libraries

May 31

Krzysztof Cwalina (co-author of Framework Design Guidelines) recently did a talk for the Microsoft Research Group on great framework design. It took place at the Redmond’s Microsoft Research Center. They recorded and posted it on the Research Channel.

.NET Framework Windows Forms Controls

Jan 21

A large collection of 3rd-party .NET controls for spicing up your Windows Forms application.

ClickOnce Explained at Wikipedia

Oct 26

ClickOnce is a Microsoft technology for deploying Windows Forms or Windows Presentation Foundation -based software, also called Smart clients. ClickOnce is only available in .NET 2.0. A less advanced technique can be obtained with the Microsoft Updater Application Block. It is similar to Java Web Start for the Java Platform.

ClickOnce Deployment in .NET Framework 2.0

Oct 26

It is very common among the developers of previous generations to choose web applications over rich Windows UIs because of the deployment challenges associated with deploying a Smart Client Windows Forms application.

The Magic of ClickOnce

Oct 26

Over the past few years, businesses have begun to favor deploying web applications instead of Windows applications. One of the major attractions of the web application is its ubiquitous access--anyone with a web browser can access the application, and there are no setup issues to worry about. However, network latencies and server delays are just some of the problems that are preventing developers from reaping the full benefits of the Web. Common frustrations over web applications include slow response time from web sites and limited functionality (due to the stateless nature of the HTTP protocol).

ClickOnce to deploy your .NET applications

Oct 26

Application architects often struggle with two important but competing goals. They want to write a Windows®-based rich client application that runs on the desktop because that provides the best stateful, interactive experience for the user. However, they also want to minimize the effort required to deploy and update their apps—a goal best accomplished using a thin client model. Users care about applications that are easy to use and that will not interfere with other apps on their machine.

Delphi.NET Running on .NET Compact Frameworks

Aug 19

A blog by Borland's Danny Thorpe on building .NET Compact Framework applications with Delphi.

#develop

Aug 19

#develop (short for SharpDevelop) is a free IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform. It is open-source, and you can download both sourcecode and executables from this site. In

Syndicate content