When running Microsoft Network Load Balancing (NLB) configured in unicast mode, the Network traffic is directed to only one of the nodes.
Category: Coder
Reuse Collection types Issue
In VS 2008, there is a problem with reusing collection types when you configure a WCF service and wish to ‘Reuse types in all referenced assemblies’. If you want to pass collections around via your WCF service, a Visual Studio…
DBQuery Tool
The Tool ‘DBQuery’ fetches the Table Name, Column Name for any given Data. You may be knowing the Data entered or modified in a particular table, But it is difficult to query across all the tables to find that Data. So…
Custom Activities and Dependency Properties
This article gives the bullet points on Custom Activities and Dependency Properties.
Perspective of CRM
The primary goal of CRM is to build a single, integrated, corporate-wide view of the customer, enabling the company to maximize the customer’s experience. By integrating front- and back-office systems to include records of all customer contact, purchases, requests for…
Central Admin Browser Behaviour
In this article, we are going to see 2 behaviors to be noted while using SharePoint Central Administration in the Browsers.
Menu and Context Menu with RoutedCommand
The below article describes how to add Menu, Context Menu for WPF application. It also gives solution for the problem of RoutedCommand during execution.
Handling Sessions in Silverlight
In this article, we are going to see ‘How to handle Sessions in Silverlight’.
Service Debug Behavior
Occasionally we may be coming across this error and it can be very frustrating to pinpoint what the actual problem is. Debugging in Visual Studio does not always give helpful information either.
MOSS 2007 vs MOSS 2010
In this article, we are going to see technical preview on SharePoint 2010, MOSS 2007 vs MOSS 2010. Architectural difference, Limitations.
11004 – Silverlight 4 – Keep Rocking!
Silverlight 4 delivers a full suite of powerful capabilities to business application developers, bringing the best-of-breed .NET platform to browser-based experiences. Silverlight provides an ideal platform for developing and deploying modern business applications for both customer facing and staff-facing applications.…
11003 – WebClient – getting Config data thru LINQ
The most common things to make your application more dynamic is load content from an external source. The most common of which is an XML file or a XML-based file such as those from various RSS feeds. In this topic…