When we have to change our minds about a person, we hold the inconvenience he causes us very much against him.
.NET
WPF Tutorial
With Visual Studio 2010 out, it's high time to learn WPF programming!
- Add new comment
- 47 reads
- Visit WPF Tutorial
Animating Windows 7 Taskbar Icons
A quick tutorial, with sample code, on SetProgressState and SetProgressValue.
Windows Presentation Frameworks Simplified
Bling is a C#-based library for easily programming images, animations, interactions, and visualizations on Microsoft's WPF/.NET.
Visual Studio on MSDN
News, product information, and learning tools for Microsoft development technologies.
- Add new comment
- 249 reads
- Visit Visual Studio on MSDN
Microsoft Visual Studio 2008 – Learning Portal
Trainging resources for Visual Studio, SQL Server and Windows Server.
Starting with Delphi Prism
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.
- David Cornelius's blog
- Add new comment
- Read more
- 959 reads
.NET Framework Compatibility
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
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.
- Add new comment
- Read more
- 503 reads
- Visit WPF Wonderland
Natural Sorting in .NET
"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
"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
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
A large collection of 3rd-party .NET controls for spicing up your Windows Forms application.
ClickOnce Explained at Wikipedia
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
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
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
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
A blog by Borland's Danny Thorpe on building .NET Compact Framework applications with Delphi.
#develop
#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
- Add new comment
- Read more
- 349 reads
- Visit #develop