Sign In
The dot before the Net
Of all the systems interconnected with .Net
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.Net
.Net 3.0
AJAX
ASP.Net
Backup Jobs
Biztalk
CCF
Commerce Server
CSF
Disaster Recovery
Domain Specific:Telecom
ESB
FILE Adapter
IE8
Live
MS News
Others
Pages
Personal
Speech Server
SSO
Technical
Vista
Workflow
Monthly Archives
Archives
January 2012
(1)
November 2011
(1)
August 2010
(1)
April 2010
(1)
June 2009
(3)
February 2009
(2)
January 2009
(2)
August 2008
(1)
November 2007
(1)
September 2007
(1)
August 2007
(1)
March 2007
(1)
February 2007
(2)
January 2007
(3)
December 2006
(5)
November 2006
(5)
October 2006
(5)
September 2006
(9)
August 2006
(9)
July 2006
(8)
June 2006
(11)
May 2006
(9)
April 2006
(1)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The dot before the Net
Auto-Start your ASP.Net apps
Posted
14 days ago
by
Sanket B
0
Comments
Moving to the .net paradigm a decade ago, the JIT compiler has always been a nasty part of most of us developing the ASP.Net applications. I cannot recollect how many times I have wished that I was able to provide exactly the same experience to the first...
The dot before the Net
Availability, Scalability and DR for BizTalk Server
Posted
3 months ago
by
Sanket B
0
Comments
Recently, I had to talk to a customer of mine explaining setting up of optimal BizTalk infrastructure. It was almost a 101 conversation regarding BizTalk Availability, Scalability and Disaster Recovery. That's when I realized that there is not really...
The dot before the Net
Hotfix for assembly reference issues with BizTalk Projects in Visual Studio 2009
Posted
over 2 years ago
by
Sanket B
1
Comments
When working with a BizTalk solution, I ran into these issues a lot of times. The orchestrations in the referenced BizTalk project may show compiler warnings. The changes that are made to the referenced BizTalk project are not propagated on to the...
The dot before the Net
ESB Toolkit 2.0 – Unable to add new itinerary
Posted
over 2 years ago
by
Sanket B
2
Comments
So here is what happened. On a 64 bit Windows 2008 server, I got the required BizTalk & Visual Studio components installed and configured along with ESB pre-requisites. Once done with the ESB Toolkit configuration, I started with creating a sample...
The dot before the Net
Quick Tips: DTA DB Purge without Archiving
Posted
over 3 years ago
by
Sanket B
5
Comments
BizTalk provides an out of the box job that can be configured to archive and purge BizTalk databases. But sometimes you might be in a situation where archival not necessary and you might as well save that time and simply purge the tracking data. If...
The dot before the Net
Required NTFS permissions for BizTalk File Adapter connecting to network share
Posted
over 3 years ago
by
Sanket B
4
Comments
When connecting to a network file share using BizTalk File adapter, you might've noticed that just specifying "Modify" rights is not sufficient. In simple configuration terms, you would need to have a minimum of "Full Control" or the BizTalk Host Service...
The dot before the Net
Trouble setting the BizTalk Backup Job?
Posted
over 3 years ago
by
Sanket B
3
Comments
Recently, I faced some of the issues below when configuring BizTalk Disaster Recovery at one of my customers. The BizTalk solution was implemented on HyperV and since earlier clustering was not supported for SQL 2005 (BTW, it is supported now), we had...
The dot before the Net
IE8: Web Slices – Keep yourself updated!
Posted
over 3 years ago
by
Sanket B
3
Comments
Another amazing feature that IE 8 has pulled out of the hat is – the Web Slices. Today, a very common way of keeping the visitors updated about what's happening on your website is using the RSS. However, maintaining these feeds usually require the websites...
The dot before the Net
IE 8: The onset of an amazing browsing experience
Posted
over 3 years ago
by
Sanket B
1
Comments
OK. So there has already been a lot of buzz about the amazing features that IE 8 now has to offer for the ultimate browsing experience. There are some articles out there which go ga-ga over the awesome feature set and then there are others who say that...
The dot before the Net
Need a list of server patches?
Posted
over 3 years ago
by
Sanket B
1
Comments
Most of the Windows machines use the automatic updates to install the latest updates from Microsoft. Recently, we ran into an issue where the Biztalk configuration started failing on one of the servers. Having to investigate if this was caused by a patch...
The dot before the Net
The Bloggers Guide to "Connected Systems"
Posted
over 3 years ago
by
Sanket B
1
Comments
There is a new bloggers guide recently published by Alan Smith . This guide provides a good overview of the next wave of the connected systems technologies. It starts with the WCF & WF 4.0 and makes its way to the Biztalk 2009, Oslo, Dublin and finally...
The dot before the Net
BizTalk 2006 R2 Pre-requisites CAB Files
Posted
over 4 years ago
by
Sanket B
3
Comments
I had earlier compiled this list for BizTalk 2006 pre-requisites CAB files here . Now that we have BizTalk 2006 R2, it needs a complete separate list of pre-requisites. The CAB files for 2006 dont work with 2006 R2. So here is a list of those for R2 ...
The dot before the Net
India to introduce Mobile Number Portability
Posted
over 5 years ago
by
Sanket B
3
Comments
In a landmark decision for the Indian telecom industry, the Department of Telecom has decided to introduce wireless Number Portability in India. http://timesofindia.indiatimes.com/Mobile_numbers_get_mobile/articleshow/2536732.cms It will be definitely...
The dot before the Net
Understanding window handling of IE Modal Dialogs
Posted
over 5 years ago
by
Sanket B
3
Comments
One of the things that I was working on in last couple of months was to do with Internet Explorer. One of the things was to explore what are the different ways in which I can host a web page within my windows app. But still interesting was the part that...
The dot before the Net
I am Alive
Posted
over 5 years ago
by
Sanket B
3
Comments
Well, just if some of you are wondering about what happened to the mere insignificant mortal who used to vent his rants in this space, let me tell you, I am still very much alive and kicking. Yeah I haven't been really active writing the stuff that I...
The dot before the Net
Consuming webservices from within BizTalk
Posted
over 5 years ago
by
Sanket B
13
Comments
BizTalk 2006 allows some really good interacting with webservices. If it is a simple webservice, we can very well consume it by adding a reference to it and then consuming it using the orchestrations. Here are some interesting scenarios that I encountered...
The dot before the Net
Creating public orchestrations
Posted
over 5 years ago
by
Sanket B
2
Comments
I am currently working on one of the Biztalk projects that contains a lot of lengthy orchestrations. In order to split them in manageable chunks, we are making intensive use of the call orchestration and start orchestration shapes. As long as the orchestrations...
The dot before the Net
Adding Environment Specific Binding Files from Command Prompt
Posted
over 5 years ago
by
Sanket B
0
Comments
Biztalk 2006 provides the btstask utility to carry out most of the deployment operations from command prompt. However, the help available at the command prompt does not talk anything about adding environment specific binding files. You can get elaborate...
The dot before the Net
Alice in Wonderland
Posted
over 5 years ago
by
Sanket B
9
Comments
I just love what technology has done to our lives. I had never in my life thought that I would be able to read "Alice in Wonderland" the original version of Lewis Carol in his own writing. Microsoft has just launched a version of the Turn the Pages...
The dot before the Net
What to and what not to do with your MessageBox database server.
Posted
over 5 years ago
by
Sanket B
0
Comments
The BizTalk Core Engine Team has compiled an excellent list of things that you can or cannot do on your BizTalk Message Box SQL Server . I am sure this will be the most sought after thing by all the database administrators trying to "maintain" the Biztalk...
The dot before the Net
Publishing Biztalk Orchestrations as webservices
Posted
over 5 years ago
by
Sanket B
9
Comments
When developing Biztalk applications that are exposed as webservices, it becomes quite a tedious job to expose them as webservices everytime there is a change in the orchestration. Even though Visual Studio integrates the BizTalk Web Service Publishing...
The dot before the Net
Biztalk Assembly Deployment goof-up
Posted
over 6 years ago
by
Sanket B
1
Comments
This, to me, seems a rare scenario that you might encounter. But if you are using the "ReDeploy" feature in the Biztalk project (from Visual Studio) you might bump into this sometimes. When debugging your orchestration with HAT, you might encounter some...
The dot before the Net
Commerce Server Bloggers from MS Global Services
Posted
over 6 years ago
by
Sanket B
0
Comments
Amit Agrawal & Sathish CG, the Commerce experts from MGSI, have recently started blogging. Now, you can find them posting some cool Commerce Server related stuff on their blogs. Amit Agrawal - http://blogs.msdn.com/amitag Sathish CG - http://blogs...
The dot before the Net
Resolving "Unknown Errors" when working with Commerce Server Profile Adapter
Posted
over 6 years ago
by
Sanket B
0
Comments
Most of the times, when you encounter an error interacting with Commerce Server Profiles Adapter, the Adapter will give you back an error with a proper description of what might've went wrong. However, there are certain cases when the adapter simply emits...
The dot before the Net
Associating Multiple Credit Cards when creating Commerce Server Profile using the Commerce Server Profile Adapter for BizTalk
Posted
over 6 years ago
by
Sanket B
1
Comments
When dealing with Commerce Server integration with BizTalk 2006, one of the requirements that I faced was to create multiple credit cards for a single profile and then link all those credit cards to that profile. To achieve this, is a two step process...
Page 1 of 4 (81 items)
1
2
3
4