tornadoteddy

Stories kicked by tornadoteddy

131 jQuery Snippets for Visual Studio 2010(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 5 months ago

I've started a new project to create jQuery Code Snippets for Visual Studio 2010 now that it supports HTML and JavaScript snippets. There are 131 so far. read more...

1 comment |category: |Views: 685

tags: another

Bye Bye .NET Services(blogs.msdn.com)

submitted by wzackwzack(1968) 2 years, 6 months ago

Windows Azure Platform .NET Services (Service Bus and Access Control Service) is now Windows Azure Platform. read more...

add a comment |category: |Views: 249

tags: another

Coding Conventions - Prefix For Class Members (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 10 months ago

Yes, I will use m_ prefix for class members. I DO NOT NEGOTIATE WITH TERRORISTS. Shut up. Actually, I don’t mind which prefix shall be used but in order to make member variables distinct from local variables, we have to give it some prefix. This is a part of a coding convention for C++ adopted by Microsoft called Hungarian notation. Some of you may say that it may be a bit disturbing using C++ naming conventions in C# code, but... read more...

add a comment |category: |Views: 323

tags: another