background preloader

Software Development

Facebook Twitter

How to Clean Up Your Messy Windows Context Menu. If you’ve ever found yourself right-clicking on something and wondering where all that junk came from, you’re not alone.

How to Clean Up Your Messy Windows Context Menu

Want to get rid of the cruft you don’t use, and add some actually useful items to the context menu? You can. Windows includes a bunch of options in that context menu by default, and that list grows as you install more apps. It sometimes seems like every app is fighting for a piece of your context menu and most of us don’t even use half of them. Converting your file. R Programming. Walkthrough: Creating a Windows Service Application in the Component Designer.

The procedures in this topic demonstrate creating a simple Windows Service application that writes messages to an event log.

Walkthrough: Creating a Windows Service Application in the Component Designer

The basic steps that you perform to create and use your service include the following: To begin, you create the project and set values that are required for the service to function correctly. To create and configure your service. Building a Basic .NET Framework Remoting Application. This topic is specific to a legacy technology that is retained for backward compatibility with existing applications and is not recommended for new development.

Building a Basic .NET Framework Remoting Application

Distributed applications should now be developed using the Windows Communication Foundation (WCF). Building an application that uses .NET Framework remoting to communicate across application domain boundaries is very straightforward. You must have an implementation of a remotable type, a listening or host application domain, a client or calling application domain, and you must configure the remoting system in each application domain to use remote activation for the remotable type. Getting started with developing for Windows Phone. April 01, 2014 Applies to: Windows Phone 8 and Windows Phone Silverlight 8.1 | Windows Phone OS 7.1 Start developing Windows Phone apps with this step-by-step guide.

Getting started with developing for Windows Phone

Get the tools you need, build your first app, and test it on your own phone. C# - Programmatically install VSTO add-ins. Deploying a Visual Studio 2010 Tools for Office Solution Using Windows Installer. Techniques for Automating Obfuscation. The rich Microsoft intermediate language (MSIL) of the .NET Framework is focused on application flexibility and inherently provides significant information about how an application was written.

Techniques for Automating Obfuscation

Obfuscation technology helps to secure the intellectual property contained in .NET Framework applications. Obfuscation tools rename symbols and rearrange code blocks to complicate decompiling. They also might encrypt strings that contain sensitive data. These tools also determine exactly which parts of your program you're really using (down to the method level).

From there, the tools can parse out unneeded pieces, leaving you with the smallest possible executable. Useful Cheat Code in Mapping (Storing a Repeating Record in an Array) « BizTalk Server Tutorial. This is another useful cheat code which will be very helpful in EDI mapping.

Useful Cheat Code in Mapping (Storing a Repeating Record in an Array) « BizTalk Server Tutorial

This post will help you how to store a value in a Repeating Record into an Array. Problem: Image, you have an Employees schema, and input message which has multiple Employee Records: From the above input message, assume you should get the Employee message who is taking the highest Salary. How to read the 64 bit registry from a 32 bit application or vice versa. Gratis Fjerntilslutning og Deling af fjernskrivebord over internettet. Dean Hume - Object Caching - .NET 4. As a developer, we need to use all the tools at our disposal to develop faster and more robust applications. One of the ways we can achieve this is by using caching. Caching is the process of storing frequently used data on the server to fulfil subsequent requests.

Now there are a few different types of caching available to the .NET developer, but in this article I am going to discuss data caching using the object cache. The cache object enables you to store everything from simple name / value pairs to more complex objects such as datasets and entire pages. Guide: Sådan får du styr på verdens bedste medieafspiller. Using WMI to manipulate services (Install, Uninstall, Start, Pause etc…) Introduction Recently, I was asked to assemble a class which will handle many of the Windows services operations.

Using WMI to manipulate services (Install, Uninstall, Start, Pause etc…)

After hours of going through Google, trying to find some help, all I got was some very complicated APIs, writing their declarations alone was so tedious that I left that solution immediately. Another solutions was to use the Visual Studio Setup and Deployment Wizard (which is very wasteful), or to use the InstallUtil (supplied with the .NET framework), or sc.exe (which is nice, but still external).

Start icons.

Database

XML / XPath Query Examples. The object model shown here is for the COM xml parser.

XML / XPath Query Examples

If you are using .NET's XmlDocument or XPathNavigator class instead of MSXML2.DOMDocument.4.0, the query syntax is the same. In fact, much of the object model is the same. example "xml" string equals the following: <? The R Project for Statistical Computing. Change IP address and DNS servers using the Command Prompt. Changing TCP/IP settings using the GUI property is very easy and simple.

Change IP address and DNS servers using the Command Prompt

But what about if you want to have more fun doing it, and change the IP and DNS properties using the windows command prompt?

MVC3

WPF. BizTalk. Web. SQL. Loading MS SQL Database With CSV Data. Wcf. Creating A Global Error Handler In WCF. One of the key things in any application is to have an exception handler that logs any unhandled exception so that the application can be debugged in the future.

Creating A Global Error Handler In WCF

In many applications I see this done by wrapping every external method in a try / catch block. C# - How do I prevent a WCF service from enter a faulted state. System.ServiceModel.FaultException`1 was unhandled by user code « Microsoft Surface & .Net. Continuousintegration.