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
C#

Category: C#

Audit with Entity Framework Core
.NET Core C#
54321
5 (4 votes)
104
Audit with Entity Framework Core
Enrico3 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)
143
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
Protect static files with ASP.NET Core
.NET Core ASP.NET C#
54321
0 (0 votes)
85
Protect static files with ASP.NET Core
Enrico2 months 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
Implement security workflow with Identity Server
.NET Core C#
54321
0 (0 votes)
45
Implement security workflow with Identity Server
Enrico4 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
Connect web application to PowerBI
.NET Core .NET General C#
54321
0 (0 votes)
93
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
Test our code with json
.NET .NET Core .NET General C# Testing
54321
0 (0 votes)
72
Test our code with json
Enrico6 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
.NET Core C#
54321
0 (0 votes)
82
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)
68
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)
104
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
Map base class to derive class
C#
54321
0 (0 votes)
19
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)
34
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)
35
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
Getting organization list from Xero in C#
.NET Core C#
54321
0 (0 votes)
34
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
Getting invoice list from Xero in C#
.NET Core C#
54321
0 (0 votes)
82
Getting invoice list from Xero in C#
Enrico8 months ago1

In this new post I explain the procedure for getting an invoice list from Xero in your C# applications with few lines of code.

accounting-software, integration, invoices, xero
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Save and retrieve Secret from Azure KeyVault
Azure C#
54321
0 (0 votes)
42
Save and retrieve Secret from Azure KeyVault
Enrico8 months ago0

How to retrieve #key, #secret, certificate from #Azure #KeyVault in C#? A step by step guide to configure your Azure account and start a new C# project

active-directory, azure-keyvault, configuration, secret
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Integrate Xero with C# applications
C#
54321
0 (0 votes)
147
Integrate Xero with C# applications
Enrico8 months ago2

How integrate Xero in your C# application? This is my guide step by step after spending more than one week to sort it out

accounting-software, integration, postman, xero
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Uno Platform now lets you develop for macOS, Windows, and more using the same code
C# Developers News Other Xamarin
54321
0 (0 votes)
20
Uno Platform now lets you develop for macOS, Windows, and more using the same code
Enrico8 months ago0

Uno Platform announced today that it now supports macOS as a target platform. This new support means that developers can use a single code base to create apps on Windows,…

android, macOS, webassembly, windows10
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Adding Swagger UI to Azure Function APIs
Azure Azure C#
54321
0 (0 votes)
172
Adding Swagger UI to Azure Function APIs
Enrico9 months ago0

You can set up Swagger UI in your Azure Function API to allow for providing documentation for your serverless API pretty easily

azure-functions, swagger
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Multiple output in Azure Functions with C#
Azure Azure C#
54321
0 (0 votes)
74
Multiple output in Azure Functions with C#
Enrico9 months ago1

In this post I like to analyse how to return multiple output in Azure Functions with C# and Service Bus. If you want more info, in the last week or…

azure-functions
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Create Azure Function in C# Script and Service Bus
Azure C#
54321
0 (0 votes)
76
Create Azure Function in C# Script and Service Bus
Enrico9 months ago2

How to create an Azure Function in C# Script using as input and output a message from and to Service Bus Queue step by step

azure-functions, csharp-script, service-bus
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Working with CarouselView in Xamarin Forms
C# Universal Windows App Xamarin
54321
0 (0 votes)
99
Working with CarouselView in Xamarin Forms
Enrico9 months ago0

Xamarin.Forms code runs on multiple platforms – each of which has its own filesystem. This means that reading and writing files is most easily done using the native file APIs…

android, ios, xamarin, xamarin-form
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Using functions as values in F#
C# F#
54321
0 (0 votes)
14
Using functions as values in F#
Enrico9 months ago1

In my previous post, we discussed about immutable data structure. Now, imagine that we want to write a method similar to SumList but that multiplies the numbers rather than adding them. Making…

function
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Using immutable data structures in F#
C# F#
54321
0 (0 votes)
30
Using immutable data structures in F#
Enrico9 months ago1

An immutable data structure (or object) is a structure whose value doesn’t change after it’s created. When you declare a data structure that contains some values, you store these values…

data-structure, immutable, tuple
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
C#
54321
0 (0 votes)
45
Lifetime Managers in Unity Container
Enrico2 years ago0

The unity container manages the lifetime of objects of all the dependencies that it resolves using lifetime managers. Unity container includes different lifetime managers for different purposes. You can specify…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
.NET Core ASP.NET C# MVC
54321
0 (0 votes)
42
Adding an external Microsoft login to IdentityServer4
Enrico2 years ago1

This article shows how to implement a Microsoft Account as an external provider in an IdentityServer4 project using ASP.NET Core Identity with a SQLite database. Setting up the App Platform…

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