Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Technical   (RSS)

Speeding up your CCF Workflow

CCF Workflows takes several seconds to start for the first time. This is to do with the fundamental .Net feature called JIT. When you first launch the workflow, CCF creates the workflow engine for the first time and starts the engine before working on
Posted by Sidhartha | 1 Comments
Filed under: ,

Adding CCF Agents Programmatically

One of the most annoying features for admins with managing CCF is adding Agents. Updating/Deleting are less annoying as they are not in bulk most of the times. Even manually adding Agents using CCF Admin Console is not productive when adding more than
Posted by Sidhartha | 2 Comments
Filed under: ,

Reason behind AdapterContextChange()'s failure

I know very few people are working in CCF currently. But here is an undocumented life saver. The Context that is passed in the NotifyContextChange event is a reference to the object and not a value. Most of you might already know this as it is a reference
Posted by Sidhartha | 1 Comments
Filed under: ,

Method Overloading in WCF

WCF solves so many complex problems of the distributing computing, yet when it comes to simple things like overloading it fumbles. This is not what I say, but what I heard from some developers at my customer's site. So, I thought how can such a small
Posted by Sidhartha | 7 Comments
Filed under: ,

Getting away with client Config in WCF

Introduction This weblog provides a solution to one of the most common problem faced by developers while developing their projects involving WCF Services using Visual Studio. Background To give you a little background on what this is all about… when you
Posted by Sidhartha | 1 Comments
Filed under: ,

Attachment(s): Downloads.zip

Using user roles with InfoPath 2003

Lab 7 of the InfoPath labs discuss about the using user roles with InfoPath. This is one of the most useful features in InfoPath. You can do anything with this based on the role. For example, the admin user can be shown some admin views which are not
Posted by Sidhartha | 0 Comments
Filed under:

Dynamically Hide/Disable controls in InfoPath 2003

Working on InfoPath form is an easy affair as long as, developers use it for the sole purpose of its creation (Creating a simple forms to capture data and publish them to a server for sharing). The moment this rule is broken, the increase in the complexity
Posted by Sidhartha | 1 Comments
Filed under:

Attachment(s): DynamicallyHide.zip

Open and copy contents from one form to another in InfoPath 2003

Open and copy contents from one form to another in InfoPath 2003
Posted by Sidhartha | 1 Comments
Filed under:

Attachment(s): OpenNewForm.zip

Using configuration file with InfoPath 2003

If you are working with InfoPath 2003, sooner or later you’ll encounter situations requiring you to obtain information from a config file. If you are using Visual Studio 2003 you can add a config file to the project, but reading from that file is not
Posted by Sidhartha | 0 Comments
Filed under:

Attachment(s): UsingConfig.zip
 
Page view tracker