|
|
Speaker Profiles and Event Descriptions
|
June
26 2007
Speaker: Doug Holland
Topic: Microsoft Language Integrated Query (LINQ),
A Developers Introduction
|
|
|
| |
|
|
| Description: |
|
| |
In this presentation, Doug Holland will present the
Microsoft Language Integrated Query project which will
be delivered with Visual Studio 2008 which is currently
in beta. The LINQ project is intended to ‘LINQ’
the relational and object worlds together providing query
based language features to the C# and VB programming languages.
Also within this presentation will be some highlights
from the recent Microsoft TechEd 2007 conference, including
the next release of Visual Studio and SQL Server which
are currently in beta.
|
| Profile: |
|
 |
Doug Holland,
a Microsoft MVP for Visual C#, is presently working as
a software engineer at Intel Corporation in Folsom, CA.
He has been designing and implementing software now for
over 14 years and holds a masters degree in software engineering
from Oxford University.
|
|
|
| Tuesday,
July 31st, 2007
Speaker: Chris
Mullins
Topic: Performance,
Profiling and Tuning in .NET
|
|
| Description: |
|
| Today?s software is more complex
than ever. As application complexity increases, performance
often degrades and more memory is consumed. This session
focuses on the tools and methodologies used for profiling
and tuning .Net applications. A common cause of many .Net
performance problems are memory issues, so we?ll start with
a detailed review of how the .Net Garbage Collector works,
and move into memory profiling and tuning. Using the tools,
we?ll discover where we?re forgetting to dispose objects,
which objects are living too long, why we?re leaking memory,
and why we?re often spending way too much time doing Garbage
Collection. After finishing up on Memory Profiling and Tuning,
we?ll move to performance profiling and tuning and go through
common scenarios and examples for tracking down performance
issues. The focus of this session will be on server applications,
although all information is directly relevant to ASP.Net,
Console, and WinForms applications. |
| Profile: |
 |
Chris Mullins
is a C# Microsoft Valuable Professional (MVP) and
the Chief Software Architect at Coversant. He mentors
development teams in .NET programming and is a sought-after
speaker for his insights into programming and application
architecture. Software designed by Chris runs in over
5 million U.S. households, has been battlefield deployed,
and is used by a number of government agencies, divisions
of the U.S. Military, and private sector companies
around the world. Chris authors an advanced .NET blog
at: http://www.coversant.com/blogs/cmullins |
|
|
|
Tuesday, September 25, 2007
Speaker: Robert Freeman
Topic: DataGridView with a Detail Edit Form
using a strongly typed DataSet data layerDataGridView
with Detail Edit Form in VS 2005 |
|
| |
|
|
Creating an editable datagrid is a very
straightforward way to edit a datagrid's values, but sometimes
a separate editable Form/UserControl is desired (increased
flexibility, more detail, etc.). I will discuss loading
the editable fields and lookups with the grid on Form
load. This will keep us from having to synchronize and
manage separate instances of similar data and will reduce
round trips to the database. This topic will delve into
creating and configuring Datasets and TableAdapters using
VS2005.
|
 |
Robert is a senior
.Net Developer with years experience developing object oriented,
N-Tiered Enterprise Applications using Visual Studio Net
and MS SQL Server. He is one of the top two ranked .Net
Development Expert by Experts-Exchange professional forum
consecutively in 2005 and 2006. He has published several
.Net articles, controls, and code for the online community.
He has also presented over 20 sessions of .Net technology
lectures.
|
|
|
|
|