Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web framework for .NET
Message
From
25/02/2014 05:05:13
 
 
To
25/02/2014 04:34:43
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01595035
Message ID:
01595123
Views:
38
>>>Hi All,
>>>
>>>I need some advices about any .NET framework... One of our developer developed a framework and he claims we don't need buy a ready framework. I think it's not easy like he thinks but I don't know anything about .NET . We're at the beginning for a project, advices?
>>
>>Is the project for Windows or Web (or both) ?
>
>This's for web. But I need a Windows framework for another project...

Hmm. Firstly, I don't know what your colleague has written so can't comment on how suitable/comprehensive it would be.

My favourite approach to a .NET web project is using WebApi with angular (and a minimum amount of MVC). In that scenario .NET's role is pretty much limited to serving up data - angular is your framework. Best use EntityFramework or nHibernate so that you always (outside the data layer) deal with objects rather than ADO.NET tables/rows/columns.

Choosing a framework for the desktop won't be easy - there are too many offerings out there. Some are better (or only) for WPF, some for WinForms and no single framework can work well with both. You probably first need to decide whether this will be WinForms or WPF.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform