C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nimit Joshi(2)
Abhishek Goswami(1)
Abhimanyu K Vatsa(1)
Mithilesh Kumar(1)
Resources
No resource found
Getting Started With CRUD Operations and LocalDB in MVC 5
Aug 26, 2013.
In this article, you will learn to work with CRUD Operations and how to work with LocalDB in MVC5 with Visual Studio 2013 Preview.
HTML5 LocalDB.js Library
Nov 24, 2013.
Here you will learn about localDB.js library which maps the structure of databases in objects using localStorage API provided by HTML5.
Creating ASP.NET WebApplication/ASP.NET MVC Application Membership Database on SQL Server Rather Than LocalDb
Oct 16, 2012.
How can a DB be created in SQL Server rather than locally (LocalDb) which is the default?
Entity Framework In MVC - Part Three
Jul 07, 2018.
This article explains the Code First approach in MVC using Entity Framework. It covers creating a new database from domain classes, reverse engineering an existing database to generate POCO classes, and mapping with DbContext. A step-by-step guide is provided for connecting to a database and adding controllers.
Working With Model Class and Connection String in MVC 5
Aug 13, 2013.
This article introduces how to work with Models and Connection Strings and helps you to add some classes for the application for helping manage databases and to create or maintain the Connection Strings.