
Installed on /usr/local/share/dotnet.Trying to create a new F# project in Terminal.dotnet new console --language F# -o MyFSharpAppFurther ReadingIf you need to uninstall the SDK when the release is out:How to Remove .NET … [Continue reading]
Installed on /usr/local/share/dotnet.Trying to create a new F# project in Terminal.dotnet new console --language F# -o MyFSharpAppFurther ReadingIf you need to uninstall the SDK when the release is out:How to Remove .NET … [Continue reading]
When you use Visual Studio Code on Windows, one handy feature is you can always call it from the command line by typing "code ." (without the quotes) in the folder where you want to work on.But when you try that on macOS Terminal, this is what … [Continue reading]
Typically, web application is run using ApplicationPoolIdentity on IIS. However, for various reasons, it's very common to find large corporations use service accounts to run the application pools.Sometimes the challenge comes when you need to … [Continue reading]
Setting up a website on IIS is very easy to do. However, it can get very tedious when we have to migrate multiple IIS websites to a new server. For a really brand new server, the easiest to migrate all those settings of course is to clone the server … [Continue reading]
Just to build on top of the code from the previous post. This time, there is a page on a Web Forms application with a text that needs to be eliminated, but we no longer have the ability to re-compile. Fortunately, the change is cosmetic so we can … [Continue reading]