Sign In
Sathish's world of technology
Finding a way to make software quality nearer to surgical doctor's work quality :)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
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
Commerce Server 2007
Extending VS.NET
Extensibility through OOPS
OOPS
SharePoint 2007
SQL Server
Training /Ramp up - Commerce Server 2007
White Papers
Archive
Archives
September 2010
(1)
November 2009
(1)
September 2008
(1)
November 2007
(1)
October 2007
(1)
August 2007
(1)
July 2007
(2)
January 2007
(1)
December 2006
(2)
November 2006
(8)
MSDN Blogs
>
Sathish's world of technology
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sathish's world of technology
Using ImportWebPart method in internet facing SharePoint WCM Site
Posted
over 2 years ago
by
SATHISH CG
0
Comments
Introduction In many instances we use ImportWebPart method of the WebpartManager class to import web parts in runtime. If you are using this method to render dynamic content in an anonymous internet facing site using SharePoint there are few points...
Sathish's world of technology
White Paper – Commerce Server Profiles
Posted
over 3 years ago
by
SATHISH CG
0
Comments
New white paper on integrating commerce server profiles with external data stores has been published. http://www.microsoft.com/commerceserver/en/us/white-papers.aspx Direct Link - http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID...
Sathish's world of technology
Commerce Server Order Schema Manager- Tool to manage OrderObjectMapping.xml
Posted
over 4 years ago
by
SATHISH CG
1
Comments
Introduction Order schema manager is a custom tool to extend Commerce Server Order Schema. Commerce Server order schema is represented through an xml file name OrderObjectMapping.xml. Extending the schema is accomplished by modifying the xml file manually...
Sathish's world of technology
Commerce Server 2007 Ramp up
Posted
over 5 years ago
by
SATHISH CG
0
Comments
I will be writing Hand's on Labs to enable developers to ramp up in Commerce Server 2007. The main objective of the HOL is to give step by step instructions to build a basic e-commerce site. Stay tuned
Sathish's world of technology
Importing Commerce server Profiles – Deployment utility
Posted
over 5 years ago
by
SATHISH CG
2
Comments
Introduction Deploying commerce server profiles is a repetitive task / requirement in many commerce server engagements. Commerce server profile system is extensible and supports various data bases as data stores. Every engagement takes this advantage...
Sathish's world of technology
Packaging and Unpacking Commerce Server Sites through PUP Package
Posted
over 5 years ago
by
SATHISH CG
2
Comments
Introduction Commerce server provides PUP.exe to automate the process of packing and un-packing a commerce site. Tool has its existence from the days of Site Server . Complete Meta data of a commerce site is managed by pup package. Using the pup...
Sathish's world of technology
Commerce Server 2007 - Data Migration
Posted
over 5 years ago
by
SATHISH CG
1
Comments
Introduction :- In this article I will be discussing about various challenges we face during data migration from CS 2000 to CS 2007. Before getting into the issues let's discuss the basic process involved in the process of data migration. This article...
Sathish's world of technology
Trouble shooting Commerce Server pipelines
Posted
over 5 years ago
by
SATHISH CG
0
Comments
Good reference book on working and troubleshooting commerce server pipelines. http://msdn2.microsoft.com/en-us/library/ms959842.aspx
Sathish's world of technology
Secret Question Answer - UPM Membership Provider
Posted
over 5 years ago
by
SATHISH CG
0
Comments
Commerce UPM Member ship provider always treats the security question answer as case insensitive. While creating the user , UPM Membership provider does ToLower() of the provided secret question answer and also converts the supplied answer to lower case...
Sathish's world of technology
Commerce Server 2007 Sub Systems - Unmanaged
Posted
over 6 years ago
by
SATHISH CG
0
Comments
Commerce Server still runs unmanaged code in few of their sub-systems. Profiles, marketing and Pipelines are the sub-systems which are unmanaged. All other sub-systems are re-written in managed code.
Sathish's world of technology
Good Article on Transactional Pipleines
Posted
over 6 years ago
by
SATHISH CG
0
Comments
David Messner's Transactional pipeline components
Sathish's world of technology
Cool way to skip implementation of an abstract method in an inherited class (Abstract Override keyword)
Posted
over 6 years ago
by
SATHISH CG
3
Comments
Making a class abstract helps us to abstract some base functionality in the base class and it will en-force all the inherited classes to give implementation for the abstract methods. Not in all cases we will be able to give implementation for all the...
Sathish's world of technology
Getting Service Unavailable error message in Commerce Server Manager ?
Posted
over 6 years ago
by
SATHISH CG
1
Comments
If Enhanced Security configuration is enabled, Commerce Server manager will give Service Unavailable error. Removing Enhanced IE security setting through Add/Remove Programs will solve the issue.
Sathish's world of technology
Enabling Secure Socket Layer for commerce sites
Posted
over 6 years ago
by
SATHISH CG
1
Comments
By default all the business manager UI's connect to the commerce web services through SSL. To enable SSL we need to do the following steps. The same steps can also be applied to repair the SSL installation in instances like changing the machine name etc...
Sathish's world of technology
Customizing and Layering WinForm Application to acheive customization
Posted
over 6 years ago
by
SATHISH CG
1
Comments
http://www.codeproject.com/vb/net/UILayering.asp
Sathish's world of technology
Undocumented SQL Server 2000 functions
Posted
over 6 years ago
by
SATHISH CG
1
Comments
Encryption in SQL server [pwdencrypt,pwdcompare] There are some hidden functions in SQL server through which we can encrypt any string and store the same in the table. This will be very helpful in encrypting the user password and other sensitive user...
Sathish's world of technology
Commerce Server User Profile - Active Directory Integration
Posted
over 6 years ago
by
SATHISH CG
1
Comments
Commerce server profile can be extended to store some of profile information in Active Directory or in any other data store. Normally user's information like Username, Password, and Address etc will be stored in Active Directory. Whenever a user is created...
Sathish's world of technology
Design Time Integration - VS.NET IDE Enhancements
Posted
over 6 years ago
by
SATHISH CG
1
Comments
Introduction Each and every project deals with adding some custom properties to the classes provided by Framework Class Library. This can be achieved by inheriting the base class and providing more functionality to it by adding properties and methods...
Sathish's world of technology
Extending Commerce Server Order System
Posted
over 6 years ago
by
SATHISH CG
14
Comments
Introduction Order system represents the actual orders placed by the customers. Order system stores the order information in collection of OrderForm objects. Commerce Server runtime persists all the information represented by the order system objects...
Page 1 of 1 (19 items)