Welcome to MSDN Blogs Sign in | Join | Help

October 2007 - Posts

"Five years ago, Bill Gates issued a memo to all Microsoft employees explaining the importance of building more secure software. Since then, many people across Microsoft have worked to improve the security of their products. In doing so, we've learned Read More...
These days, fuzzing is most frequently used to validate file and network parsers - literally piping a random source of binary data into the parser and then seeing what happens. In the November issue of MSDN Magazine, Dan Griffin takes a look at the extensibility Read More...
Small coding errors can result in critical vulnerabilities that can compromise the security of not just entire systems, but even entire companies. Security vulnerabilities are not typically caused by a single error, but rather by a sequence of errors Read More...
Although the .NET Framework provides a managed execution environment, it is important to use resources carefully and consider whether you need to proactively manage the lifetime of any objects created by your code. In the November issue of MSDN Magazine, Read More...
How can you make sure a crash in your program is not exploitable? The short answer is simple: assume every crash is exploitable and just fix it! In the November issue of MSDN Magazine, Adel Abouchaev , Damien Hasse , Scott Lambert , and Greg Wroblewski Read More...
MSDN Magazine is actively seeking a new Senior Editor to join our team. This is an exciting opportunity to play a pivotal roll in the continued growth and success of the world's leading publication for Microsoft developers. As a Senior Editor, your responsibilities Read More...
Microsoft Office SharePoint Server (MOSS) 2007 is an industry leading platform for collaboration, but it's also a powerful application platform for .NET developers. One of the new features of MOSS 2007 is the ability to include custom forms in workflows Read More...
The .NET Framework is often thought of as an environment where you don't have to think about memory, yet memory issues continue to plague managed applications. Why? In the November issue of MSDN Magazine, John Robbins presents a tool that lets you look Read More...
Performing I/O-bound operations asynchronously is key to producing scalable and responsive applications, and the APM allows you to use a very small number of threads to execute a large amount of work without blocking any of the threads. In the November Read More...
The November 2007 issue of MSDN Magazine is now available online at http://msdn.microsoft.com/msdnmag/issues/07/11/default.aspx . November brings our 2007 Security Issue, featuring a range of security related topics from code review best practices to Read More...
Doesn't it always seem like, when you're having a quiet, relaxing moment, your mobile phone starts ringing at full volume? So much for mellowing out. Or you're in a crowded room and your phone rings too quietly to hear? That was your date calling? She's Read More...
Windows XP Embedded is essentially a developer-customized, slimmed-down version of the Windows XP operating system intended for use on devices like game consoles, information kiosks, network appliances, and the like. With the rapid growth in the use of Read More...
Windows Vista and the upcoming Windows Server 2008 include a new thread pool API that should make it much easier for developers to employ the thread pool effectively. In the October issue of MSDN Magazine, Robert Saccone shows you how the new thread pool Read More...
Multi-cpu systems and multicore processors are becoming ever more common, but writing code that actually takes advantage of those multiple processors is still considered arcane and unintuitive. In the October issue of MSDN Magazine, Daan Leijen and Judd Read More...
To support Language Integrated Query (LINQ), a suite of new technologies was added to the upcoming release of Visual Basic 2008 that includes type inference. With type inference, the types of method-level members are inferred based on the right-hand side Read More...
A reader asks: I'm using locks in my application to synchronize work on a bunch of threads. Unfortunately, I'm doing something incorrectly and my threads seem to just stop sometimes. I think I'm running into deadlocks, but I'm not sure how to find them. Read More...
 
Page view tracker