14023 0
ASP.NET MVC application life cycle (Explained in easy way)
In this article, I have explained about how asp.net mvc application process when a user requests a new page from browser, basically explained about MVC application life cycles stages one by one.
Type
Article
10757 0
jQuery Datatable Server side Processing (paging, sorting and filtering) in MVC C#
In this article, I have provided step by step explanation about how we can achieve server side pagination, sorting and filtering in ASP.NET MVC using database table.
Type
Article
8482 0
Using Chart in ASP.NET (Pie chart in ASP.NET)
In this article, I have explained and provided example to create dynamic pie chart in asp.net using database data and asp.net chart control.
Type
Article
14616 0
Dropdown List in MVC using Razor HTML.DropdownList and HTML.DropdownListFor
In this article, I have explained how you can create dropdown list in razor using HTML.DropdownList and HTML.DropdownListFor in asp.net mvc.
Type
Article
13599 0
Connect to Oracle Database in C# (ASP.NET Web-Forms Example)
In this article, I have explained, how you can quickly and easily connect to oracle database in asp.net project using C#.
Type
Article

8126 2
How to clear cache on IIS quickly and easily?

Hello, We have a website on IIS, Windows server and we are using ASP.NET MVC OutputCache, now we have updated code for few pages, but server is still showing cached pages, so how can I remove cache or clear cache on IIS, without making website go down?

Thanks

...
Type
Question
3138 1
How to check IIS version in windows server?

Hello, I have just started using Windows Server 2016 on Amazon EC2, but I am not able to check which IIS version I am using, as I would like to have Http/2 support which is starting from IIS 10 as far as I know.

So, let me know how I can check IIS version on windows server?

...
Type
Question
7221 2
How to add windows authentication sql server connection string in Web Config?

I am currently using Entity Framework in my ASP.NET MVC web application, I would like to use windows authentication in SQL Server string, so how can do it?

Currently, I have web.Config configuration using username/password of SQL Server in the connection string as below

...
Type
Question
5643 0
jQuery AJAX in ASP.NET Core MVC
In this article, I have provided working example to send data to C# ASP.NET Core MVC controller using jQuery AJAX Post method call.
Type
Article
6382 1
How can I set JSON Serializer in ASP.NET Core (.NET 5)?

Hello, I am trying to work on JSON in ASP.NET Core MVC (using .NET 5.0 version), but I am not able to set JSON Serializer settings using it, I tried to use below code

...
Type
Question

Page 11 of 31