• Home
  • All Posts
  • Tags
  • About
  • Atom feed
SUN Jiangong

ASPNET

How to download an Excel file from ASP.NET Web API in Angular application? October 26, 2020 1 minute read
How to update ASP.NET Page's .designer.cs file in visual studio March 7, 2012 1 minute read

Algorithm

How to traverse binary tree by breadth (Part II) ? August 2, 2013 1 minute read
Shell sort July 26, 2013 1 minute read
Shell sort July 26, 2013 less than 1 minute read

Angular

How to upload and download file in Angular 5+ and .net core November 11, 2021 3 minute read
How to download an Excel file from ASP.NET Web API in Angular application? October 26, 2020 1 minute read
Some useful resources in developing websites with Angular March 19, 2020 1 minute read

Architecture

Multi-layer project architecture February 8, 2015 2 minute read

Azure

How to monitor azure event hub events in real-time? December 13, 2022 1 minute read
How to maintain legacy applications? April 16, 2022 less than 1 minute read
What are Azure TenantId, ClientId (Application Id) and ObjectId? March 10, 2022 2 minute read

Benchmark

How to make benchmark with BenchmarkDotNet? January 22, 2020 2 minute read

CORS

How to resolve CORS AllowAnyOrigin and AllowCredentials conflict in ASPNET CORE Web API May 28, 2020 less than 1 minute read

CSharp

Microsoft .NET challenge France 2022 final April 4, 2023 2 minute read
Microsoft .NET challenge France 2020 final December 7, 2021 3 minute read
How to create integration tests with Entity Framework (EF) core? November 16, 2021 2 minute read

Certification

Microsoft 70-486 Certification November 26, 2019 1 minute read

ConfigurationTransform

How to transform web config or app config by environment in visual studio June 12, 2020 1 minute read

Craftsmanship

What are most used abbreviations by CSharp developers? January 20, 2020 1 minute read
Microsoft Techdays 2015 - Etat de lieux JavaScript February 16, 2015 3 minute read
Software Craftsmanship - Software Development Pinciples July 5, 2013 2 minute read

DOM

Some notes about DOM (Document Object Model) January 3, 2010 3 minute read

DesignPatterns

Introduction to dependency injection with unity container February 16, 2015 1 minute read
Design patterns Introduction to configuration wrapper February 8, 2015 1 minute read
Design Patterns VI Simple Factory, Factory Method, Abstract Factory January 4, 2014 6 minute read

DevOps

How to transform web config or app config by environment in visual studio June 12, 2020 1 minute read

DotNet

Microsoft .NET challenge France 2022 final April 4, 2023 2 minute read
Microsoft .NET challenge France 2020 final December 7, 2021 3 minute read
How to create unit tests on internal methods and protected methods in .net core? May 26, 2021 1 minute read

DotNetCore

How to create unit tests on internal methods and protected methods in .net core? May 26, 2021 1 minute read

EntityFramework

How to create integration tests with Entity Framework (EF) core? November 16, 2021 2 minute read
How to do Code-First approach with Entity Framework Core and SQL LocalDB March 30, 2020 4 minute read
SqlLocalDb Versions - Windows API call RegGetValueW returned error code March 28, 2020 less than 1 minute read

EntityFrameworkCore

How to create integration tests with Entity Framework (EF) core? November 16, 2021 2 minute read
How to do Code-First approach with Entity Framework Core and SQL LocalDB March 30, 2020 4 minute read

Excel

Which library to generate Excel in C#? OpenXmlSdk or ClosedXml? October 5, 2020 9 minute read

Finance

What is Inter-Bank Offered Rate January 16, 2020 2 minute read

FullText

MS SQL server full-text index reserved words June 12, 2021 6 minute read

GithubPages

How to deploy react app to GitHub pages September 21, 2020 2 minute read

IBOR

What is Inter-Bank Offered Rate January 16, 2020 2 minute read

IIS

WCF service failed to start due to IIS server configuration February 20, 2014 1 minute read
ASP.NET page lifecycle in IIS September 4, 2013 1 minute read
IIS configuration with support of multiple domain urls November 8, 2011 2 minute read

Index

MS SQL server full-text index reserved words June 12, 2021 6 minute read

Jekyll

How to configure Jekyll on Windows? March 1, 2020 7 minute read

LINQ

Deferred execution in LINQ September 9, 2013 1 minute read

MsBuild

How to transform web config or app config by environment in visual studio June 12, 2020 1 minute read

Performance

SQL Server data reader reading data performance test August 13, 2014 2 minute read

Powershell

How to launch Powershell script in CSharp? April 24, 2015 4 minute read

Profiler

How to make benchmark with BenchmarkDotNet? January 22, 2020 2 minute read
What is CLR profiler? January 18, 2020 1 minute read
.NET Profiling tools January 17, 2020 1 minute read

REST

REST API Design - What is OpenAPI-compliant API? May 1, 2020 10 minute read
REST API Design - Richardson Maturity Model April 21, 2020 2 minute read

React

How to deploy react app to GitHub pages September 21, 2020 2 minute read

ReactJS

types/uuid - Uncaught TypeError Object(...) is not a function December 30, 2021 less than 1 minute read
Which tools you need to develop web applications in ReactJS? December 29, 2021 1 minute read

SQL

An optimized version of function sys.fn_cdc_is_bit_set December 8, 2021 less than 1 minute read

SharePoint

SharePoint solution and feature management with powershell July 26, 2013 1 minute read
Introduction to SharePoint hierarchy July 26, 2013 less than 1 minute read

SqlServer

An optimized version of function sys.fn_cdc_is_bit_set December 8, 2021 less than 1 minute read
MS SQL server full-text index reserved words June 12, 2021 6 minute read
How to do Code-First approach with Entity Framework Core and SQL LocalDB March 30, 2020 4 minute read

TFS

How to move project in TFS without losing changesets March 10, 2015 1 minute read
How to solve slow TFS response problem in Visual Studio? January 16, 2015 less than 1 minute read
How to unshelve a shelveset into another branch with TFS? May 21, 2014 1 minute read

TechEvents

Microsoft .NET challenge France 2022 final April 4, 2023 2 minute read
Microsoft .NET challenge France 2020 final December 7, 2021 3 minute read
Microsoft Techdays 2015 Paris February 15, 2015 less than 1 minute read

UnitTest

How to create unit tests on internal methods and protected methods in .net core? May 26, 2021 1 minute read
Unit tests best practices August 12, 2014 less than 1 minute read

VisualStudio

How to transform web config or app config by environment in visual studio June 12, 2020 1 minute read
How to install Visual Studio Extensions in Command Line? January 23, 2020 1 minute read
How to solve one or more projects in the solution were not loaded correctly error in visual studio? February 4, 2015 1 minute read

WCF

What is the difference between ASMX, WCF, and ASP.NET Web API? February 16, 2020 13 minute read
WCF service failed to start due to IIS server configuration February 20, 2014 1 minute read
How to create proxy to consume WCF service ? October 10, 2013 1 minute read

WPF

Conditional binding with trigger in WPF February 25, 2015 less than 1 minute read

WebApi

How to change ASP NET MVC Web API output to camelCase June 8, 2020 less than 1 minute read
REST API Design - What is OpenAPI-compliant API? May 1, 2020 10 minute read
REST API Design - Richardson Maturity Model April 21, 2020 2 minute read

WebService

What is the difference between ASMX, WCF, and ASP.NET Web API? February 16, 2020 13 minute read

Windows

How to solve 'The installation source for this product is not available' error? January 6, 2015 1 minute read
How to solve 'You have been logged on with a temporary profile error' in Windows? October 21, 2014 1 minute read
How to disable Control + Space toggle key for switching to Chinese language ? August 13, 2013 1 minute read
  • ASPNET (2)
  • Algorithm (4)
  • Angular (3)
  • Architecture (1)
  • Azure (3)
  • Benchmark (1)
  • CORS (1)
  • CSharp (16)
  • Certification (1)
  • ConfigurationTransform (1)
  • Craftsmanship (7)
  • DOM (1)
  • DesignPatterns (9)
  • DevOps (1)
  • DotNet (9)
  • DotNetCore (1)
  • EntityFramework (3)
  • EntityFrameworkCore (2)
  • Excel (1)
  • Finance (1)
  • FullText (1)
  • GithubPages (1)
  • IBOR (1)
  • IIS (3)
  • Index (1)
  • Jekyll (1)
  • LINQ (1)
  • MsBuild (1)
  • Performance (1)
  • Powershell (1)
  • Profiler (4)
  • REST (2)
  • React (1)
  • ReactJS (2)
  • SQL (1)
  • SharePoint (2)
  • SqlServer (13)
  • TFS (3)
  • TechEvents (8)
  • UnitTest (2)
  • VisualStudio (8)
  • WCF (4)
  • WPF (1)
  • WebApi (4)
  • WebService (1)
  • Windows (4)

    2024 © SUN Jiangong

    Posts
    Tags
    About