Skip to main content

All Questions

1 vote
1 answer
111 views

Why Entity framework default behavior is diconnected

I have read about connected model and disconnected model in the main ORM of Microsoft EF . And found that the default behavior is the disconnected . Then i read about the relationship between these ...
Anyname Donotcare's user avatar
1 vote
1 answer
251 views

Layers of confusion (abstraction)

I have been assigned to a project where the end-product is a website as a music community. So it's uploading of music, sharing it amongst other users, listening to music from the website and so forth. ...
frostings's user avatar
  • 660
4 votes
3 answers
6k views

Calling Web API vs adding reference to underlying dlls [closed]

This is more of an Architecture question, and I want to know all the possible pros and cons of the approach. In my org, we have an ASP.NET Application say "A", a Web API Project say "W", and ...
Guanxi's user avatar
  • 163
3 votes
2 answers
2k views

N-Tiered Web App Using JQuery/ASP.NET Web Services

For fairly small, non-complex web applications, we have utilized jQuery to make asynchronous calls to an ASP.NET web service for interaction with our Sqlite data store. This has proven to be a pretty ...
kittyhawk's user avatar