Welcome to MSDN Blogs Sign in | Join | Help

June 2006 - Posts

Snippy Makes Writing IntelliSense Code Snippets Easier

Check out Snippy . It's a tool that makes writing IntelliSense code snippets for Microsoft Visual Studio 2005 easier. (Thanks to a customer who pointed me to this!) -- Paul ------------------------------------ This posting is provided "AS IS" with no

How to use the Visual Studio SDK on Windows Vista

Allen Denver blogs about how to use the Visual Stuido SDK on Windows Vista . -- Paul ------------------------------------ This posting is provided "AS IS" with no warranties, and confers no rights.

Learning IronPython #9: Classes

I can declare a class in IronPython as follows: # File name: MySimpleMathClass.py # Instantiate an instance of this class by calling the following: # import MySimpleMathClass # someObjectVariable = MySimpleMathClass.MySimpleMath() # or similar. class
Posted by Paul Cornell [MSFT] | 0 Comments
Filed under:
 
Page view tracker