Introduction


Every programmer has a certain set of, routines that he refers back to and uses over and over again. These utility functions are usually bits of code that are not provided by any particular language or framework. This chapter is a compilation of utility routines that we have gathered during our time with C# and the .NET Framework. The type of things found in this chapter are:

  • Determining the path for various locations in the operating system

  • Interacting with services

  • Inspecting the Global Assembly Cache

  • Message queuing

It is a grab bag of code that can help to solve a specific need while you are working on a larger set of functionality in your application.



C# Cookbook
Secure Programming Cookbook for C and C++: Recipes for Cryptography, Authentication, Input Validation & More
ISBN: 0596003943
EAN: 2147483647
Year: 2004
Pages: 424

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net