Tutorial by Topics: asp

The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications. The ASP.NET MVC framework is a light...
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. The following characteristics best define .NET Core: Flexible d...
ASP.NET is a collection of technologies within the .NET Framework that are targeted towards web application development. These technologies consist of: WebForms: A RAD style development platform using web controls. MVC: A Model View Controller development platform. SignalR: A real-time messag...
This section provides an overview of what asp.net-mvc-5 is, and why a developer might want to use it. It should also mention any large subjects within asp.net-mvc-5, and link out to the related topics. Since the Documentation for asp.net-mvc-5 is new, you may need to create initial versions of t...
This section provides an overview of what asp.net-web-api is, and why a developer might want to use it. It should also mention any large subjects within asp.net-web-api, and link out to the related topics. Since the Documentation for asp.net-web-api is new, you may need to create initial version...
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages. The introduction of ASP.NET led to use of the term Classic ASP for the original technology. The default server-side scripting language for ASP ...
This section provides an overview of what asp.net-core-mvc is, and why a developer might want to use it. It should also mention any large subjects within asp.net-core-mvc, and link out to the related topics. Since the Documentation for asp.net-core-mvc is new, you may need to create initial vers...
This section provides an overview of what asp.net-mvc-4 is, and why a developer might want to use it. It should also mention any large subjects within asp.net-mvc-4, and link out to the related topics. Since the Documentation for asp.net-mvc-4 is new, you may need to create initial versions of t...
Inside a specific node /path to/element[@attribute_name] Anywhere in the document //*[@attribute_name] Inside a specific node with some value /path to/element[@attribute_name='search value'] /path to/element[@attribute_name="search value"] Anywhere in the documen...
This section provides an overview of what asp.net-web-api2 is, and why a developer might want to use it. It should also mention any large subjects within asp.net-web-api2, and link out to the related topics. Since the Documentation for asp.net-web-api2 is new, you may need to create initial vers...
There are several libraries used JasperReports Java API for creating reports with Java: DynamicReports DynamicJasper This libraries/frameworks can build reports "on fly" with or without using report's template (jrxml file) JasperReports library VersionRelease date6.3.02016-06...
This section provides an overview of what asp.net-identity is, and why a developer might want to use it. It should also mention any large subjects within asp.net-identity, and link out to the related topics. Since the Documentation for asp.net-identity is new, you may need to create initial vers...
Linting your ionic app before running has huge advantages. It will analyse code for potential errors and save you tremendous amount of time. What is linting and how to install the required packages? "Linting is the process of running a program that will analyse code for potential errors.&...
Smart internationalization for ASP.NET page The benefit of this approach is that you don't have to clutter controllers and other classes with code to look up values from .resx files. You simply surround text in [[[triple brackets.]]] (The delimiter is configurable.) An HttpModule looks for a tran...
This section provides an overview of what aspectj is, and why a developer might want to use it. It should also mention any large subjects within aspectj, and link out to the related topics. Since the Documentation for aspectj is new, you may need to create initial versions of those related topic...
This section provides an overview of what raspberry-pi is {it may also be described on Stack Exchange with the shortened term of "RPi"}, and why a developer might want to use it. It has its own dedicated Stack Exchange site here at: http://raspberrypi.stackexchange.com/. This section p...
Aspect ratios are often expressed as a width:height ratio which is often - but not always - simplified and sometimes also as a simple floating point integer. All of the following aspect ratios are the same value expressed in different ways: 1280:720 16:9 1.7777777777777777777777777777778 ...

Page 1 of 3