Tagged articles
Image from Pexels

Tagged articles - Microsoft

Found 4 articles tagged with Microsoft

Installing same Windows service under a different name
How to install same Windows service with different name on the same host
0
Microsoft .NET framework comes with a really good support for Windows services. Regarding the project itself, Visual Studio IDE comes with build in project template for Windows service. .NET framework itself comes with a built in tool installutil for deploying the Windows Service project...read more
MSMQ JSON message formatter
Use JSON to serialize and deserialize message queue messages
0
Storing objects in the message queue (MSMQ) is based on the serialization of the object instance using some of the serializes, basically any class the implements IMessageFormatter. Most commonly used ones are BinaryMessageFormatter and XmlMessageFormatter. I prefer XmlMessageFormatter over BinaryMessageFormatter, mostly because messages are stored in a readable format inside the queue, so in case something goes wrong you can direly check the content of the message using built Computer Management MMC (Microsoft management console) in the. ...read more
Dealing with duplicate rows in SQL Server
Finding and cleaning up duplicate rows in SQL Server tables
0
In case your data in tables needs to have unique constraint based on more than one value in the row, the proper solution for that would be a composite key. ...read more
Microsoft Live Writer & Umbraco
Using Live Writer to produce website content in Umbraco
0
I was always vondering what is Content Channel tab in uses properties section used for. What ever I set in that tab for my admin user, nothing happends...read more

.NET

read more

JavaScript

read more

SQL/T-SQL

read more

Umbraco CMS

read more