
-
Deploying ASP.NET MVC on IIS6
Although ASP.NET MVC3 can be deployed on a machine running Windows Server 2003 and Internet Information Services 6 (IIS6), the practice isn’t recommended and hosting multiple MVC3 web applications can be a painful business. If you are committed to this approach though, here are some instructions to configure IIS6 so that you can deploy a…
-
Resolving Windows API Error Codes to Messages
Whenever you are working with the Windows API, there is a better than average chance that you’ll have to deal with a Windows API Error Code. Within your code it is useful to be able to resolve this value to a more meaningful error message and, fortunately, the Windows API includes functionality to do just…
-
SharePoint Development – Hints and Tips
A collection of hints and tips to make life working on development projects with SharePoint integrations a little easier.
-
Word Automation Services in SharePoint 2010
Until Office 2007, Microsoft hadn’t offered any reliable Office suite automation capabilities with the exception of client-side mail merge. This often meant companies/developers had to hand-craft Word documents at byte level, or invest in costly commercial products that did so for them. With Office 2007, Microsoft’s introduced Open XML document formats and an OpenXML SDK…
-
Web Development Cheat-Sheet
This is my web development cheat-sheet to make things easier when creating new web pages, etc. It should be considered a living document but the publish date will be kept as specified in its first edition so it doesn’t regularly top the articles list.
-
Working With CSV Files in .NET
There will be a point when you need to import data from a CSV (comma-separated values) file, and you’ll realise what should be a straightforward process can become overcomplicated. Part of the reason for this is likely to be that you don’t fully understand the CSV format, because you are just blindly delimiting on any…
-
A Better Class of .NET FTP Client
The .NET Framework includes some FTP capabilities within the System.Net namespace. My experience using those classes has been mixed to say the least, and after struggling to get solutions to work reliably I decided to write my own client class instead.
-
Programming System-Wide Hot Keys For Your Application
In Windows, system-wide hot-keys provide a means to trigger functionality within an application regardless of which program is currently in focus. This allows you to develop applications that run from the system tray, etc. and can be displayed or perform some function (like screen capture) without the user having to click on them first.
-
Querying Active Directory
The .NET Framework includes Active Directory (AD) interaction classes out-of-the-box, and this article provides some guidance on using those classes to interrogate your Domain Controller.
.NET .NET Tutorials AAD ASCII ASP.NET MVC Azure Azure Active Directory Bootstrap CAML Communications CSS Databases Error Handling Gulp Hints and Tips IIS IT Security Jasmine JavaScript jQuery JSX Microsoft 365 Microsoft Graph API NPM OData PowerShell ReactJS Serialisation Servers SharePoint SharePoint Add-ins SharePoint Online TypeScript ULS Logs Unit Testing User Profiles VB Script WCF Web Development WF4 Windows Development Windows Presentation Foundation Windows Workflow WPF XML