You can use this web.config file directly on the root folder in order to host the WordPress website in the IIS Server. This web.config for
Author: Chandan
Design Principles for a software
Introduction to Design Pricinples Well, we all agree that the software design is one of the important aspect of the software development. Its challenging to
How to solve “Login failed due to trigger execution”?
Lately, I was trying to run the codemap on my visual studio and got the error “Login failed due to trigger execution”. Details were something
Full details on Struct and Class
Difference between Struct and Class Struct Class Struct are value types. Classes are of reference types. Struct are stored on the stack. Classes are stored
How to change the order of columns in SQL?
In order to maintain the order of columns in SQL we require 2 steps Disable the “Prevent saving changes that require the table re-creation“ Open
Rust : Convert String to Integer
Convert string to integer Do you want to convert string to integer? Here are the methods to extract integer value i from its string representation s.“1234” to 1234
Get the input in Rust
I started learning Rust lately. Kind of interesting but more to learn. Here is the program that help to get the input from user in
ProjectEuler : Multiple of 3 And 5
Multiple of 3 And 5: Q1 From ProjectEuler.NET Description If we list all the natural numbers below 10 that are multiples of 3 or 5,
Runtime Compile C# Code
Well have you ever wondered to write the C# code in string and execute them? In this blog I will tell you how to Runtime
Azure Functions
What is Azure Functions? With Azure Functions, you can start writing your application code. It can be done without worrying about the application architecture and