Monthly Archives: March 2007

Samsung antitrust settlement

After reading this in the Free Press, I had a great idea what we can do with any funds coming to Vermont – support the high tech industry here! How fitting.

Vermont shares in $90 million settlement with Samsung

Published: Wednesday, February 7, 2007
MONTPELIER – Vermont is one of 40 states to settle with electronics manufacturer Samsung in an antitrust lawsuit, Vermont Attorney General William Sorrell announced this week.

The $90 million nationwide settlement with Samsung Semiconductor, Inc. and Samsung Electronics Co., Ltd. arose from a claim of a price-fixing scheme among Samsung and several other of the world’s largest computer memory chip manufacturers that began in the 1990s.

The settlement, which is still subject to a court review, does not yet detail how the money will be meted out among the suit’s participating states and consumers.

VTSDA Member talks to state legislators about workforce development

From the Feb 23 Legislative Report of the Lake Champlain Regional Chamber of Commerce

David Winslow, CEO and President of EpikOne, Inc. was recruited by the Chamber and GBIC to testify from a businessperson’s perspective about what business expects from our educational and workforce development systems.  David’s story of being an underachieving high school student to becoming an entrepreneur who owns a knowledge-based technology business employing 15 people fascinated both the House Commerce and Education committees.  The Committee members peppered him with questions about his experiences and what can be done to foster other entrepreneurial-minded young people. The essence of his testimony was that the education system should expose students to business during high school, encourage skills-based training and internships and better align the curriculum with the business needs and technology of today. He also spoke of the need for businesspersons to become more involved in the educational system to provide these opportunities.

Vermont’s Lopsided Economic Evolution

From the Burlington Free Press an interesting look at Vermont’s “lopsided” economic evolution:

Vermont is the most entrepreneurial state in the country, according to the study. However, Vermont is last in creating high-wage service jobs; the service industry includes restaurant positions, financial and legal services, publishing and advertising. Connecticut, Delaware and New York lead this category.

Read the full article here

EDMGEN.exe – EDM Command Line Gen Tool

I saw mention of this new version of the command line tool in this forum post so I went looking in the MarchCTP. I modified some of the desciriptions a little to fit them onto a powerpoint slide, so this is a tad different than the real tihng

C:\WINDOWS\Microsoft.NET\Framework\v3.5.20209>edmgen /help


Microsoft (R) EdmGen version 2.0.0.0
Copyright (C) Microsoft Corporation 2006. All rights reserved.

                                           EdmGen Options
/mode:ValidateArtifacts                 Validate the ssdl, msl, and csdl files
/mode:FullGeneration                    Generate ssdl, msl, csdl, and objects from the database
/mode:FromSsdlGeneration                Generate msl, csdl, and objects from an ssdl file
/mode:EntityClassGeneration             Generate objects from a csdl file
/mode:ViewGeneration                    Generate mapping views from ssdl, msl, and csdl files
/project:<string>                       The base name to be used for all the artifact files (short form: /p)

/connectionstring:<connection string>   The connection string to the database that you would like to connect to (short form: /c)
/incsdl:<file>                          The file to read the conceptual model from
/inmsl:<file>                           The file to read the mapping from
/inssdl:<file>                          The file to read the storage model from
/outcsdl:<file>                         The file to write the generated conceptual model to
/outmsl:<file>                          The file to write the generated mapping to
/outssdl:<file>                         The file to write the generated storage model to
/outobjectlayer:<file>                  The file to write the generated object layer to
/outviews:<file>                        The file to write the pre generated view objects to
/language:Vb                            Generate code using the VB language
/language:CSharp                        Generate code using the C# language
/namespace:<string>                     The namespace name to use for the conceptual modely types
/entitycontainer:<string>               The name to use for the EntityContainer in the conceptual model
/help                                   Display the usage message (short form: /?)
/nologo                                 Suppress copyright message