Click here to Skip to main content
15,914,481 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET Tables tr and td Pin
ZurdoDev5-Jan-15 7:14
professionalZurdoDev5-Jan-15 7:14 
AnswerRe: ASP.NET Tables tr and td Pin
sudevsu5-Jan-15 7:23
sudevsu5-Jan-15 7:23 
GeneralRe: ASP.NET Tables tr and td Pin
ZurdoDev5-Jan-15 7:36
professionalZurdoDev5-Jan-15 7:36 
GeneralRe: ASP.NET Tables tr and td Pin
sudevsu5-Jan-15 7:38
sudevsu5-Jan-15 7:38 
GeneralRe: ASP.NET Tables tr and td Pin
sudevsu5-Jan-15 9:22
sudevsu5-Jan-15 9:22 
GeneralRe: ASP.NET Tables tr and td Pin
ZurdoDev5-Jan-15 9:48
professionalZurdoDev5-Jan-15 9:48 
GeneralRe: ASP.NET Tables tr and td Pin
sudevsu6-Jan-15 2:51
sudevsu6-Jan-15 2:51 
GeneralRe: ASP.NET Tables tr and td Pin
ZurdoDev6-Jan-15 3:05
professionalZurdoDev6-Jan-15 3:05 
GeneralRe: ASP.NET Tables tr and td Pin
sudevsu6-Jan-15 3:52
sudevsu6-Jan-15 3:52 
GeneralRe: ASP.NET Tables tr and td Pin
ZurdoDev6-Jan-15 3:58
professionalZurdoDev6-Jan-15 3:58 
GeneralRe: ASP.NET Tables tr and td Pin
sudevsu5-Jan-15 7:30
sudevsu5-Jan-15 7:30 
QuestionCan i develop mvc5 application without entity framework? Pin
Namith Krishnan E4-Jan-15 23:48
professionalNamith Krishnan E4-Jan-15 23:48 
AnswerRe: Can i develop mvc5 application without entity framework? Pin
Sarvesh Kushwaha4-Jan-15 23:56
Sarvesh Kushwaha4-Jan-15 23:56 
AnswerRe: Can i develop mvc5 application without entity framework? Pin
sudevsu5-Jan-15 3:35
sudevsu5-Jan-15 3:35 
AnswerRe: Can i develop mvc5 application without entity framework? Pin
Swinkaran5-Jan-15 10:26
professionalSwinkaran5-Jan-15 10:26 
AnswerRe: Can i develop mvc5 application without entity framework? Pin
Rahul Rajat Singh6-Jan-15 22:53
professionalRahul Rajat Singh6-Jan-15 22:53 
Short Answer - Yes.

Long answer - MVC 5 is a framework for developing Web applications. Entity Framework is an Object relational Mapper which will ease up your data access layer creation. So if your application does not need a database or an ORM you should be able to use MVC5 without Entity Framework. You are also free to chose any database and/or ORM of your choice. The default template of MVC5 application comes with Entity Framework but that can easily be removed or perhaps an Empty MVC5 website can be created to avoid these EF references and code.
QuestionASP.Net URL gets redirected Pin
prithvi054-Jan-15 22:54
prithvi054-Jan-15 22:54 
AnswerRe: ASP.Net URL gets redirected Pin
Richard Deeming5-Jan-15 2:35
mveRichard Deeming5-Jan-15 2:35 
GeneralRe: ASP.Net URL gets redirected Pin
ZurdoDev5-Jan-15 2:38
professionalZurdoDev5-Jan-15 2:38 
Question[Vb.net - ASPX] Send Data via Sockets Server-Client Pin
Jesus Ac4-Jan-15 21:19
Jesus Ac4-Jan-15 21:19 
QuestionCast .NET dll to Silverlight dll Pin
Global Developer's Academy4-Jan-15 0:50
Global Developer's Academy4-Jan-15 0:50 
AnswerRe: Cast .NET dll to Silverlight dll Pin
Richard MacCutchan4-Jan-15 1:21
mveRichard MacCutchan4-Jan-15 1:21 
Questionhelp me ... - Can't understand logic of code Pin
Nguyen Jay3-Jan-15 21:06
Nguyen Jay3-Jan-15 21:06 
AnswerRe: help me ... - Can't understand logic of code Pin
BillWoodruff4-Jan-15 1:15
professionalBillWoodruff4-Jan-15 1:15 
GeneralRe: help me ... - Can't understand logic of code Pin
Nguyen Jay4-Jan-15 1:19
Nguyen Jay4-Jan-15 1:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.