CSS Step by step guide example

Leave a Comment
Ever wanted to create a simple step by step guide with CSS? Here is a simple pure HTM and CSS code that will help you achieve that.  This is how the output will look like  The HTML/ CSS file This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that...

How to Create a SQL CLR C# project

5 comments
In a previous post I showed you how to make HTTP requests from an SQL server Trigger and post data successfully to an API in some cloud server.In this post am going to show you an alternative way to do the same using SQLCLR (SQL Common Language Runtime) which is a technology for hosting of the Microsoft .NET common language runtime within SQL Server. In this post we are going to create a stored procedure that can be invoked by...