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)
November, 2006
MSDN Blogs
>
Sathish's world of technology
>
November, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
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 (8 items)