.NET news » Search results

Search results for query "net" (410):

Matematico Web Game in ASP.NET using RegEx

This article is about Matematico, a logical game I played when I was 11 years old. I never forgot this game and my teacher who was a very clever woman. Now, my daughter Nina is able to play with me and I create this page for her just for fun. And for you, of course. You can play this game with your children, parents, and friends. IMHO this game is better than bingo, and poker.
2008-07-02 12:52:00   Source: Matematico Web Game in ASP.NET using...   Tags: Examples ASP.NET

Eight Key Practices for ASP.NET Deployment

This article presents some best practices that you can follow to deploy ASP.NET applications in production mode. These practices help you avoid problems both during and after deployment.
2008-06-27 19:40:06   Source: Eight Key Practices for ASP.NET...   Tags: ASP.NET

ConfigManager.Net - App.config and Web.config helper utility

Utility to aid in the management of app.config and web.config files in a team development environment.
2008-06-21 22:36:00   Source: ConfigManager.Net - App.config and...   Tags: Software

Making Transparent Controls with C# and .NET 3.5

This article provides an approach to a Transparent Control that draws an ellipse with real transparent background and a brush that supports transparent colors.

A C# Sample Code/Article Extending the Capabilities of GDI+ in C# (.NET) - Part II

This article is a continuation to my previous article where I present two more methods to do the same
2008-06-10 14:58:00   Source: A C# Sample Code/Article Extending the Capabilities of...   Tags: Graphics

A C# Sample Code/Article Extending the Capabilities of GDI+ in C# (.NET) - Part I

The article is about extending the capabilities of GDI+ in C#. When programmers look to develop serious imaging applications, a surprising shortcoming is noticed in GDI+. The shortcoming is the absence of an API which is useful in selecting regions within an image in a user interactive way.
2008-06-09 14:50:00   Source: A C# Sample Code/Article Extending the Capabilities of...   Tags: Graphics

Google Maps Control for ASP.NET - Part 2

This is second part in two part series of my article Google Maps User Control for ASP.Net. In the first part I have explained how to use this control in your ASP.Net application. In this part, I am going to explain source code of this user control so that you can modify it for your own use.
2008-06-04 13:26:00   Source: Google Maps Control for ASP.NET -...   Tags: ASP.NET Ajax

.NET Cross AppDomain Communication

This article demonstrates a quick and easy-to-use implementation for cross-AppDomain communication in .NET by leveraging Windows native messaging. The XDMessaging library is based on code developed to aid rapid development for a recent Vista project that required a lot of cross-AppDomain communication in a locked-down environment. It proved to be extremely useful in a number of scenarios where .NET Remoting would have been impractical, if not impossible, and actually solved more problems than I could have imagined due to its simplicity. The library is intended to send messages between multiple applications in a same-box scenario. For example, a task-tray application might want to communicate with or monitor a separate desktop application. The library does not implement cross-domain communication across a network, for which case .NET Remoting is sufficient.
2008-06-04 06:25:00   Source: .NET Cross AppDomain Communication   Tags: Other

Custom Button Control with Gradient Colors and Extra Image (VB.NET)

This is a simple to use Custom Button control, but with a lot of visual design options

.NET Internals and Native Compiling

An article about .NET internals and native compiling.
2008-05-30 15:11:00   Source: .NET Internals and Native Compiling   Tags: Security