Skip to content

lepesevichnikita/GetAudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetAudio

Exsample of work with partition view and file download/upload on ASP.NET MVC 5

Domain

Here are the folowing directories: Model, Entities and Abstract

Domain.Entities

Here it is model of my enties for database. I use approach Code First

Domain.Abstract

Here it is interface, that i use later to dependency injection uses Ninject

Domain.Concrete

Here are the database context, that i use later to work with database, and concrete classes to work with databases uses database context


  • Here you can see work of method Index of Home Controller.
    He show list of partion view, that returned after using method Get(int id).
    On this page you can see work of method Create of HomeController, that usefull to upload new Audio File into the database
  • Connection to database called "DefaultConnection" and you can see it in WebUI/Web.config
  • About

    Example of work with partition view and file download/upload on ASP.NET MVC 5

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published