(Kenny Kerr) In today’s connected world in which every application is a potential target, you must extend your defensive programming efforts to cover security. Everything you have learned about defensive programming helps you write more secure code, but this is not enough. You need to go much furthe
Tag: Development
Generics Internals
(Saravana Kumar) In this article, I am going to give an overview about Generics in whidbey and then I will go deep into how exactly it is working. Before we start on what is generics, we will take a small example and see how generics fits in that. Then we can easily understand what is generics
Monitoring Distributed Service Performance in .NET
(gtamir) The software application I am maintaining consists of 28 (yes, Twenty Eight) types of Windows services running on multiple machines. Each service might have a single instance (running on a single machine), multiple instances running on a single machine, or multiple instances running on mult
Why You Need Coding Standards
(David Mytton) The best applications are coded properly. This sounds like an obvious statement, but by ‘properly’, I mean that the code not only does its job well, but is also easy to add to, maintain and debug.
Creating .NET Extensions for Office Applications
(John Mueller) While Office 2003 offers a lot of new features, you can always add more in the way of custom additions using Visual Studio .NET. Especially if you learn about this undocumented technique.
Fast, Easy Database Access with Python
(Scott Scriven) Have you ever found it tedious to mix SQL and other languages, or been reluctant to write the same four lines of code again to do a simple database query? This article can help you eliminate the drudgery involved in database access, and make your programming time more efficient,