devreddy

Stories submitted by devreddy

Introduction to the Standard Annotation Language (SAL) for VC++(blogs.msdn.com)

submitted by devreddydevreddy(671) 4 years, 7 months ago

SAL is a powerful mechanism to help find real bugs in your code. MSDN Reference http://msdn2.microsoft.com/en-us/library/ms235402(VS.80).aspx read more...

1 comment |category: |Views: 22

tags: another

Pretty cool AJAX DataSource Extender(blogs.msdn.com)

submitted by devreddydevreddy(671) 4 years, 7 months ago

Most of you must have heard about Astoria. Read More about it here. read more...

add a comment |category: |Views: 73

tags: another

An introduction to bitwise operators(codeproject.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

A brief tutorial on how to use bitwise operators read more...

add a comment |category: |Views: 41

tags: another

Tips and Tricks for Bitwise Arithmetic(xaprb.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

This is a collection of useful tips and tricks for bitwise arithmetic, useful in any programming language. read more...

1 comment |category: |Views: 463

tags: another

Long Paths in .NET(blogs.msdn.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

Let’s start by looking at one of the more interesting exception messages in the BCL. read more...

add a comment |category: |Views: 2

tags: another

Properties vs Public Fields redux...(blogs.msdn.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

If you are wondering on whether to go with properties or public fields, this one is for you. I like the comments section of the blog. read more...

add a comment |category: |Views: 1

tags: another

.Net Application Extensibility(msdn.microsoft.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

A great article on extensibility of .Net applications read more...

add a comment |category: |Views: 10

tags: another

C# 3.0 - An Introduction(dotnetslackers.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

Lets take a look at some of the language enhancements in C# 3.0 read more...

add a comment |category: |Views: 15

tags: another

Simulating "Weak Delegates" in the CLR(blogs.msdn.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

Its about life time management in the CLR!!! read more...

1 comment |category: |Views: 4

tags: another

GC Performance Counters(blogs.gotdotnet.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

Perfmon counters - Guidelines to interpret and correlate the counter data read more...

add a comment |category: |Views: 31

tags: another

Track down managed memory leaks(blogs.msdn.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

7 steps to help you find GC leak read more...

add a comment |category: |Views: 22

tags: another

First Look at Orcas - Nice cool feature(weblogs.asp.net)

submitted by devreddydevreddy(671) 5 years, 3 months ago

Build your app to target a framework version. read more...

add a comment |category: |Views: 3

tags: another

MCTS/MCPD Requirements Simplified(mehranikoo.net)

submitted by devreddydevreddy(671) 5 years, 8 months ago

Illustrates the requirements for MCTS/MCPD certification with the help of a graphical format read more...

add a comment |category: |Views: 234

tags: another

Asynchronous WebService calls(codebetter.com)

submitted by devreddydevreddy(671) 5 years, 10 months ago

The Truth behind the Begin… End… functions read more...

add a comment |category: |Views: 26

tags: another

Using the Web Browser Control in C# Application(ryanfarley.com)

submitted by devreddydevreddy(671) 5 years, 10 months ago

Learn how easy it is to display dynamic HTML in your C# application read more...

add a comment |category: |Views: 36

tags: another