Skip to content

RiteshPahwa/AspNetBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AspNetBlog

Welcome to AspNetBlog - Visit http://AspNetBlog.com to see it live (coming soon) Visit http://aspnetblog.azurewebsites.net/ for Azureimplementation of AspNetBlog

Technologies

ASP vNext, Asp.Net 5, MVC 6 Blog, Entity Framework 7 Source Code Example

Purpose

  1. To Showcase the new features of Asp.Net 5 MVC 6 Beta7
  2. To build a typical application which uses MVC, Security, Session, Entity Framework 7

How to use it

  1. Make sure you have installed Asp.Net Beta-7 from http://blogs.msdn.com/b/webdev/archive/2015/09/02/announcing-availability-of-asp-net-5-beta7.aspx Or https://www.nuget.org/packages/Microsoft.AspNet.Mvc/6.0.0-beta7
  2. Change the config.json for your connection string
  3. Create AspNetBlog Database, if it doesn't create for you
  4. Run project, Register yourself, if SampleData, doesn't create one for you
  5. Goto http://projectUrl/Admin
  6. Create an Author
  7. Create few Categories
  8. Create Posts & Tags (tags can be created dynamically with post)
  9. Enjoy your blog
  10. Read code, Fork it and Start sending pull requests
  11. Create test project for it

Help

I will be needing help to tidy up this code so that we all have a good boilerplate to lookafter from solid .Net MVC app and from learning perspective as well, you are welcome to the party!

License

The MIT License (MIT)

Copyright (c) 2015 Ritesh Pahwa

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Asp.Net 5, MVC 6 Blog, Source Code Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published