Microsoft Commerce Server 2007 Catalog Manager Web Version Project Created

MS CS 2007 Catalog Manager Web Version project has been created by Ziver Alen, now you may download the working but not fully tested Alpha release of this web based catalog manager tool. http://catmanweb.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=25221#ReleaseFiles

Fixing Windows using a Live Linux CD

Fixing Windows using a Live Linux CD http://www.askreamaor.com/microsoft-and-windows/fixing-windows-using-a-live-linux-cd-part-one/ Trinity Rescue Kit http://trinityhome.org/Home/index.php?wpid=1&front_id=12

 

other tips about linux processes

 

Who “Killed” my process and why? “dmesg | egrep -i -B100 ‘killed process’” http://stackoverflow.com/questions/726690/who-killed-my-process-and-why Taming the OOM killer http://lwn.net/Articles/317814/

Will Linux start killing my processes without asking me if memory gets short? http://unix.stackexchange.com/questions/136291/will-linux-start-killing-my-processes-without-asking-me-if-memory-gets-short

 

[…]

MyArticle: Combining Commerce Server 2007 Catalog Tables in a View

This article of mine, describes how to union multiple catalog tables in a single view. This approach may be used for reporting purposes, thus developer will not require to find out which table contains the product, but will execute a select stmt for a view and will get the information required.Combining Commerce Server Tables as […]

ASP.NET MVC Book Published!

http://www.cemsisman.com/FreeAspnetMVCEBookTutorial.aspx

Installing Commerce Server 2009

Step by step instructions on Installing Commerce Server 2009, a gate to Software-Smith’s Bloghttp://www.software-smith.com/blog20081118.htm

How to Install Commerce Server 2007/2009 on the Web Servershttp://msdn.microsoft.com/en-us/library/dd451137.aspx

How to Install Commerce Server 2007/2009 on the Web Servershttp://msdn.microsoft.com/en-us/library/dd451137.aspx

Does your ASP.NET Application performs slow, or uses high memory / cpu?

Then check the maxWorkerThreads & minFreeThreads settings for your .NET Framework config.

Improving ASP.NET Performancehttp://msdn.microsoft.com/en-us/library/ms998549.aspx

Why ‘maxWorkerThreads’ = 100 and ‘minFreeThreads’ = 88 is suggested?http://forums.asp.net/t/1299590.aspx

Planning, testing and tuning for ASP.NET and IIS 6.0http://www.codeproject.com/KB/aspnet/ASPNET_and_IIS_60.aspx?display=PrintAll&fid=127812&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=1069214

Tune the thread pool by using the formula to reduce contentionhttp://channel9.msdn.com/wiki/guidancelibrary/tunethreadpool/

Reduce Server Too Busy errors with the httpRuntime taghttp://www.devx.com/vb2themax/Tip/18804

Set […]

LINQ to Oracle support

bLinq is the “linq to SQL” for other databases. It currently supports MySQL, PostgreSQL, Oracle and SQLite http://linq.to/db > Linq to Oracle support is available by a third party product: Mindscape’s LightSpeed http://www.mindscape.co.nz/products/lightspeed/screencasts/gettingstarted.aspx

references: http://social.msdn.microsoft.com/Forums/en-US/linqprojectgeneral/thread/bce9266a-0d90-4ea4-85d0-6166f4bf61db/ http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/2335f6ae-47cf-4497-b007-14be21c5b8df/

 

Migrate from MySQL to PostgreSQL. In one command. http://pgloader.io/

 

 

Links about ADO.NET Data Services

ADO.NET Entity Frameworkhttp://msdn.microsoft.com/en-us/data/aa937723.aspx#

http://msdn.microsoft.com/en-us/library/bb399572.aspx

ADO.NET Data Services Framework (formerly “Project Astoria”)http://astoria.mslivelabs.com/

ADO.NET Data Services Team Bloghttp://blogs.msdn.com/astoriateam/

ADO.NET team bloghttp://blogs.msdn.com/adonet/

What would you prefer, TestDD or BugDD ?

The Cost of Test Driven Development http://blog.typemock.com/2009/03/cost-of-test-driven-development.html

Bug Driven Development http://haacked.com/archive/2007/09/24/bug-driven-development.aspx

 

… Put simply there is a difference between Mock and Stub objects and RhinoMocks recognizes that allowing us to write tests that better state their purpose.

Mock objects are used to define expectations i.e: In this scenario I expect method A() to be […]

Sql Server 2005 Installation Issues…

If installation of Sql Server 2005 fails on XP because of MSXML6Then check the following threadhttp://www.windows-tech.info/15/62c4c7d22384e2f6.php

Windows Installer CleanUp Utilityhttp://www.softpedia.com/get/Security/Secure-cleaning/Windows-Installer-CleanUp-Utility.shtml

When you try to install SQL Server 2005 you may get the following error message during setup: “Shared Memory Provider: No process is on the other end of the pipe”http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/968cd292-5a3f-4c48-9347-4604a6fa9872/http://blogs.msdn.com/sql_protocols/archive/2005/10/22/483684.aspx

…finaly found the problem to […]