Using Config.Net for .NET Application Configurations
A while back I wrote an article detailing how to create custom configuration sections in the App.config file in .NET. This is by far the most...
A while back I wrote an article detailing how to create custom configuration sections in the App.config file in .NET. This is by far the most...
I have been working on an Outlook VSTO Plugin as part of a product that we are selling at As-tech. Often, when trying to build or publish the plugin, I...
When developing for Sage CRM, we have a choice of using ASP or .NET. In the spirit of writing code that is both reusable and readable we do almost all of our development for Sage CRM in .NET (Visual C# more specifically).
I have recently found myself using cursors for quite a few processing tasks in SQL Server such as data takeons and cleanups. While there are packages...
I recently was tasked with integrating some external DLL assemblies into Sage CRM. These external assemblies were generated by a Word plugin that lets you insert SQL fields directly into the Word document.
I recently started a new job as a Software Developer working on extending Sage software functionality. Much of this development is done in Visual C#. Through the projects I have been given, there have been a few concepts I have learnt that...
The power and extensibility of Visual Studio makes it my favourite IDE. While it originally only officially supported .NET languages, it has grown to support many different platforms including Node.js and Python.
Python is one of my favourite languages when it comes to producing a solution to some programming problem quickly and in a relatively neat manner. One of the tools that Python provides to help create neat solutions is Comprehensions, more specifically List and Dictionary Comprehensions.
I recently bought Pythonista for my iPad and iPhone in an attempt to code more often in my free time, even when I don’t have my computer on me.