Skip to navigation Skip to content
Primary Menu
  • Home
  • About me

Anthony Giretti's .NET blog

Ain't no mountain high enough

  • Home
  • C#

Tag: C#

.NET Core ASP.NET CORE C# UNIT TESTS XUnit

How to unit test Internal classes in .NET Core applications?

anthonygiretti
2018-06-27

Introduction The creation of unit tests is an important step in ensuring the quality of a project. In general, most public methods are tested, but what if you want to test a non-public part of the project? Putting all classes…

Read More
ASP.NET CORE C# Web API

Streaming video asynchronously in ASP.NET Core 2 with Web API

anthonygiretti
2018-01-16

  Introduction No matter what kind of project you are working on, at some point you will find the need to stream videos in your website or mobile apps for many purposes. So, we will learn how we can live…

Read More
.NET Core C# InjectionDependency Simple Injector

Injection Dependency: Bring your own container in .NET Core Web API, example with Simple Injector

anthonygiretti
2018-01-14

Introduction of Simple Injector Simple Injector is an easy-to-use Dependency Injection (DI) library for .NET that supports .NET Core, Xamarin, Mono and Universal apps. Simple Injector is easily integrated with frameworks such as Web API, MVC, WCF, ASP.NET Core and…

Read More
.NET Core C# InjectionDependency

Injection Dependency: Bring your own container in .NET Core console App, example with Simple Injector

anthonygiretti
2018-01-13

Introduction of Simple Injector Simple Injector is an easy-to-use Dependency Injection (DI) library for .NET that supports .NET Core, Xamarin, Mono and Universal apps. Simple Injector is easily integrated with frameworks such as Web API, MVC, WCF, ASP.NET Core and…

Read More
.NET Core C# Entity Framework Core 2

Entity Framework Core 2 – Breaking changes and obsolescence

anthonygiretti
2018-01-12

  Entity Framework Core 2 was released on August 14th. It brought new features. On this article I will explain : Breaking changes and obsolete features The IDbContextFacfory<T> interface was replaced by IDesignTimeDbContextFactory<T>. This interface is required when you want to add new…

Read More
C# Entity Framework Core 2 SQL SERVER

Entity Framework Core 2 – Explicit compiled queries

anthonygiretti
2018-01-12

  Entity Framework Core 2 was released on August 14th. It brought new features. On this article I will explain one of them: Explicitly compiled queries Entity Framework Core included query caching since version 1, but there is still some…

Read More
.NET Core C# Entity Framework Core 2 InjectionDependency SQL SERVER

Entity Framework Core 2 – DbContext Pools

anthonygiretti
2018-01-12

  Entity Framework Core 2 was released on August 14th. It brought new features. On this article I will explain one of them: DbContext Pools Normally when a DbContext is injected somewhere by the dependency injection framework, a new instance…

Read More
.NET Core C# Entity Framework Core 2 SQL SERVER

Entity Framework Core 2 – Pluralization and Singularization

anthonygiretti
2018-01-12

  Entity Framework Core 2 was released on August 14th. It brought new features. On this article I will explain one of them : Pluralization and Singularization There is a new IPluralizer interface. It can be used to pluralize table names when…

Read More
.NET Core C# Entity Framework Core 2 SQL SERVER Table splitting

Entity Framework Core 2 – Table splitting

anthonygiretti
2018-01-11

  Entity Framework Core 2 was released on August 14th. It brought new features. On this article I will explain one of them : Table splitting Table carving looks like owned types, but it’s not the same thing. But an…

Read More
.NET Core C# Entity Framework Core 2 Owned types SQL SERVER

Entity Framework Core 2 – Owned types

anthonygiretti
2018-01-11

  Entity Framework Core 2 was released on August 14th. It brought new features. On this article I will explain one of them : Owned types They existed in previous versions of Entity Framework under the name of “complex types”…

Read More

Posts navigation

Older posts
Follow me!
Recent Posts
  • Writing cleaner Typed HttpClient using a custom DelegatingHandler
  • SignInNames available in Microsoft Graph
  • Simplified Options usage in ASP.NET Core 2+
  • Building a typed Httpclient with Refit in ASP.NET Core 3
  • ASP.NET Core 2+ best practices and practical tools for testing, part 2, Use cases
Archives
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • October 2017
  • July 2017
  • June 2017
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • May 2015
  • September 2014
  • August 2014
  • May 2014
Categories
  • .NET
  • .NET Core
  • Adal-Angular5
  • ADAL.JS
  • Angular
  • Angular 4
  • Angular 5
  • Angular 6
  • ASP.NET CORE
  • ASP.NET Core 2.1
  • ASP.NET Core 2.2
  • ASP.NET MVC
  • AutoMapper
  • Azure
  • Azure AD
  • C#
  • CI
  • CodeAnalysis
  • Dapper
  • DataTable
  • Documentation
  • Duck Casting
  • Entity Framework
  • Entity Framework Core
  • Entity Framework Core 2
  • FluentAssertions
  • FluentValidation
  • Function App
  • Google API
  • Google Charts
  • HTML 5
  • InjectionDependency
  • Integration tests
  • Javascript
  • JSON
  • JWT
  • Karma
  • Logging
  • Massive
  • Micro ORM
  • middleware
  • MiniProfiler
  • MSTest V2
  • NDepend
  • Newtonsoft
  • Non classé
  • NPoco
  • Open Id Connect
  • OrmLite
  • Owned types
  • Peta POCO
  • PhantomJS
  • PowerShell
  • Profiling
  • Scalar Function
  • Serilog
  • SignalR Core
  • Simple Injector
  • Simple.Data
  • SQL
  • SQL SERVER
  • SqlTable dependency
  • SSL
  • StyleCop
  • SVG
  • Table splitting
  • Test Server
  • TLS
  • TsLint
  • Typescript
  • Typescript
  • Underscore.js
  • UNIT TESTS
  • Visual Studio Code
  • Visual Studio Team Services
  • VSTS
  • Web API
  • Windows services
  • XUnit
Copyright © All rights reserved. Theme: Blog Elite by Themesaga