Wortzel's blog

.Net (2.0, 3.0, 3.5), C#, Asp.net, Com+, GIS(ESRI Software), Management, Analysis & Design, Life, Trips, And more...

Browse by Tags

All Tags » Visual Studio 2008 (RSS)
Testing LINQ to SQL with Mock Object – a complete solution
For the last few weeks I was looking for a complete solution to implement LINQ to SQL in our system. Before I started the searching process I have defined to myself some basic requirements from it: · Rapid development in at least 80% of the cases. · Easy to use , understandable API. · Migration plain or good solution to work with our legacy code . · Easy to maintenance . · Testability framework! One of the major disadvantages of the LINQ to SQL framework is the difficult to test it. If you’ll try...

Posted Tuesday, March 25, 2008 6:18 PM by Avi Wortzel | 1 comment(s)

Pro LINQ: Language Integrated Query in C# 2008 by Joseph C. Rattz, Jr.
In the last few months I started to learn one of the great frameworks from Microsoft named LINQ. In order to get a better understand about the LINQ framework I read a lot from the official Microsoft documentation. I even shared people in my thoughts about the LINQ project (I focused on LINQ to SQL with its pervious name D-LINQ), in my blog . After a while I took a time to read the "Pro LINQ" book . This book exposes me to some fundamentals in the LINQ world which I wasn't familiar with...

Posted Friday, January 18, 2008 9:36 AM by Avi Wortzel | 2 comment(s)

Visual studio 2008 (aka "Orcas") and .Net framework 3.5 will ship until the end of this month
Two team leaders in my workplace have arrived from TechEd Developers in Barcelona last week. They told me that Microsoft announce that the next release of Visual studio 2008 (aka "Orcas") and .Net framework 3.5 will take place at the end of this month! (The original release date was at February 2008). You can see this announce in the visual studio developer center main page : " Countdown to Visual Studio 2008 In his keynote address at TechEd Developers in Barcelona, S. "Soma"...

Posted Thursday, November 15, 2007 8:43 AM by Avi Wortzel | with no comments

How to synchronize between local Sql servers (compact edition and mobile) to Sql server 2005
One of the common options to synchronize several distributed sql servers to a central Sql server 2005 is by using Remote Data Access Synchronization (RDA). I needed to check this option for one of my project. What does it give us? How does it work? The RDA tries to give us a solution to access data that stores in a central Sql server form local db's (Sql server mobile and Sql server compact edition databases). It includes a tacking engine that stores all changes in the remote db and pushes it...

Posted Friday, July 27, 2007 5:38 PM by Avi Wortzel | 2 comment(s)