IT Nota

  • Home
  • How To
  • .NET
  • WordPress
  • Contact

Trying .NET 6 Preview on macOS Silicon M1

Installed on /usr/local/share/dotnet. Trying to create a new F# project in Terminal. dotnet new console --language F# -o MyFSharpApp Further Reading If you need to uninstall the SDK when the release is out: How to Remove .NET Runtime and SDK on Mac Remove / Uninstall .NET SDK on macOS … [Read more...]

August 23, 2021 Filed Under: .NET Tagged With: .NET, FSharp, macOS

How to Setup Visual Studio 2017 or 2019 for F#

If you want to try F# programming in Visual Studio 2017 (or 2019 for that matter), here's what you might want to do to optimize Visual Studio to run optimally on your machine. From the menu, go to Tools and select Options. Under Debugging, set the Enable script debugging to True. Under Misc, set 64-bit F# Interactive to True (if you use 64-bit Windows OS). Set F# Interactive options to the … [Read more...]

March 28, 2018 Filed Under: .NET, How To Tagged With: FSharp, Microsoft

How to Fix Obsolete ConfigurationSettings.GetConfig API

When you're upgrading code from .NET Framework 1.1 to 2.0, you will get a few warnings if you use an obsolete API such as ConfigurationSettings.GetConfig, you may see something similar to this: To which you have to replace it with ConfigurationManager.GetSection(). Or the same way with ConfigurationSettings.AppSettings.Get() to ConfigurationManager.AppSettings.Get(). The problem is after … [Read more...]

April 27, 2015 Filed Under: .NET Tagged With: ASP.NET, Microsoft, Visual Studio

Migrating ASP.NET 1.1 to Windows Server 2012

With Microsoft cutting the support for Windows 2003 by July 2015, many legacy web applications built with .NET Framework 1.1 have to be migrated to a newer Windows Server 2012 R2. The dilemma is that .NET Framework 1.1 is no longer supported (it's not even possible to manually install the .NET Framework 1.1 on these platforms) on Windows Server 2012 or Windows Server 2012 R2. The proposed … [Read more...]

February 8, 2014 Filed Under: .NET Tagged With: ASP.NET, Microsoft, Windows Server

How to Setup SQL Express LocalDB in ASP.NET

Microsoft SQL Server Express LocalDB should be used in place of the SQL Server Express user instance feature which is deprecated. It is more suitable for developers as it runs on-demand (instead as a service) with your Windows credential and without the need the need of complex configurations. In Visual Studio 2013, if you want to have it setup a default database using a SQL Server LocalDb in … [Read more...]

December 18, 2013 Filed Under: .NET, How To Tagged With: ASP.NET, MVC

  • 1
  • 2
  • Next Page »
Buy me a coffee Support this site
Buy Me a Coffee?

Categories

  • .NET
  • Coding
  • Cybersecurity
  • Database
  • How To
  • Internet
  • Multimedia
  • Photography
  • Programming
  • Resources
  • Review
  • Tips and Tricks
  • Use Case
  • WordPress
  • Writing

Recent Posts

  • How to Check Installed .NET Framework Version
  • How to Remove .NET Runtime and SDK on Mac
  • How to Solve Intermittent 403 Error in IIS
  • How to Show Hidden Folders and Files in Mac Finder
  • How to Solve MS Office VBA Compile Error UserAuthentication

Recent Posts

  • How to Check Installed .NET Framework Version
  • How to Remove .NET Runtime and SDK on Mac
  • How to Solve Intermittent 403 Error in IIS
  • How to Show Hidden Folders and Files in Mac Finder
  • How to Solve MS Office VBA Compile Error UserAuthentication
  • RSS

Tags

.NET Access AdSense ASP.NET Cdonts Dll Classic ASP Code Editor ETL FSharp Genesis Framework Git Google HP Asset Manager HTML HTML5 Hugo IIS Information Security Internet Internet Information Services iOS JAMStack Linux macOS Microsoft Microsoft SQL Server MVC PHP Python Simple Mail Transfer Protocol Smtp Server Social Media SQL SQL Server SSIS SSMS SSRS Sublime Text Visual Studio Visual Studio Code VPN Windows Windows 8 Windows 10 Windows Server

Copyright © 2011-2022 IT Nota. All rights reserved. Terms of Use | Privacy Policy | Disclosure