Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Member 10791966

@Member 10791966
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Intranet Web Application
    M Member 10791966

    A Intranet is nothing but a web application which runs in the domain environment of an organization and will not accessible outside of that LAN. The best example is localhost homepage which is completely private and restricted to the domain environment unless you are making your server IP public. So you can develop any application with any technology and you need to be host it in IIS in a private network to make it Intranet.

    .NET (Core and Framework) asp-net architecture help

  • Instance Issues while executing R.Net code
    M Member 10791966

    Please explain the error message with screenshot to provide you the answer.

    .NET (Core and Framework) csharp help visual-studio tools question

  • Unable to do changes in MVC
    M Member 10791966

    Are you using the Scaffholding entity framework techniques like create update delete and read operations which will actually make changes to the database??.. please apply those methods instead of db.SaveChanges(); as those are mainly integrated to perform CRUD operations on database and more over in your present code you are just reading the values from database and not updating or inserting anything and how you expect to commit changes to database bro? Think about it ok.

    .NET (Core and Framework) database asp-net architecture question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups