Tag

.NET Core

0 views collected around this technical thread.

Fulu Network R&D Team
Fulu Network R&D Team
May 25, 2021 · Backend Development

Including NuGet Package XML Documentation in Swagger for .NET Core Projects with Docker CI/CD

This article explains how to configure .NET Core projects and Docker build pipelines so that XML documentation files from reusable NuGet packages are correctly copied and displayed in Swagger UI, covering project file changes, MSBuild targets, Dockerfile adjustments, and environment variables.

.NET CoreCI/CDDocker
0 likes · 10 min read
Including NuGet Package XML Documentation in Swagger for .NET Core Projects with Docker CI/CD
Fulu Network R&D Team
Fulu Network R&D Team
Nov 9, 2020 · Backend Development

Unified Authentication and Authorization Service – Technical Overview and Quick‑Start Guide

This article introduces the background, technical stack, core features, step‑by‑step deployment instructions, and future plans of a .NET Core and React based unified authentication and authorization system designed to replace disparate login mechanisms across multiple company applications.

.NET CoreAuthenticationIdentityServer4
0 likes · 7 min read
Unified Authentication and Authorization Service – Technical Overview and Quick‑Start Guide
Fulu Network R&D Team
Fulu Network R&D Team
Sep 23, 2020 · Information Security

Generating and Using P12 Certificates with BouncyCastle in .NET Core

This article explains how to generate PKCS#12 (p12) certificates using BouncyCastle in .NET Core, extract keys with OpenSSL, install the certificates on Windows, and demonstrates encryption and decryption with the generated keys, providing complete code samples and step‑by‑step instructions.

.NET CoreBouncyCastleC++
0 likes · 15 min read
Generating and Using P12 Certificates with BouncyCastle in .NET Core
Fulu Network R&D Team
Fulu Network R&D Team
Sep 11, 2020 · Information Security

Symmetric Encryption Algorithms in .NET Core Using BouncyCastle

This article introduces symmetric encryption algorithms such as DES, 3DES, and AES, explains their principles, advantages and drawbacks, and provides complete .NET Core sample code using the BouncyCastle library for encryption and decryption with various padding modes.

.NET Core3DESAES
0 likes · 21 min read
Symmetric Encryption Algorithms in .NET Core Using BouncyCastle
Fulu Network R&D Team
Fulu Network R&D Team
Jun 29, 2020 · Information Security

Comprehensive Guide to Message Digest, MAC, and Digital Signature Algorithms in .NET Core with BouncyCastle

This article introduces various cryptographic primitives—including MD, SHA, MAC, and digital signature algorithms such as RSA, DSA, and ECDSA—explains their usage and security considerations, and provides complete .NET Core code examples using the BouncyCastle library for implementation.

.NET CoreBouncyCastleECDSA
0 likes · 24 min read
Comprehensive Guide to Message Digest, MAC, and Digital Signature Algorithms in .NET Core with BouncyCastle
DevOps Cloud Academy
DevOps Cloud Academy
May 17, 2020 · Operations

Implementing CI/CD with Jenkins Declarative Pipeline for .NET Core Applications

This article demonstrates how to set up a Jenkins Declarative Pipeline to automate the CI/CD workflow for a .NET Core project, covering stages such as checkout, restore, clean, build, test, publish, and email notifications.

.NET CoreCI/CDDeclarative Pipeline
0 likes · 4 min read
Implementing CI/CD with Jenkins Declarative Pipeline for .NET Core Applications
Cloud Native Technology Community
Cloud Native Technology Community
Apr 16, 2020 · Cloud Native

Automating Kubernetes‑Based .NET Core Microservices and CI/CD with Infrastructure as Code

This article details a hands‑on workshop that automates the provisioning of a Kubernetes‑based .NET Core microservice environment and CI/CD pipeline using infrastructure‑as‑code scripts, covering tool selection, script workflows, deployment steps, and initialization techniques for reproducible cloud‑native development.

.NET CoreCI/CDInfrastructure as Code
0 likes · 10 min read
Automating Kubernetes‑Based .NET Core Microservices and CI/CD with Infrastructure as Code
DevOps
DevOps
Mar 10, 2020 · Backend Development

Analyzing Git Repository Commit Statistics with libgit2sharp, .NET Core, and PowerBI

This article describes how to collect, process, and visualize Git commit data—including hashes, authors, dates, messages, and line changes—by using native git commands, the libgit2sharp .NET library, a custom cross‑platform CLI tool, and PowerBI dashboards for comprehensive reporting.

.NET CoreBackendPowerBI
0 likes · 8 min read
Analyzing Git Repository Commit Statistics with libgit2sharp, .NET Core, and PowerBI
DevOps
DevOps
Oct 7, 2018 · Backend Development

Implementing Feature Toggles in .NET Core Using the FeatureToggle Framework

This article explains how to use feature toggles in .NET Core to hide or gradually release functionality, covering built‑in toggle types, open‑source libraries, configuration via appsettings, custom toggle creation, and step‑by‑step code examples for practical implementation.

.NET CoreA/B testingCustom Toggle
0 likes · 10 min read
Implementing Feature Toggles in .NET Core Using the FeatureToggle Framework
DevOps
DevOps
Aug 15, 2018 · Operations

Building a DevOps CI/CD Pipeline with TFS and Docker for .NET Core

This article explains how to construct a complete DevOps pipeline using Microsoft Team Foundation Server and Docker to achieve continuous integration and continuous deployment for .NET Core applications, covering pipeline topology, configuration files, build steps, testing, image creation, and release automation.

.NET CoreCI/CDContinuous Deployment
0 likes · 9 min read
Building a DevOps CI/CD Pipeline with TFS and Docker for .NET Core
DevOps
DevOps
May 18, 2017 · Cloud Native

Docker ‘Create Something from Nothing’: Building .NET Core Apps Without Local SDKs

This article demonstrates how Docker can be used to compile and publish a .NET Core application without installing any SDKs locally, by leveraging a docker‑compose CI build file, explaining the steps, underlying mechanisms, and broader benefits for clean CI environments and shared resources.

.NET CoreCI/CDContainerization
0 likes · 6 min read
Docker ‘Create Something from Nothing’: Building .NET Core Apps Without Local SDKs
DevOps
DevOps
Jan 19, 2017 · Cloud Native

Debugging .NET Core Applications in Docker with Visual Studio

This article explains how to set up a Docker‑based development and debugging environment for .NET Core applications using Visual Studio, covering installation of Docker for Windows, required extensions, Dockerfile and docker‑compose configuration, and step‑by‑step container debugging on Azure.

.NET CoreAzureContainerization
0 likes · 7 min read
Debugging .NET Core Applications in Docker with Visual Studio
DevOps
DevOps
Nov 17, 2016 · Mobile Development

Exploring Visual Studio for Mac: Installation, Features, and First Impressions

This article walks through the acquisition of Xamarin by Microsoft, the integration of Xamarin Studio into Visual Studio for Mac, provides step‑by‑step installation instructions, highlights the new project templates—including .NET Core and cross‑platform solutions—and shares early impressions of the IDE’s potential for mobile development.

.NET CoreCross-PlatformVisual Studio for Mac
0 likes · 4 min read
Exploring Visual Studio for Mac: Installation, Features, and First Impressions
DevOps
DevOps
Jul 10, 2016 · Cloud Native

Getting Started with Docker for .NET Core Development on Windows

This guide walks .NET developers through the history of .NET Core, explains why Docker is essential for modern development, and provides step‑by‑step instructions for installing Docker for Windows, configuring Visual Studio, creating a .NET Core web app, adding Docker support, and debugging the containerized application.

.NET CoreContainersDocker
0 likes · 13 min read
Getting Started with Docker for .NET Core Development on Windows