PureSourceCode
Skip to content
PureSourceCode
All technologies, only pure source code
  • Home
  • Forum
  • Links
    • Videos
    • Contact
    • Download
  • Services
    • Azure Functions creation
    • Azure support
    • Custom software development
    • Mobile applications
  • Shop
  • Register
  • Profile
    • User Blogs
    • Submit New Blog Post
    • My Profile
    • Search Users
    • Newsletter
    • Compare
    • Wishlist
    • Cart
    • Checkout
    • My orders
  • Groups
    • Group Wall
    • Users Map
    • Write a post
    • Event Sites & Locations
    • Events
    • Booking
    • Submit Event
    • Performers
    • User Profile
    • Event Types
Homepage
.NET

Category: .NET

.NET (dotnet) is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.

So, there are various implementations of .NET (dotnet). Each implementation allows .NET code to execute in different places—Linux, macOS, Windows, iOS, Android, and many more. This framework has two main versions:

  1. Framework is the original implementation of .NET. It supports running websites, services, desktop apps, and more on Windows.
  2. Core is a cross-platform implementation for running websites, services, and console apps on Windows, Linux, and macOS. .NET Core is open source on GitHub.

Then, Xamarin/Mono is a .NET (dotnet) implementation for running apps on all the major mobile operating systems, including iOS and Android.

The .NET Standard is a formal specification of the APIs that are common across .NET implementations. This allows the same code and libraries to run on different implementations.

Therefore, the two major components of .NET (dotnet) Framework are the Common Language Runtime and the .NET Framework Class Library.

  • The Common Language Runtime (CLR) is the execution engine that handles running applications. It provides services like thread management, garbage collection, type-safety, exception handling, and more.
  • The Class Library provides a set of APIs and types for common functionality. It provides types for strings, dates, numbers, etc. The Class Library includes APIs for reading and writing files, connecting to databases, drawing, and more.

Summarize, .NET (dotnet) applications are written in the C#, F#, or Visual Basic programming language. Code is compiled into a language-agnostic Common Intermediate Language (CIL). Compiled code is stored in assemblies—files with a .dll or .exe file extension.

At the end, when an app runs, the CLR takes the assembly and uses a just-in-time compiler (JIT) to turn it into machine code that can execute on the specific architecture of the computer it is running on.

Audit with Entity Framework Core
.NET Core C#
54321
5 (4 votes)
54
Audit with Entity Framework Core
Enrico2 weeks ago0

How to implement an efficient audit system with Entity Framework Core? In this post I explain what to do and the source code is on GitHub

audit, entity-framework, entity-framework-core
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Features for AdminLTE with ASP.NET Core
.NET Core ASP.NET C# MVC
54321
5 (2 votes)
72
Features for AdminLTE with ASP.NET Core
Enrico1 month ago1

I want to add new cool features for AdminLTE with ASP.NET Core. The source code of this template is on GitHub #aspnetcore #adminlte #mvc #gravatar #breadcrumbs #navigation

adminlte, aspnet-core, bootstrap, breadcrumbs, gravatar, netcore, template
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Integrating AdminLTE with ASP.NET Core
.NET Core ASP.NET Tips & tricks
54321
5 (4 votes)
154
Integrating AdminLTE with ASP.NET Core
Enrico1 month ago1

I explain how integrating AdminLTE with ASP.NET Core 3.1 MVC or really any other Bootstrap based UI Frameworks completely from scratch

adminlte, aspnet-core, bootstrap, netcore, template
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Protect static files with ASP.NET Core
.NET Core ASP.NET C#
54321
0 (0 votes)
42
Protect static files with ASP.NET Core
Enrico1 month ago0

I explain how to Protect static files with ASP.NET Core Razor Pages and IdentityServer 4. Working with almost every extensions

identityserver4, razor, security, static-files
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Azure DevOps releases AppServices
.NET Core Azure Azure
54321
0 (0 votes)
43
Azure DevOps releases AppServices
Enrico3 months ago1

In this post, I’m going to explain how to create a pipeline and a release in Azure DevOps that releases into AppServices. This is quite important step to go forward…

azure, azure-devops, pipeline, release
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Implement security workflow with Identity Server
.NET Core C#
54321
0 (0 votes)
19
Implement security workflow with Identity Server
Enrico3 months ago1

The goal of this post is to implement security workflow with Identity Server 4 and C# among projects and services. With a bunch of examples, I’m going to show, practically,…

authentication, authorisation, identityserver4, security, token, workflow
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Top 40 Agile Scrum Interview Questions
Agile Tools
54321
0 (0 votes)
123
Top 40 Agile Scrum Interview Questions
Enrico4 months ago0

In this post, we want to answer the top 40 Agile Scrum Interview Questions and focus on the different areas for agile scrum interviews

agile, scrum
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Connect web application to PowerBI
.NET Core .NET General C#
54321
0 (0 votes)
51
Connect web application to PowerBI
Enrico4 months ago1

How to connect a web application to PowerBI to give users a unique experience across a website using the PowerBI APIs

powerbi
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Microsoft: we are finished with F# 5
F# Microsoft
54321
0 (0 votes)
27
Microsoft: we are finished with F# 5
Enrico5 months ago0

Microsoft’s F# programming language alongside the latest .NET 5 preview: Microsoft announced : “we are finished with F# 5”

fsharp, update
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Test our code with json
.NET .NET Core .NET General C# Testing
54321
0 (0 votes)
47
Test our code with json
Enrico5 months ago0

Test Driven Development (TDD) helps you to validate your code but something you need to check some result from a json file. Here my solution

azure-functions, json, mstest, nunit, tdd, unit-test
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Database Connection Resiliency in Entity Framework Core: update
.NET Core
54321
0 (0 votes)
43
Database Connection Resiliency in Entity Framework Core: update
Enrico6 months ago1

In this post I’m talking about Database Connection Resiliency in Entity Framework Core, an update to my previous post about transaction operations

database, entity-framework-core, resiliency
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Azure your platform in the cloud
Azure Azure
54321
0 (0 votes)
31
Azure your platform in the cloud
Enrico7 months ago4

I want to introduce you Azure as treasures in the cloud because it is. What is Azure? How to use it? How save money and speed up your service?

azure, economy, paas, saas, storage
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Database Connection Resiliency in Entity Framework Core
.NET Core C#
54321
0 (0 votes)
55
Database Connection Resiliency in Entity Framework Core
Enrico7 months ago2

How to implement database connection resiliency using an inbuilt or custom execution strategy using Entity Framework Core

entity-framework-core
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Transactions with Entity Framework Core
.NET Core C#
54321
0 (0 votes)
40
Transactions with Entity Framework Core
Enrico7 months ago3

In the last couple of weeks, I was talking about Entity Framework Core for creating a model or call stored procedures. But how to use transactions?

entity-framework-core, transactions
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Run Azure Function on a different port
C# Visual Studio
54321
0 (0 votes)
52
Run Azure Function on a different port
Enrico7 months ago0

I want to run more than one Azure Function at the same time but each of them on a different port because by default all Azure Functions are starting on…

azure-functions, port, visualstudio-2019
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Web Live Preview for Visual Studio 2019
ASP.NET Visual Studio
54321
0 (0 votes)
31
Web Live Preview for Visual Studio 2019
Enrico7 months ago0

Working on the user interface is frustrating but from today you have a new Microsoft tool called Web Live Preview for Visual Studio 2019 that helps you

html, razor, visualstudio-2019, web, webforms
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
How to create email buttons with just HTML and CSS
HTML
54321
0 (0 votes)
24
How to create email buttons with just HTML and CSS
Enrico8 months ago0

In this post I explain how to create email buttons with just HTML and CSS. A call to action button is an important element of an effective email. But how…

css, email
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Map base class to derive class
C#
54321
0 (0 votes)
7
Map base class to derive class
Enrico8 months ago0

I’m facing a problem when I want to cast a base class to a derive class. A derive class is a class that derives from a base class. In this…

baseclass, class, csharp
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
C# 9: Partial Method Enhancements for Source Generators
.NET C#
54321
0 (0 votes)
20
C# 9: Partial Method Enhancements for Source Generators
Enrico8 months ago0

Source Generators in C# 9 will allow compiler-extensions to inspect code and then inject additional source code at compile-time

source-generators
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Source Generators enables Compile-Time metaprogramming
.NET C#
54321
0 (0 votes)
11
Source Generators enables Compile-Time metaprogramming
Enrico8 months ago1

Source generators is a new feature of C# 9 that enables compile-time metaprogramming and generating additional source file.

fsharp, metaprogramming, source-generators
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Pack .NET program to a single .exe file
.NET .NET Core Tools
54321
0 (0 votes)
14
Pack .NET program to a single .exe file
Enrico8 months ago0

PostSharp.Community.Packer is a free and open-source tool that you can use to pack your .NET Framework application into a single .exe file for distribution.

.netcore, github, packages
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Entity Framework Core and calling a stored procedure
.NET Core
54321
0 (0 votes)
25
Entity Framework Core and calling a stored procedure
Enrico8 months ago4

With Entity Framework Core you are able creating a model from the database and also calling a stored procedure.

entity-framework, entity-framework-core, stored-procedures
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
How to hide Google's reCaptcha v3
HTML
54321
0 (0 votes)
30
How to hide Google's reCaptcha v3
Enrico8 months ago0

In this article we are going to describe how to hide Google’s reCaptcha v3 badge. To get started, let’s answer the question why we need a captcha in the first…

google, reCaptcha
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Creating a Model for an Existing Database
.NET Core
54321
0 (0 votes)
20
Creating a Model for an Existing Database
Enrico8 months ago6

Creating entity & context model automatically in C# for an existing database is called Database-First approach with Entity Framework Core

database-first, entity-framework, entity-framework-core
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Getting organization list from Xero in C#
.NET Core C#
54321
0 (0 votes)
19
Getting organization list from Xero in C#
Enrico8 months ago0

Connect your C# application with Xero OAuth 2.0 is not really simple. Here how getting the list of organization from Xero step by step

accounting-software, integration, invoices
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest

PSC Search

Search for:

Ads

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tags

accounting-software agile alexa android apps artificial-intelligence azure azure-devops azure-functions bill-gates docker dotnet entity-framework entity-framework-core fsharp function games github google-play identityserver4 installer integration invoices ios iPhone javascript linux microsoft-excel microsoft-office ms-edge netcore packages password Progressive-Web-Apps pwa security source-generators start tools website windows10 windows10x xamarin-form xbox xbox-series-s

Ads

Recent Posts

  • Add logging to Microsoft Office add-ins
  • Start with Docker
  • Deploying dockerized R/Shiny Apps on Microsoft Azure
  • Dropdown list in Excel
  • Windows10X is the answer to ChromeOS

Recent Comments

  • Add logging to Microsoft Office add-ins - PureSourceCode on Microsoft teases its future Office UI
  • Start with Docker - PureSourceCode on Getting started with Windows Terminal
  • Start with Docker - PureSourceCode on Azure your platform in the cloud
  • Deploying dockerized R/Shiny Apps on Microsoft Azure - PureSourceCode on Use Azure Resource Groups: A Simple Explanation
  • Deploying dockerized R/Shiny Apps on Microsoft Azure - PureSourceCode on Azure your platform in the cloud

Ads

Archives

  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • November 2019
  • September 2019
  • August 2019
  • July 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • August 2018
  • June 2018
  • May 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • September 2013

Ads

Categories

  • .NET
  • .NET Core
  • .NET General
  • Agile
  • Ajax
  • Amazon
  • Android
  • AngularJs
  • Apple
  • Apps
  • ASP.NET
  • Azure
  • Azure
  • C#
  • Developers
  • Docker
  • F#
  • Framework
  • Games
  • General
  • Google
  • Google
  • HTML
  • IIS
  • Internet
  • iOS
  • JavaScript
  • Linux
  • macOS
  • Microsoft
  • Microsoft Office
  • MVC
  • News
  • Other
  • PowerBI
  • Programming languages
  • Projects and ideas
  • R
  • React.JS
  • Security
  • SQL
  • Testing
  • Tips & tricks
  • Tools
  • TypeScript
  • Uncategorized
  • Universal Windows App
  • VB.NET
  • Visual Basic
  • Visual Studio
  • Visual Studio
  • WebAPI
  • Windows
  • Xamarin

Ads

Template MOnsters

My other sites

Pure Source Code
PSC Short Url
Quarantine Culture Club
My CV
GitHub
Bookshop
© Copyright 2021. All rights reserved.
 Tweet
 Tweet
 WhatsApp
 E-mail
 Tweet
 Tweet
 WhatsApp
 E-mail
 Tweet
 Tweet
 LinkedIn
 WhatsApp
 E-mail