Eric S Jennerstrand

  • Home
  • C#
  • .NET MAUI
  • Git
  • NodeJs
  • NPM
  • Docker
  • .NET

Category: C#

C Sharp

C# – Object-oriented programming language

C# is an object-oriented programming language developed by Microsoft as part of the .NET platform. The development of the language is led by Anders Hejlsberg, who was recruited from Borland where he created TurboPascal and was chief architect for Delphi. Officially, the language is based on C++, but it is very similar to Java.

Program code written in C# is converted by a compiler into so-called CIL code (formerly called MSIL code), which is a kind of byte code which is then run in a virtual machine, CLR (Common Language Runtime). This is similar to how Java works, where the program code is also converted to byte code running in a virtual machine. However, the language change codes are not compatible.

C# is platform-independent as a programming language, although Microsoft’s development tools are only available for Windows. There are at least two different free implementations of C # compilers, within the Mono and DotGNU projects. However, these implementations are incomplete and lack some components in the .NET framework, so in practice, programs developed in C # and .NET can be locked to Windows. Recently, popular tools such as Xamarin have been developed, which means that code written in C # and .NET can to a large extent and up to 100% be used to create apps for both iOS, Android and Windows. These programs cost money, but since 2015 with Visual Studio you can develop to several platforms for free.

.NET MAUI robot

How to create a ListView in .NET MAUI

  • Eric Sjöström Jennerstrand
  • 2021-09-12
  • .NET
So, to create a ListView in .NET MAUI you can do almost the same as you did in Xamarin, if you have experience in that....
Read More
Dot Net

How to enable developer mode in Windows 10 and Windows 11

  • Eric Sjöström Jennerstrand
  • 2021-09-08
  • .NET
Here I will show you how to enable developer mode in Windows 10 and Windows 11 in the fastest way possible, less then 1 minute!But...
Read More
.NET MAUI robot

Tutorial on how to develop your first .NET MAUI app

  • Eric Sjöström Jennerstrand
  • 2021-09-08
  • .NET
This tutorial on how to develop your first .NET MAUI app will very describing go through how you create you first .NET MAUI app. There...
Read More
.NET MAUI robot

How to install Microsoft .NET MAUI on Windows

  • Eric Sjöström Jennerstrand
  • 2021-09-08
  • .NET
So you need to know how to install Microsoft .NET MAUI on windows, and i’m going to show you how! And trust me, Microsoft made...
Read More
Create file in C#

How to create a file in C#

  • Eric Sjöström Jennerstrand
  • 2021-04-16
  • .NET
To create a file in C#, all you need is one line. But unlike creating a directory, you have to check if the file exists....
Read More
Create directory in C#

How to create a directory in C#

  • Eric Sjöström Jennerstrand
  • 2021-04-16
  • .NET
To create a directory in C#, all you need is one line. Because the method CreateDirectory will create directories or folders, all the way down...
Read More
C Sharp

Write lines to a text file in C#

  • Eric Sjöström Jennerstrand
  • 2021-04-16
  • .NET
So do you need to write lines to a text file in C#? Well you’re in luck, here is the really simple way to write...
Read More
Litium Logo

Litium Text Option importer/export panel

  • Eric Sjöström Jennerstrand
  • 2021-02-19
  • .NET
Link to source code: https://github.com/ericsj11/Litium-TextOption-Importer Steps to Install and Use (Steps for the Litium Accelerator) Litium Text Option importer/export is made for the litium accelerator,...
Read More
Dot Net

Episerver – Changes in the model for this page type were ignored because its version

  • Eric Sjöström Jennerstrand
  • 2021-02-19
  • .NET
Changes in the model for this page type were ignored because its version (1.0.0.0) is earlier than the version in the database (2020.1.15.2)Have you, like...
Read More
C Sharp

Download a file in C# from a .cshtml

  • Eric Sjöström Jennerstrand
  • 2020-12-16
  • .NET
To download a file in C# from a .cshtml file is a lot simpler than you think. All you need to download a file in...
Read More

Posts navigation

1 2 Next

About my blog

A blog about .NET development, code, helpful guides, C#, MVC, docker, azure, .NET MAUI and other stuff you need for your own web and app development!

With simple and fast to grab code examples for you to copy and paste into your C# project.

Written as sort of an experiment to see if someone like me can learn how to write and teach.

Copyright © All Rights Reserved.

This website uses cookies. By continuing to use this site, you accept our use of cookies. 

  • Home
  • C#
  • .NET MAUI
  • Git
  • NodeJs
  • NPM
  • Docker
  • .NET