ASP.NET Core
ASP.NET Core is an application development platform developed and maintained by Microsoft and the .NET community. It is cross-platform and support different operating systems. What is ASP.NET Core?Generally Microsoft .NET …
tutorials | source code | tips & tricks
ASP.NET Core is an application development platform developed and maintained by Microsoft and the .NET community. It is cross-platform and support different operating systems. What is ASP.NET Core?Generally Microsoft .NET …
Cross-site scripting is a security violation that is normally found in the web applications. It is one of the most frequent application layer web attacks. Many web developers aren’t completely …
In the Microsoft .Net Framework, Assemblies are the compiled code. They are created as an output of a program. The CLR (Common Language Runtime) uses these assemblies and convert into …
ASP.NET MVC is a Framework based on MVC pattern and developed by Microsoft Corporation. This framework is very strong, user friendly and has great features to develop and maintains large …
In information technology, a server is a computer or device or computer program that provides services to other computer/device/programs within the network. It manages the network resources and provides multiprocessing …
The characteristics of XML and HTML files are different. XML was developed to describe data and HTML was developed to display data. This article describes a comparison between HTML and …
This article describes how to create a ASP.NET MVC Application Using Entity Framework or Basic CRUD operations in ASP.NET MVC using Entity Framework. To start we need some predefined basic …
This article describes how to create a ASP.NET MVC Application Using Entity Framework Code First Model development approach. To start we need some predefined basic knowledge about ASP.NET MVC. Summery …
This article describes how to create a Simple ASP.NET MVC Application or A simple Hello world ASP.NET MVC application.To start we need some predefined basic knowledge about ASP.NET MVC. Step-1If …
ASP.NET MVC is the MVC based framework developed by Microsoft corporation. By using it we can easily developed and maintain large scale applications. This article describes some important questions and …
Managed Code and Unmanaged Code are very important in .NET technologies. This article describes the difference between Managed Code and Unmanaged Code or Managed Code VS Unmanaged Code. Managed Code …
While working on Entity Framework we face lot of problems. This article discusses and provides the solutions of a common error: ModelValidationException, Entity Type Has No Key Defined; one or …
At present Entity Framework is used widely. We face some problems during working with Entity Framework. It takes lot of times to find out the perfect solutions. This article describes …
ADO.NET Entity Framework is an advance framework developed by Microsoft Corporation. This article describes some common important interview questions with answers in ADO.NET Entity Framework. Hope it will help you …
LINQ is a new way to exchange data from the database instead of general SQL queries. It is similar to SQL queries. This article describes some common important interview questions …
The ASP.NET MVC is a web development framework based on MVC pattern. It is developed by Microsoft Corporation. It is integrated with existing ASP.NET. This article represents a basic overview …
Microsoft Silverlight is a technology for developing and running rich Internet applications. Its functinalities and purposes is similar to Adobe Flash.This article will be very helpful for those who want …
Sometimes we need to design our website or web application in such a way that different people of different language and culture can read it. We can do it to …
For any programming language standard naming system is very import. It makes a complex system easy for others. This article describes some Standard Naming Convention. Summary of the article: Standard …
We know SQL Server Reporting Services or SSRS is a server based reporting system. Like other reporting system (Crystal Report or rdlc) we do not need to design UI. It …
ADO.NET Entity Framework is an powerful tools to developed applications. This article explains basic CRUD operations in Entity Framework. This tutorial will help you to insert, update, delete, select, search …