12
Custom Asp.Net Development FEATURES, CHANGES AND REASONS TO CHOOSE

What Is The Need Dynamic Compilation In Asp.Net Development

Embed Size (px)

Citation preview

Custom Asp.NetDevelopmentFEATURES, CHANGES AND REASONS TO CHOOSE

Features & ChangesCloud ready deployment

Cross platform runtime

Support for dependency injection

Host agnosticism

Unified core framework

GruntJS and NPM support

Simplified configuration

Tag helpers

Dynamic compilation

Cloud Ready Deployment

Self contained core runtime

Multiple ASP.NET applicationscan be deployed side by side onthe same host, but configuredand updated separately.

Cross Platform Runtime You can easily run asp.net appson Linux as well as iOS platform.

Core CLR is cross platform andopen source, with ports forWindows, Linux, Mac OS X, and freeBSD.

Support For Dependency Injection Services which havedependencies should register in thecontainer

Avoid static access to services

DI is for objects that have complexdependencies

Host agnosticism It is a great new feature that not only eliminates thedependencies on the legacy System.Web namespace, but boostsapplication responsiveness to a considerable extent in asp.netdevelopment process.

Unified core framework

Unified programming modelmeans you can build applicationsthat leverage MVC, Web API, andweb pages without the need toreconcile differences in the threeframeworks.

GruntJS & NPM Support Grunt is a JavaScript task runner thatautomates script minification,TypeScript compilation, code qualitytools, CSS pre-processors, etc.

The Node Package Manager is fullyintegrated with Visual Studio toprovide a more natural user workflow.

Simplified configuration You have no longer need to use theWeb.config file for storing yourconfiguration values.

You can deploy your app in the cloudand use a Startup.cs file in asp.netdevelopment.

Tag Helpers

Enable preprocessing of HTMLattributes with server-side content.

Tag helpers are the new way toenable dynamic rendering in asp.net.

Dynamic Compilation ASP.NET dynamic compilation enables you to modify source codewithout having to explicitly compile the code before you deployyour Web apps.

You can extend the ASP.NET build system by creating custom buildproviders for new file types that are called during compilation.

Features & ChangesCheck out our portfolio on asp.net development services here.

What are you waiting for? Let’s discuss your requirements.

Email us : [email protected]

Twitter : twitter.com/aditmicrosysau

Facebook : facebook.com/Adit-Microsys-887908624668076/

LinkedIn : linkedin.com/in/aditmicrosys-australia

Google+ : plus.google.com/+AditmicrosysAu