.NET Developer and tech lead from Ireland!
Pinned Loading
-
Create schema and insert dummy data ...
Create schema and insert dummy data into Stack Overflow clone 1-- Create StackOverflow-like Database
2CREATE DATABASE StackOverflowClone
34GO
5 -
Apply global query filters automatic...
Apply global query filters automatically to all entities which implement an interface or have a particular property 12public static void ApplyGlobalFilters<TInterface>(this ModelBuilder modelBuilder,
3Expression<Func<TInterface,
4bool>> expression)
5{
-
.NET 8 simple string concatenation b...
.NET 8 simple string concatenation benchmarks 1using BenchmarkDotNet.Attributes;
2using BenchmarkDotNet.Columns;
3using BenchmarkDotNet.Configs;
4using BenchmarkDotNet.Jobs;
5using BenchmarkDotNet.Reports;
-
Simple example of integrating with C...
Simple example of integrating with ChatGPT API from .NET 1using Microsoft.Extensions.Configuration;
2using Microsoft.Extensions.Logging;
3using System.Text;
4using System.Text.Json;
5 -
Example of using .NET 8 IExceptionHa...
Example of using .NET 8 IExceptionHandler to return 7807 ProblemDetails compliant response to client 1using Microsoft.AspNetCore.Diagnostics;
2using Microsoft.AspNetCore.Mvc;
3using System.Net;
45namespace Samples;
-
.NET 8 FrozenDictionary v other Dict...
.NET 8 FrozenDictionary v other Dictionary type benchmarks 1using System.Collections.Generic;
2using System;
3using BenchmarkDotNet.Attributes;
4using BenchmarkDotNet.Columns;
5using BenchmarkDotNet.Configs;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.