devreddy

Stories kicked 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

Search Engine Optimisation (SEO) Checklist (weblogs.asp.net)

submitted by james.crowleyjames.crowley(1212) 5 years, 3 months ago

Search engine optimisation is pretty much part and parcel of creating websites these days. Getting the basics right don't require a large amount of work, but can make all the difference. Many of these also improve the general usability and accessibility of your site too - so you get three major benefits rolled into one. read more...

add a comment |category: |Views: 23

tags: another

How I Learned to Stop Worrying and Love WCF(devhawk.net)

submitted by DevHawkDevHawk(165) 5 years, 3 months ago

If you thought the WCF duplex channel is for long running services, you'd be wrong. But that's OK once you understand the model WCF is building on. read more...

1 comment |category: |Views: 18

tags: another

Anders Hejlsberg on LINQ and Functional Programming(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 4 months ago

In this video interview, Anders Hejlsberg, the chief architect of C#, describes features in the next release of C#, code named Orcas. Anders first describes how LINQ solves the impedance mismatch between the code that lives on a database server and the code we write with standard programming languages such as C# or VB. He then outlines the new capabilities that functional programming will bring to developers. read more...

add a comment |category: |Views: 66

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