Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# and Pllication Development Frameworks
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00532225
Message ID:
00532393
Views:
16
Cathi,

Currently the nearest "out of the box" framework for C# is the distributed project from the Enterprise templates.
1] Select New Project from the VS home page or file menu.

2] From the treeview select Other Projects->Enterprise Template Projects.

3] Select C# Distributed Project and follow the instructions.
If you examine the project view, you will see that you have 6 new assemblies available for use.
BusinessFacade
BusinessRules
DataAccess
System
WebFacade
WinUI
This gives you the bare bones portion of the enterprise framework, everything else is up to you to flesh out.

I am not aware of any commercial frameworks that are available either now or in the near future. However I've not exactly being looking ;-) as we are in the process of porting our own C++ framework(s) to C#.

C# is a great language if you have an existing VFP framework then creating a port of that shouldn't give you any major headaches other than the loss of the native DML which you could wrapper using COM.

HTH
Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform