Giter VIP home page Giter VIP logo

beginning-asp_dot_net's Introduction

GitHub issues GitHub forks GitHub stars PRs Welcome

Beginning ASP.NET

This course offers a tried & tested way to build cross-platform applications. It presents the fundamentals and philosophies of ASP.NET Core. Starting with an overview of the MVC pattern, you'll quickly dive into the aspects that you need to know to get started with ASP. NET. You'll learn about the core architecture of model, view, and control. Finally, build your own shopping cart application, and gain all the skills to develop real-world applications with ASP. NET Core 2.

What you will learn

  • Get to know the concepts of ASP.Net MVC and build a new static web page using HTML, CSS, and jQuery-Set up a development environment and run a sample application using the template
  • Create a Controller with action methods-Build a view using several features of the Razor View engine
  • Construct a Model for ASP.NET Core MVC application-Devise a custom mechanism to provide maximum flexibility to your application through routing
  • Validate the user input on the client side using jQuery
  • Enhance your applications using Bootstrap
  • Explore new configuration and deployment scenarios—step by step guide to deploying ASP.NET Core web application in Linux

Hardware requirements

For an optimal student experience, we recommend the following hardware configuration:

  • Processor: 3.2 GHz or faster
  • Memory: 4 GB of RAM (1.5 GB if running on a virtual machine)
  • Storage: 8 GB available space

Software requirements

You’ll also need the following software installed in advance:

  • Windows Server 2008 R2 SP1 (and above) or Windows 7 SP1 (and above)
  • Visual Studio Community 2017 IDE
  • Web browser such as Microsoft Edge
  • Packages and frameworks such as NuGet, Bootstrap, and project.json

beginning-asp_dot_net's People

Contributors

dominicpereira92 avatar edwinmoses avatar murtaza-h avatar vishalmewadapackt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beginning-asp_dot_net's Issues

Lesson 3 Typos

Lesson 3

        public ActionResult Sample()
        {
            return View();
        }

must be

        public ActionResult Sample()
        {
            return ViewComponent("Simple");
        }

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.