Giter VIP home page Giter VIP logo

c47-notes's People

Contributors

askingalot avatar tylerghilliard94 avatar

Watchers

 avatar  avatar  avatar

c47-notes's Issues

What's up with all the interfaces?

What is the purpose of creating interfaces for all of our repositories, making private readonly fields for those interfaces in our controllers and then referencing the interface for our SQL queries? As opposed to just using the repository directly....

ViewData["Title"] = "Create";

What exactly is this doing near the top of views? Is this basically tying the view to a specific method on the controller?

@{
ViewData["Title"] = "Create";
}

How do you fix the nav items?

In DogGo, when I added owners and walkers to the nav bar, they send me to localhost/home/owners rather than localhost/owners. Because of this, any links I add to the nav bar don't work.

ViewModel cshtml

Having a cshtml view generated for us is great, but what about when we want custom layouts, divs, or detail views for a ViewModel page. Can we discuss the specific components needed for structuring an cshtml page for a ViewModel?

Pulling object properties from databases.

Is it a good practice to generally pull all data from the database pertaining to the model class, including object properties rather than just a foreign key?

Does more workable data = better? Even if you don't think you're going to use it initially.

i.e. joining a table(s) in the sql command string to build up new objects while building the parent object

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.