C# Abstract Vs Interface Vs Class An abstract class allows you to create functionality that subclasses can implement or override. An interface only allows you to define functionality, not implement…Continue readingC# Abstract Vs Interface Vs Class
C# PointBetween In this section were going to finish the PointBetween class and create Unit Tests for it. Let’ start of by defining a new Interface and Class for PointBetween.…Continue readingC# PointBetween
C# PointByCoordinates In this section were going to finish the PointByCoordinates class and create Unit Tests for it. Let’ start of with some changes to the Abstract Classes, Base Classes,…Continue readingC# PointByCoordinates
VBScriptSend XML Data to a Web Service I use this from within a CAD application to send XML data to an Amazon Web Services APIGateway which, calls a Lambda microservice…Continue readingVBScript Send XML Data to a Web Service
C# Geometry Engine Base Classes Just a quick side note, I’m not a classically trained developer, so there maybe some mistakes in here, so be kind, and hopefully I can…Continue readingC# Geometry Engine Base Class
In C#, properties are nothing but a natural extension of data fields. They are usually known as ‘smart fields’ in C# community. We know that data encapsulation and hiding are…Continue readingC# Property's
That's awesome, thanks for sharing
This is just what i was looking for