by Bilal Amjad | Sep 22, 2019 | .NET, ASP.NET, ASP.NET, C#
In this article, i will be discussing about the performance of ForEach Vs For Loop.So Let’s get started. I have data that provides me with 100 posts. And Now i will apply both loops on this data one by one.Let’s First Use ForEach Loop. ForEach Loop :...
by bilalamjad | Mar 24, 2019 | .NET, ASP.NET, Different errors and their solutions
If you receive the error “A potentially dangerous Request.Path value was detected from the client (&) ” don’t panic and do not waste your time at all because this error occurs when you pass any special character like “&” in your...
by Bilal Amjad | Feb 24, 2019 | .NET, ASP.NET, ASP.NET, ASP.NET Online
Here we will learn what are the action methods in ASP.NET MVC and how to define URLs for action method in ASP.NET MVC with example. Action Methods & URLs Let’s start understanding what Action method is? when any user want to access website or application in...
by Bilal Amjad | Feb 20, 2019 | ASP.NET, ASP.NET, ASP.NET Online
Razor view engine in ASP.NET MVC is syntax that allows you to write server side code on view. It helps to combine code and html in fluid manner. Razor supports C# and Visual Basic programming languages. The Razor syntax is based on c# programming language...
by Bilal Amjad | Feb 17, 2019 | ASP.NET, ASP.NET
ASP.NET MVC is Microsoft’s latest web application development technology based on the principle of the separation of concerns. MVC stands for Models, Views and Controllers, respectively. Before MVC Web forms were form the web development. However, Web Forms lacked...
by Bilal Amjad | Feb 16, 2019 | .NET, ASP.NET, ASP.NET, ASP.NET Online
Error handling is an important part of any application. There are several ways through which we can handle errors in an asp.net application.In this article we will cover the best way to do error handling in ASP.NET MVC application. 4 Ways to do MVC Error Handling:...
Recent Comments