csharp


post-831-thumbnail
Zen And Functional C#

Writing functional programming can induce a Zen like experience. With clean, short blocks of code tha...

Converting C# To Vb.Net - Need Some Help

using System; using System.Collections.Generic; namespace PreHOPL { static class Program {...

How To Import Data From Sql Server To Excel Table In C#

Microsoft Excel is known for storing, analyzing, and visualizing data. Databases are great for stor...

post-659-thumbnail
.Net Conf

.NET Conf is a FREE, 3-day virtual developer event co-organized by the .NET community and Microsoft. This year .NET Core 3.0 will launch at .NET Conf 2019! Come celebrate and learn about the new release. You won't want to miss this one.

Learning A New Programming Language (Go Language As An Example)

Summary This post explains why and how I learned the Go language. Hopefully this will help...

post-331-thumbnail
Versioning Asp.Net Core Apis With Swashbuckle - Making Space Potatoes V-X.X.X

Updated Path Versioning Post Here Creating a new API with ASP.NET Core is fun and easy; versioning t...

post-178-thumbnail
Have You Tried Ml.Net?

ML.NET is an open source and cross-platform machine learning framework made for .NET developers. ML...

post-167-thumbnail
Creating Custom Middleware In Asp.Net Core (Part 1)

Original post: https://austincooper.dev/2019/08/25/creating-custom-middleware-in-.net-core/...

post-158-thumbnail
Benchmarking And Exploring C#'S Dynamic Keyword

Today I wanted to explore and benchmark a C# feature that I've never used before, the dynamic type....

Kentico 12: Design Patterns Part 12 - Database Query Caching Patterns

Learn how to apply caching to database queries across your code base using a testable, and type-safe design.

Database Domain Driven Design

Are databases dead? I mean relational databases. I happen to be a highly experienced SQL S...