My Posts
Jan 17, 2024
I'll be detailing the construction of my 3-node Kubernetes cluster on older hardware within my home lab
Oct 3, 2020
A chess program written in win form net core 3.1 with AI
Dec 30, 2019
Some simple code to start using the ExpandoObject class
May 11, 2019
Configuration in .NET Core 2.2 Console App using HostBuilder
Mar 23, 2019
Configuration in .NET Core 1.0 Console App using appsettings.json
Jan 5, 2019
how to use the SQL Server cache implementation to store sessions in SQL server in a distributed environment
Sep 15, 2018
a way to handle controller-level errors
Aug 25, 2018
Encrypt Connection Strings section of the web.config
Jul 14, 2018
MVC ActionFilters and ActionFilterAttribute
Nov 14, 2017
My first test with razor pages and Entity Framework core as an In-Memory Database
Nov 5, 2017
A simple guide on how to install everything locally to get familiar with continuos integration
Jul 13, 2017
A simple example of sending multiple requests (in parallel) to a web service, using WCF client and Task class
Jun 5, 2017
Add wsse security header to soap request in WCF injecting the wsse security header in the soap request before it gets submitted
May 20, 2017
This is my implementation of the observer design pattern using C#
May 20, 2017
How to generate datatable from generic list in C# using reflection and extension methods..and vice versa
May 13, 2017
I wanted to write a reminder for myself on things to do in order to troubleshoot sql server performance issues...
May 1, 2017
I wanted to do some tests to check and monitor when SPs get recompiled, using sql_statement_recompile event..
Apr 25, 2017
SoapUI provides a feature to create mock services. Suppose you have to integrate your application with a third party service based on a WSDL. Maybe, for some reasons, you don’t want to call the real service, or the real service is still under development...