.NET Core 3.0, with a significant number of changes and improvements, was released on 23rd September 2019. The most important changes are discussed in this article.
Developer's Cafe
CodeProject feeder
.NET Core 3.0, with a significant number of changes and improvements, was released on 23rd September 2019. The most important changes are discussed in this article.
This article describes different ways of setting up generated (computed) columns in different versions of PostgreSQL.
This article walks you through the summary of most important new features. enhancements and breaking changes in PostgreSQL 12.
This article describes the new Stored Procedure feature in PostgreSQL 11.5 and shows you how it differs from Functions.
This post explains a neat way to check if your are running on open source PostgreSQL or AWS Aurora (PostgreSQL compatible)
This article describes a simple and elegant way to allow write access to ASP.NET apps to the App_Data folder. This is required for applications to work properly when deployed in AWS Beanstalk.
DbStudio is a Database access tool that enables you to connect to a wide variety of databases. It is designed…
This article introduces you to BrowserSelector, an open source app that acts like a bootstrap to associate urls to different browsers installed on your machine,
This article describes a simple and elegant way to allow write access to ASP.NET apps to the App_Data folder. This is required for applications to work properly when deployed in AWS Beanstalk.
Windows Phone 8.1 was released on 14th April 2014 and has significant new features and performance improvements. Despite the huge…
Introduction The stock DropDown control that comes with ASP.NET allows us to select only one item. To overcome this limitation,…
System.String is one of the few classes in the .NET Framework Base Class Library that is given special treatment by the CLR. …