Desh-Duniya Blog
Explore articles on tech, culture, and global events.
Remove IIS 10 Server Header which discloses IIS version
Starting with IIS 10 — the default web server on Windows Server 2016, 2019, and 2022 — removing the Server HTTP response header has become significantly easier compared to earlier versions. By default, IIS includes a header like this in its responses
request format is unrecognized for url unexpectedly ending in
request format is unrecognized for url unexpectedly ending in
C Sharp Interview Questions and Answer
C Sharp Interview Questions and Answer
SQL Questions
General sql server questions
ispac file can't be access because it is being used by another process
ispac file can't be access because it is being used by another process
MS Access file compatible with both 64 and 32 bit applications
ms Access file compatible with both 64 and 32 bit applications
C# Interview Questions
C# Interview Questions
Directory Search in c sharp
Directory Search in c sharp
Dependency Injection Pattern in C sharp
Dependency Injection Pattern in C sharp
Instantiate Vs Initialize
instantiate Vs initialize
Constant and readonly difference and practical implementation?
Constant and readonly difference and practical implementation?
Difference between instantiate and initialize and their existence in memory
Difference between instantiate and initialize and their existence in memory
interface segregation main purpose and uses of interface c sharp
interface segregation main purpose and uses of interface c sharp
While and for loop difference c sharp
While and for loop difference c sharp
Difference between instantiate and initialize and their existence in memory
Difference between instantiate and initialize and their existence in memory
interface segregation main purpose and uses of interface c#
interface segregation main purpose and uses of interface c#
While and for loop difference c#
While and for loop difference c#
Difference between instantiate and initialize and their existence in memory?
Difference between instantiate and initialize and their existence in memory?
Asp.Net Core 2.2 - HTTP Error 500.0 - ANCM In-Process Handler Load Failure
Asp.Net Core 2.2 - HTTP Error 500.0 - ANCM In-Process Handler Load Failure
Sorting rows in a data table
Sorting rows in a data table
Export Obout Grid Data in Excel
Export Obout Grid Data in Excel
How to get Max String Length in every Column of a Datatable
How to get Max String Length in every Column of a Datatable
Convert Seconds to Hour : Minute : Seconds Format
Convert Seconds to Hour : Minute : Seconds Format
Convert minutes to hours, minutes and seconds(HH:MM:SS)
Convert minutes to hours, minutes and seconds
How to set Max Length of JSON Serialization c sharp
How to set Max Length of JSON Serialization c sharp
Compare password and confirm password in ASP.Net MVC
Compare password and confirm password in ASP.Net MVC
How to make a dropdown readonly using jquery?
How to make a dropdown readonly using jquery?
C# DateTime to “YYYYMMDDHHMMSS” format
C# DateTime to “YYYYMMDDHHMMSS” format
Validation failed for one or more entities. See 'EntityValidationErrors' property for more details
Validation failed for one or more entities. See 'EntityValidationErrors' property for more details
How do I get the color from a hexadecimal color code using .NET?
How do I get the color from a hexadecimal color code using .NET?
Shrink file in sql server
Shrink file in sql server
Rebuild and Reorganize sql database table index
Rebuild and Reorganize sql database table index
Rename file in c sharp
Rename file in c sharp
SQL Server: Get Week Start Date & Week End Date Using Sql Query
SQL Server: Get Week Start Date & Week End Date Using Sql Query
Convert HTML to PDF In C sharp
Convert HTML to PDF In C sharp
How to reset credentials in TortoiseGit?
How to reset credentials in TortoiseGit
set value in dropdownlist in jquery
set value in dropdownlist in jquery
jQuery AJAX Methods
jQuery AJAX Methods
How do I UPDATE from a SELECT in SQL Server
How do I UPDATE from a SELECT in SQL Server?
Populate ASP.NET dropdown list with month names using LINQ
Populate ASP.NET dropdown list with month names using LINQ
@Html.TextAreaFor with MVC
@Html.TextAreaFor with MVC
Compare two files in Visual Studio
Compare two files in Visual Studio
How to import Sharepoint list in c sharp
import sharepoint list in c#
Convert List To DataTable In C sharp
How to Convert List To DataTable In C sharp
SQL Server database stuck in RESTORING
SQL Server database stuck in RESTORING state after restarting the machine
Adjust window size in jQuery
Adjust window size in jQuery
Get Excel Column Name in csharp
Get Excel Column Name in c#
String Starts with Number
String Starts with Number
Remove Control Characters in c#
Remove Control Characters in c#
How to Remove special characters
Remove Special Characters
If you right click WebService1.asmx and run in browser I get this Test method call and if I Invoke I get an error.
Web Method invoke
ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d
When trying to set up a .NET Core 1.0 website I got this error, and tried everything else I could find with no luck
Could not find a part of the path … bin\roslyn\csc.exe
In my case the solution was to re-install/upgrade Nuget packages:
WebOptimizer - a Bundler and Minifier for ASP.NET Core
ASP.NET Core didn't have a runtime bundler like previous versions of ASP.NET. This was a bummer as I was a fan. Fortunately WebOptimizer - ASP.NET Core middleware for bundling and minification of CSS and JavaScript files at runtime. With full server-side and client-side caching to ensure high performance