Hi,
I need to develop a project in windows application (VB.NET 2008) using CSLA framework .
I would like to confirm whether CSLA framework for .NET 3.5 is 3.8.3 support this requirement as this framework is authored in c# only.
Can anyone guide me on this.
Thx,
shanthi
Yes, you can use 3.8.3. The choice to code clsa in C# doesn't affect the ability to use it in VB.Net.
We need to use data access and business layer in C# and only UI in VB.Net or we can use VB.NET itself for all the layers ?
How this CSLA version 3.8.3 works for the above scenario?
Hi,
The fact that CSLA itself is written in C# doesn't prevent you from using it either in C# or VB project.
Once the CSLA library is compiled and added as a reference to your project, it's completely transparent. That's the way .NET works.
Copyright (c) Marimer LLC