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
Headlines
  • NET8, Blazor and Custom User Management

    2 months ago2 months ago
  • Custom User Management with NET8 and Blazor

    2 months ago2 months ago
  • Blazor integration with Identity Server

    3 months ago3 months ago
  • Azure DevOps pipeline for Maui

    4 months ago4 months ago
  • Custom control for MAUI using SkiaSharp

    4 months ago4 months ago
  • Switch to dark mode automatically on Windows

    4 months ago4 months ago
  • Blazor
  • C#
  • Testing

Testing Blazor components with bUnit

Enrico10 months ago10 months ago034 mins

bUnit is a testing library for Blazor Components. Its goal is to make it easy to write comprehensive, stable unit tests

Read More
  • Microsoft
  • News

How to use Bing with ChatGPT

Enrico10 months ago10 months ago011 mins

Here I like to explore how to use Bing, the Microsoft search engine, with ChatGPT and the new Bing app and the integration in Edge and Skype

Read More
Timeline component for Blazor
  • Blazor

Timeline component for Blazor

Enrico10 months ago10 months ago07 mins

I introduce my new #Timeline component for #Blazor #WebAssembly and Blazor #Server. The components is build with #NET6.

Read More
ASP.NET Core logo bigger
  • .NET Core
  • .NET5
  • .NET6
  • .NET7
  • ASP.NET

Methods not Allowed in ASP.NET Core

Enrico10 months ago10 months ago03 mins

If you create APIs, you can face that same Methods not Allowed in with ASP.NET Core, NET6 or NET7.

Read More
  • .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
Java Wallpaper
  • Java
  • Programming languages

Getting started with Java

Enrico10 months ago10 months ago031 mins

In this new post “Getting started with Java”, I share with you my consideration about this programming language in comparison to C#

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
Enum CSharp
  • .NET
  • .NET Core
  • .NET6

How to create String Enums

Enrico1 year ago1 year ago05 mins

More often than not, I try to have an enum but for strings: in this post, I show you how to create String Enums in NET6 and C#.

Read More
star wars eclipse desktop wallpaper
  • Games
  • News

Is Star Wars Eclipse coming?

Enrico1 year ago1 year ago03 mins

If you are a Star Wars fan, the first question I had in my mind was: is Star Wars Eclipse coming out this year? The trailer is quite stunning.

Read More
github wallpaper
  • Tools

Embed GitHub Gists on WordPress

Enrico1 year ago1 year ago04 mins

With the code in this post, we can embed Github Gists on WordPress. Gist is an easy method to share code snippets.

Read More
HTML5 CSS3
  • HTML\CSS

How to make menus with CSS

Enrico1 year ago1 year ago029 mins

I will show how to make menus with CSS without using JavaScript: dropdown menus, drawers, and even a mobile hamburger menu

Read More
github wallpaper
  • Tools

How to add badges to a GitHub repository

Enrico1 year ago1 year ago05 mins

In this article, I will show how to add badges to a GitHub repository using shields.io. This application is a web…

Read More
Tim Berners-Lee
  • News
  • Other

Tim Berners-Lee wants us to ignore Web3

Enrico1 year ago1 year ago05 mins

The creator of the web Tim Berners-Lee wants us to ignore Web3 and isn’t sold on crypto visionaries’ plan for its future. We should ignore it

Read More
ScrollTabs component for Blazor
  • .NET6
  • Blazor
  • C#

ScrollTabs component for Blazor

Enrico1 year ago1 year ago013 mins

Do you have to display a lot of tabs in your page, but the look and feel is no what you want. Here you have a ScrollTabs component for Blazor

Read More
HTML5 CSS3
  • HTML\CSS

Responsive table layout with only CSS

Enrico1 year ago1 year ago05 mins

I want to show you how to create a fully responsive table layout with only CSS that helps you to display your tables on every screen.

Read More
How to Create a Dynamic Form Builder in Blazor
  • Blazor

Create form dynamically with Blazor

Enrico1 year ago1 year ago011 mins

I show you how to create form dynamically with Blazor reading the definition of the form from an API or a Json file. It is working quite well

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
C# .NET language
  • .NET Core

Evaluate Postfix expression for interviews

Enrico1 year ago1 year ago022 mins

I will show how to evaluate Postfix expression for your interviews. What is a Postfix? How to write a simple code to evaluate an expression?

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
sql sqlite wallpaper
  • MAUI

Add SQLite to the MAUI application

Enrico1 year ago1 year ago05 mins

I show you how to add SQLite to the MAUI application in order to have a small database in your mobile applications

Read More
drag and drop wallpaper
  • Blazor

Drag and drop with Blazor

Enrico1 year ago1 year ago027 mins

I show how to implement drag and drop with Blazor because drag and drop has become a popular interface solution in modern applications.

Read More
xamarin fingerprint biometrics
  • MAUI

Use biometric authentication in MAUI

Enrico1 year ago1 year ago05 mins

In this post I show how to use biometric authentication in MAUI in your applications for iOS and Android and in machines with Windows Hello

Read More
internet explorer is dead
  • Microsoft
  • News

Internet Explorer is dead

Enrico1 year ago1 year ago010 mins

After 27 years, Microsoft has finally bid farewell to the Internet Explorer and will redirect Explorer users to the latest version of Edge.

Read More
windows11 laptop
  • Microsoft
  • News
  • Tools
  • Windows

Windows under attack by zero-day flaw

Enrico1 year ago1 year ago03 mins

Windows under attack by zero-day flaw: the bug has been exploited by Chinese hackers who used it to send malicious documents to Tibetans

Read More
  • 1
  • 2
  • 3
  • 4
  • …
  • 26

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