49,797 Members
0 added today
329,652 Resources
35 added today

All Devdex   All Gurus  

HowTo retrive data from the AssemblyInfo.cs class
Author: Roni Schuetz
Rating: Rate this Resource
Visits: 11907

Discuss in Newsgroups

Page:

How to get data from the AssemblyInfo.cs can be made very easy by helper class inside the AssemblyInfo.cs file:

First have a look on our class1.cs file. The run Mehtod instanciate our Class which we gone need later on inside the AssemblyInfo.cs.

Class1.cs

public class MyWinForm:System.Windows.Forms.Form
{
 [STAThread]
 static void Main()
 {
  Application.Run(new MyWinForm());
 }

// its contains much more then the Main method but for this sample its enough.

}


Next Page >>

Visitor Comments

Be the first to rate this article!

 

Rate this Article







	
	
	



ASP.NET Shopping Cart
Unlimited items/categories
Unlimited options/choices
Ecommerce toolkit for .NET!

ASP ArticlesThis category has been added to your weekly newsletter
ASP Web Sites
ADSI & WSH BooksThis category has been added to your weekly newsletter
FREE ComponentsThis category has been added to your weekly newsletter
ASP EventsThis category has been added to your weekly newsletter
ASP HeadlinesThis category has been added to your weekly newsletter

CSharp ArticlesThis category has been added to your weekly newsletter
C# Web SitesThis category has been added to your weekly newsletter

SQL ArticlesThis category has been added to your weekly newsletter
SQL Events
SQL HeadlinesThis category has been added to your weekly newsletter
SQL Jobs

Jobs in CaliforniaThis category has been added to your weekly newsletter

XML ArticlesThis category has been added to your weekly newsletter
XML BooksThis category has been added to your weekly newsletter
XML Web Sites
XML Tutorials

free asp host

"Alex Homer"This search has been added to your weekly newsletter

Edit My Favorites Edit Profile & Favorites

 




Developersdex Home | ASP | C# | SQL | VB | XML | Gurus
Add Your Link | Add Your Code | FAQ | Advertise | Link To Us | Contact Us |
Copyright © 2010 Developersdex™. All rights reserved.