Field Notes Of An Enterprise Software Consultant
Knowledge is POWER
A typical FAST ESP solution has multiple collections. For example, there might be a collection for...
Date: 09/24/2010
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */...
Date: 12/04/2008
We are happy to announce the release of the DLR Project in Codeplex. This beta of the v0.9 of the...
Date: 11/26/2008
The recent beta release of the DLR allows the usage of LINQ and other CSharp 3.0 features in an...
Date: 09/19/2008
DLR Hosting API : How to create a ScriptRuntime object without using App.Config files using language specific hosting API
This previous post demonstrates the use of App.Config files to create script runtimes to host...
Date: 09/14/2008
Due to the recent changes to the DLR Hosting API, dlr hosts now have to use the App.Config file to...
Date: 09/11/2008
DLR Hosting API : latest version of the spec is available online (includes changes to runtime initialization)
The latest version of the Hosting API spec is available here. The most recent source code drop to...
Date: 09/07/2008
DLR Hosting API : How to create ScriptScopes using backing symbol dictionaries to implement dynamic variable lookup
The factory methods used to create a ScriptScope object have overloads that take a...
Date: 08/15/2008
ScriptScope is one of the key types available in the DLR Hosting API. They act as a context in which...
Date: 08/06/2008
IronPython 2.0 Beta 4 has been released here. Since the DLR and Hosting API components ship with...
Date: 08/06/2008
Normal 0 false false false EN-US ZH-TW X-NONE MicrosoftInternetExplorer4 /* Style Definitions */...
Date: 07/28/2008
The DLR Hosting API lets the hosted script instantiate objects of types defined in the hosting C# /...
Date: 07/23/2008
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */...
Date: 07/22/2008
The DLR Hosting API offers a well defined interface for managed applications to host and utilize the...
Date: 07/17/2008
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */...
Date: 07/12/2008
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */...
Date: 07/08/2008
Like I wrote in my previous post, the Hosting API lets you do some very interesting and powerful...
Date: 06/30/2008
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */...
Date: 06/24/2008
Here is the announcement from Soma. This provides a good backdrop for me to update my personal...
Date: 04/20/2007
The long wait is over. the Visual Studio.Net 2003 is available in microsoft.com. Use this link to...
Date: 08/17/2006
The number of blogs in MSDN (at the time of writing this entry) is 3146. It's pretty safe to assume...
Date: 08/14/2006
1>stdafx.obj : error LNK2019: unresolved external symbol "void * __cdecl operator new[](unsigned...
Date: 08/08/2006
I bought a Sony Ericsson W550i 2 months back. Its a great phone and gives excellent value for its...
Date: 08/03/2006
I feel sad that Robert scoble is moving out of MSFT. Ironically the news came exactly on the day I...
Date: 06/14/2006
WinFX will hence be called .NET Framework 3.0. Read more about this at Soma's blog and find answers...
Date: 06/09/2006
I had earlier blogged about not being able to develop applications for .NET Framework 1.1 using...
Date: 06/09/2006
I've been with the Developer Support group in PSS for about 18 months now. These have probably been...
Date: 06/08/2006
Trying to convert a value to an integer using the Parse function might throw a...
Date: 03/09/2006
With the release of .Net 2.0 and VS.NET 2005 there are lot of questions on compatibility and...
Date: 02/24/2006
Q) How to auto-increment the build number of the ‘AssemblyVersion’ in a managed application? A)...
Date: 12/20/2005
Visual Studio 2005 installs merge modules during its installation in the 'C:\Program Files\Common...
Date: 11/04/2005
Consider the following piece of C# code running in .NET framework 2.0 static void Main(string[]...
Date: 11/02/2005
With the launch of VS2005 on November 7th 2005, distribution of VC++ 64bit SDK for VS2003 will be...
Date: 11/02/2005
I ran in to this couple of days back.Visual Studio 2005 threw up the following error message when i...
Date: 10/30/2005
Here’s a problem CoolSoft Inc faced when migrating CoolApp - their flagship product.CoolApp is an...
Date: 10/21/2005
- What are custom attributes? Attributes are instances of a Type. Attributes are just like any...
Date: 10/19/2005