Locations of visitors to this page

    Article Categories       Minimize  

             
    Articles       Minimize  


             

Current Articles | Categories | Search | Syndication

By SkySigal @ 7:11 PM, Category: .NET Framework (in General), 0 Comments

Here is  a post that should  hopefully explain how PerfMon can relatively easily be put to good use monitoring PerformanceCounters -- as well as create custom Counter Logs to track an application's performance over time.

Not exactly part of the Framework (PerfMon comes with the OS) and not an article about code -- but adding PerformanceCounters to your application (discussed in another article) relies on your understanding PerformanceCounters in general, and how to monitor applications (the subject comes up in in both certification exams for ASP.NET applications).

By SkySigal @ 3:48 AM, Category: ASP.NET, .NET Framework (in General), 0 Comments

Here is link to a post I wrote covering hopefully everything you'll need to know about Globalization and Localization in ASP.NET projects.

By SkySigal @ 10:26 PM, Category: .NET Framework (in General), 0 Comments

Here is a link to a post that I wrote about how to use the EventLog class effectively, with some tips you may find useful. 

Hope you find it useful.

By SkySigal @ 10:44 PM, Category: .NET Framework (in General), 0 Comments

Here is a link to a post that describes in quite a lot of detail all that you'll probably need to know about reading and writing to files, whether Binary or Text files.

By SkySigal @ 6:22 AM, Category: .NET Framework (in General), 0 Comments

image Most C# coders know how to use Collections and Dictionaries, but are a bit fuzzy on the internals, and when to choose which one.

This is a link to a post that might help...

By SkySigal @ 6:43 AM, Category: .NET Framework (in General), 0 Comments

Here's a link to a post that describes what CAS is, how it works, and how to use it to control assemblies installed on your machine.

By SkySigal @ 10:13 PM, Category: .NET Framework (in General), 0 Comments

Here is a link to a post that I wrote that covers all you will need to know about how how to Start(), Join(), and Abort() threads, and how to define CriticalRegions(), and how to pass arguments between threads.

 

 

 

By SkySigal @ 10:02 PM, Category: .NET Framework (in General), 0 Comments

Although I would tend towards using webservices these days for most communication between vendor and client, your software may need to send out email.

Here is a link to a post that explains everything you will need to know about writting not only email messages, but rich html messages with embedded images, as well as attaching files.

After you've read this, you'll have enough information to do anything you need -- even conceive of a application that takes a screen grab when errors occur in your application, and mails it to you.

 

 

By SkySigal @ 10:06 PM, Category: .NET Framework (in General), 0 Comments

Not so long ago, designing software so that it could be translated to french involved custom solutions, hell, and a lot of funny translations.

Now, making your software so that it formats Dates, Time, Numbers, Currency for each country really is about as easy as it can get.

Here's a link to a post explaining how.

 

 

By SkySigal @ 7:51 PM, Category: .NET Framework (in General), 0 Comments

Here's a link to a post that I wrote that covers all the essentials of using the Binary and Soap Formatters...

 

By SkySigal @ 7:31 PM, Category: .NET Framework (in General), 0 Comments

The XmlSerializer is often discussed in the same breath as the SoapFormatter, even when they are totally different serialization systems with no common inheritance or interfaces.

Here's a link to a post that covers in depth the use of the XmlSerializer -- efficiently.

Copyright 2007 by Sky Sigal