Skip to content
December 11, 2023
  • Forum
  • Links
  • Download
  • Shop
  • Profile
  • Contact

PureSourceCode

All technologies, only pure source code

  • Forum
  • Links
  • Download
  • Shop
  • Profile
    • Newsletter
    • Cart
    • Checkout
    • My orders
  • Contact
  • Home
  • .NET
  • .NET General

.NET General

  • .NET
  • .NET Core
  • .NET General
  • .NET5
  • .NET6
  • .NET7
  • Blazor
  • C#

Stripe Connect Express with Blazor

Enrico10 months ago10 months ago05 mins

In my previous post titled Create Stripe Webhooks Receiver I created a webhook and now I want to explore how…

Read More
  • .NET Core
  • .NET General
  • .NET5
  • .NET6
  • .NET7
  • Blazor
  • C#

Create Stripe webhooks receiver

Enrico11 months ago11 months ago017 mins

I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I show the full implementation.

Read More
  • .NET Core
  • .NET General
  • .NET5
  • .NET6
  • .NET7
  • ASP.NET
  • Blazor
  • Visual Studio

Keep secrets out of source code

Enrico11 months ago11 months ago06 mins

Keep secrets out of your source code in Visual Studio. It is never a good idea to store secrets or passwords in your source code.

Read More
C# .NET language
  • .NET
  • .NET Core
  • .NET General
  • .NET5
  • .NET6
  • C#

Manipulating CSV Files

Enrico1 year ago1 year ago018 mins

How manipulating CSV files in the internet era? Comma Separated Files (CSV) are text files that contain multiple records with more elements

Read More
json wallpaper
  • .NET Core
  • .NET General
  • .NET5
  • .NET6
  • C#

Derived classes with System.Text.Json

Enrico1 year ago1 year ago07 mins

In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.

Read More
Microsoft dotnet .NET6
  • .NET
  • .NET Core
  • .NET General
  • .NET5
  • .NET6
  • Microsoft
  • News

.NET is the most loved platform

Enrico2 years ago2 years ago09 mins

.NET is the most loved platform! It’s won most loved platform 3 years in a row in the annual StackOverflow developer survey

Read More
Microsoft Blazor wallpaper
  • .NET Core
  • .NET General
  • Blazor
  • C#
  • Microsoft
  • Visual Studio
  • WebAPI

Getting started with C# and Blazor

Enrico3 years ago8 months ago1060 mins

Getting started with C# and Blazor explains how this new Microsoft technology is working and the basic information to understand Blazor

Read More
Cloud
  • .NET
  • .NET Core
  • .NET General
  • ASP.NET
  • C#

Adding validation using Fluent Validation

Enrico3 years ago3 years ago726 mins

Adding validation using Fluent Validation is a method to decoupled rules and models and also write multiple rule-sets against the same models

Read More
Cloud
  • .NET
  • .NET Core
  • .NET General
  • ASP.NET
  • C#

Creating the Infrastructure project

Enrico3 years ago3 years ago749 mins

We will be on creating the Infrastructure project following clean architecture. We are going to bring in another layer: the infrastructure

Read More
csharp wallpaper
  • .NET
  • .NET Core
  • .NET General
  • C#

Factory method in C# Core

Enrico3 years ago3 years ago011 mins

Factory method in C# Core offering great flexibility in creating different objects. The Abstract class may provide a default object

Read More
microsoft powerbi wallpaper big
  • .NET Core
  • .NET General
  • C#

Connect web application to PowerBI

Enrico3 years ago3 years ago110 mins

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

Read More
csharp wallpaper
  • .NET
  • .NET Core
  • .NET General
  • C#
  • Testing

Test our code with json

Enrico3 years ago3 years ago09 mins

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

Read More
  • .NET General

Adding Swagger to Web API project

Enrico5 years ago3 years ago35 mins

Adding Swagger to your Web API project does not replace ASP.NET Web API help pages. Or maybe yes? Here how to implement Swagger in your apps

Read More
  • .NET General

The Last Slice: challenge

Enrico5 years ago02 mins

Beat challenge 1 (download the game, change the code) here. Then beat challenge 2. First five to beat challenge 3…

Read More
  • .NET General

Happy 15th Birthday .NET!

Enrico7 years ago3 years ago02 mins

Today marks the 15th anniversary since .NET debuted to the world. On February 13th, 2002, the first version of .NET…

Read More
  • .NET General

It’s a Good Day to Be a C# Developer

Enrico7 years ago02 mins

Recently at Connect(), Microsoft made a slew of new announcements. First, the public availability of Visual Studio 2017 Release Candidate….

Read More
  • .NET General
  • C#

Dijkstra’s Algorithm in C# with Generics

Enrico8 years ago013 mins

I recently needed to to implement a shortest-path algorithm (to identify preferred domain controllers using site link costs) and I…

Read More
  • .NET General
  • C#

DistinctBy in Linq (Find Distinct object by Property)

Enrico8 years ago07 mins

public class Size { public string Name { get; set; } public int Height { get; set; } public int…

Read More
  • .NET General

Data and data access technologies

Enrico8 years ago08 mins

In my previous post I spoke about key layers of distributed applications. Now we will go through the most crucial…

Read More
  • .NET General

Key layers of distributed applications

Enrico8 years ago05 mins

Every application that is going to be used by end users should be designed appropriately as users are expecting to…

Read More
  • .NET General

Remove line numbers from code

Enrico8 years ago11 mins

Often you copy from a site some code but it has line numbers and you have to spend some times…

Read More
  • .NET General
  • C#

Throw vs Throw e

Enrico8 years ago01 mins

Some people asked me the different between those two following code: Code 1 try { … } catch (Exception ex)…

Read More
  • .NET General
  • C#

C# Faster way to truncate a string

Enrico8 years ago01 mins

Very often I found this problem and now I got a solution! I’ve compared some methods and I was decided…

Read More
  • .NET General
  • C#

Calculate the execution time of a method

Enrico8 years ago01 mins

I found a simple code to know the execution time of a method. First of all you have to import…

Read More
csharp wallpaper
  • .NET
  • .NET Core
  • .NET General
  • C#

Implementing the Inversion of Control Pattern in C#

Enrico8 years ago3 years ago16 mins

Implement the inversion of control pattern is linked with the Dependency Injection Principle states. Here we analyse a simple implementation

Read More
  • 1
  • 2

Post Types

  • Post (639)
  • Page (49)
  • Downloads (19)

Hashtags

  • blazor (8)
  • blazor-component (4)
  • python (4)
  • maui (3)
  • net8 (3)

Categories

  • Microsoft (127)
  • C# (112)
  • News (73)
  • .NET Core (70)
  • ASP.NET (48)

Tags

  • blazor (43)
  • blazor-webassembly (42)
  • blazor-server (36)
  • windows10 (31)
  • blazor-component (29)

Year

  • 2023 (33)
  • 2022 (60)
  • 2021 (123)
  • 2020 (174)
  • 2019 (20)
Advertisements

YouTube channel

My other sites

Pure Source Code
My CV
GitHub

Meta

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

Tags

adminlte android apple artificial-intelligence ASP.NET aspnet-5 aspnet-core azure azure-devops azure-functions blazor blazor-component blazor-server blazor-webassembly clean-architecture dependency-injection design-pattern docker entity-framework-core games github identity identityserver4 ios javascript linux macOS maui microsoft microsoft-excel microsoft-identity microsoft-office net6 netcore pattern python security swift visual-studio webapi windows10 windows11 xamarin-forms xbox xbox-series-s

Recent Posts

  • NET8, Blazor and Custom User Management
  • Custom User Management with NET8 and Blazor
  • Blazor integration with Identity Server
  • Azure DevOps pipeline for Maui
  • Custom control for MAUI using SkiaSharp

Recent Comments

  • Enrico on Blazor using HttpClient with authentication
  • Александр Глазков on Blazor using HttpClient with authentication
  • Enrico on Using Chart.js with Blazor
  • limoshawdz on Using Chart.js with Blazor
  • erossinichi on Configure RStudio in Azure with Ubuntu

Archives

  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • 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

Categories

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

Ads

Template MOnsters
Trendy News - News WordPress Theme. All Rights Reserved 2023. Powered By BlazeThemes.
 Share This
 Facebook
 WhatsApp
 Reddit
 Telegram
 LinkedIn
 Email

Share on Mastodon