net

Posts tagged with net
Bookmark and Share
Thread synchronization in .NET
This content has not been rated yet. 
This is a short intorduction to thread synchronization in .NET. It covers some basic techniques that you may be already familiar with, but also explains how to deal with scenarios when you need to cross process boundaries. We also visit some of the issues that may arise with synchronization.
Bookmark and Share
This content has not been rated yet. 
I was in a situation where I needed to find the public key token of a file I had. A simple enough task you might say, but is it? Find out how to programatically extract the token without using the .NET framework SDK.
Bookmark and Share
High hopes for Visual Studio 2011
Rated 5.00, 3 vote(s). 
It’s a well known story: Friday afternoon, I’m trying to catch a deadline and my VS 2010 starts to mishbehave. So I started wondering if things will work better in Visual Studio 2011. Let’s take a look at the problems we had and how VS 2011 addresses them.
Bookmark and Share
MonoX architecture explained - the UI
This content has not been rated yet. 
MonoX includes a lot of functionality out-of-the box: blogs , discussion boards, other social networking and mobile content management features and many more. But when it comes to customization, where do you start and what can you customize? Let us dig into the MonoX architecture to find out more.
Bookmark and Share
Upgrading to new MonoX version
Rated 5.00, 1 vote(s). 
Upgrading an existing MonoX site to the new version can sometimes be a complex task as there are many areas that may been changed or customized between versions. This article presents a handy step-by-step tutorial you can use to upgrade your old site/application to the newest version of MonoX.
Bookmark and Share
Support for ASP.NET 4.0 in MonoX
This content has not been rated yet. 
The newest version of MonoX (3.2.1766.35 and above) fully supports .NET framework 4.0. 

MonoX has a preconfigured web.config for .NET 4.0 that needs to be used when you are installing MonoX on the .NET 4.0 platform. It is recommended to use this web.config before you start the MonoX installation. Note that you need to give the worker process account a write permission on the web.config to automatically setup the web application, otherwise you need to do it manually.

If you are upgrading an existing MonoX based Web application please sync the web.config files, copy the .NET 4.0 enabled web.config to the application root and then change the '<add key="InstallationDone" value="false"/>' to '<add key="InstallationDone" value="true"/>'.

The web.config file can be obtained from the following location in the installation package: "MonoX/Samples/Solution/web4.0.config".