Welcome to Data Mining Sign in | Join | Help

Shiju Varghese's .NET Blog

Blog moved to http://weblogs.asp.net/shijuvarghese

Syndication

Tags

Navigation

VB's My for C# 2.0

A Wrapper Class That created for C# 2.0 that equivalent to VB My Class.You can do the all VB My functionalities using That keyword with full support of intellisense. It is a static class that uses the VB implementation as much as possible, and it requires adding a referencing to Microsoft.VisualBasic.

Here one example using That

This code reads text from the file "Address.txt".
Textbox1.text = That.Computer.FileSystem.ReadAllText("C:\Temp\Address.txt")

For downloading the C# That Class go http://www.idesign.net/idesign/DesktopDefault.aspx?tabindex=5&tabid=8#CSharp

 

Published Wednesday, June 15, 2005 9:53 PM by shiju_cv

Comments

No Comments

Anonymous comments are disabled