
Search In
View Engine
Rendering of the view into HTML form to the browser is done by view engine in ASP.NET MVC.
ASP.NET MVC supports various types of view engines but commonly used view engines are :-
Web form / ASPX view engine
Razor view
In angular material,If you want to display any unobtrusive alert on your GUI part to the users,then it provides Toast for designers. Toast is a term which is used to show alert in angular material and we use $mdToast service to display these toast.
ASP.NET MVC Filters
ASP.NET MVC provide filters to execute code logic before and after controller action execution. Pre-action and post-action behaviour are added to controller action method by filters. Custom filters creation depends on&nbs
Ransomware is a type of cybercrime that is very much a psychological challenge. Psychology is involved in each and every aspect of ransomware attack, from the moment of infection and to the moment when people pay the ransom.
As far
Usage of Lock statement in C#
Lock keyword in C# find it's usage in Threading. Whenever multiple threads try to access some code at same time inconsistency occurs then lock keyword is used which makes execution of only one thread
at any p
Attached and Detached Child Tasks in C#
Task can be defined as an object representing some work which needs to be done. System.Threading.Tasks is library provided by .net framework for tasks. Task class have it's own set of properties a
In this article, you will learn about the SQLite database in Cordova for mobile application.
SQLite is open source database which can be used in phonegap application. It has features as in standard relational database (SQL syntax, prepared statements
C# .Net : XML Serialization of simple class object containing multiple properties
The process of converting an object into stream is Serialization. This generated stream then can be used either for saving it in a file or for transporting/sen
Filters are used to do some changes in the data. It can be used by adding pipe character.
These are the types of filters in angular:
uppercase: It converts any text to upper case.
lowercase: It converts any text to lower case.
currency: It conv


Step 1: Create a 500 by 500px document. Make a ellipse on the canvas and apply radial gradient on it. Image shown below for radial gradient.
Step 2: Create another ellipse top left corner of the first ellipse. Again use radial gradien
