FOR MVC DEVELOPERS THE FEATURES OF ASP.NET CORE - PowerPoint PPT Presentation

About This Presentation
Title:

FOR MVC DEVELOPERS THE FEATURES OF ASP.NET CORE

Description:

ASP.NET Core 1.0 gives a patched up Web development system adapted towards the prerequisites of present day Web applications. The new structure, as of now in RC1, obliges you to learn numerous new ideas not found in ASP.NET MVC 5. – PowerPoint PPT presentation

Number of Views:46

less

Transcript and Presenter's Notes

Title: FOR MVC DEVELOPERS THE FEATURES OF ASP.NET CORE


1
FOR MVC DEVELOPERS THE FEATURES OF ASP.NET CORE
CRB Tech Dot Net Reviews
2
  • ASP.NET Core 1.0 gives a patched up Web
    development system adapted towards the
    prerequisites of present day Web applications.
    The new structure, as of now in RC1, obliges you
    to learn numerous new ideas not found in ASP.NET
    MVC 5.
  • To that end, this article identifies a couple of
    essential components that ASP.NET MVC 5 designers
    ought to know as they get ready to take in this
    new structure.

CRB Tech Dot Net Reviews
3
ASP.NET Core on Numerous Runways
  • ASP.NET Core is a piece of .NET Coreanother
    measured structure that backings numerous
    stages.ASP.NET and the .NET framework are focused
    on towards the Windows stage.
  • Then again, ASP.NET Core is created to bolster
    various stages including Windows, Mac, and Linux.
    This additionally implies, dissimilar to ASP.NET
    web applications, basically, keep running under
    IIS, the ASP.NET Core applications can keep
    running under non-IIS Web servers.

CRB Tech Dot Net Reviews
4
Part of Project.json
  • ASP.NET Core utilizes an exceptional
    documentProject.json for putting away all the
    undertaking level configuration data.
    Project.config can store numerous design
    settings, for example, references to NuGet
    bundles utilized as a part of the task and target
    structures.
  • The Project.json record stores configuration data
    in JSON position. The above markup demonstrates a
    conditions segment that contains a rundown of
    NuGet bundles required by the application. For
    instance, the Web application under thought
    requires the 6.0.0-rc1-last form of
    Microsoft.AspNet.Mvc get together, etc

CRB Tech Dot Net Reviews
5
Part of AppSettings.json
  • ASP.NET stores application configuration settings
    in Web.config. For instance, engineers utilize
    the ltappSettingsgt area to store custom
    application settings, the ltconnectionStringsgt
    segment to store database association strings,
    etc. ASP.NET Core utilizes AppSettings.json to
    store such bits of data.

CRB Tech Dot Net Reviews
6
Application set-up
  • In ASP.NET, Global.asax goes about as the passage
    point for your application. You can wire
    different events handlers for occasions,
  • for example, Application_Start and Session_Start,
    in the Global.asax record. In ASP.NET Core, the
    application startup happens in an unexpected
    wayit happens through a Startup class.

CRB Tech Dot Net Reviews
7
Tag Helpers
  • In ASP.NET MVC 5, you utilized HTML assistants,
    for example, BeginForm(), LabelFor(), and
    TextBoxFor() to render structures and frame
    fields. You can keep on using HTML partners in
    ASP.NET Core, too.
  • However, there is a superior option Tag Helpers.
    Label aides take the type of standard HTML labels
    with certain extraordinary asp- credits added to
    them.

CRB Tech Dot Net Reviews
8
Thank You......
CRB Tech Dot Net Reviews
Write a Comment
User Comments (0)
About PowerShow.com