Skip Navigation Links
Home
Meetings
Newsletters
ResourcesExpand Resources
ContactExpand Contact
Account
About

Welcome

Welcome to the Maine Developer Network website. The Maine Developer Network is a user group focused on bringing quality .NET resources to the developers in the State of Maine.

Recent blog entries


Subscribe

News


MDN - Augusta Developer Event, 24th of February 2010(2/2/2010)

Time for the first Augusta Developer Event of 2010. Join us for a morning filled with information about Silverlight. Shawn, Chris and Mark will present a variety of topics and we've planned a group discussion, so make sure you come prepared with questions, examples and your experiences.

When
February 24th, 2010 at 9:00am to 1:00pm.

What is Silverlight?
Shawn Robichaud – 30 min
Introduction to Silverlight for decision makers, architects and developers.

Choosing the right technology
Mark Blomsma - 30 min
Silverlight vs. WFP vs. Windows Forms vs. ASP.NET. A session for decision makers, architects and developers. Which technology to use for which scenario?

Choosing the right technology – group discussion
Everyone - 30 min
Silverlight vs. WFP vs. Windows Forms vs. ASP.NET. A session for decision makers, architects and developers. Which technology would YOU use for which scenario? Please come prepared with questions, examples and ready to share your experiences.

Silverlight and Section 508 compliance
Mark Blomsma – 30 min
“Section 508 requires that all Web site content be equally accessible to people with disabilities. This applies to Web applications, Web pages and all attached files. It applies to intranet as well as public-facing Web pages.” (http://usability.gov).

Silverlight architecture overview
Chris Bowen – 30 min
Introduction to XAML, Silverlight assemblies, n-tier development, asynchronous behavior, …

Silverlight + Windows Communication Foundation overview
Chris Bowen - 30 min
Introduction to WCF based on a Silverlight demo.

Silverlight + RIA Service overview
Chris Bowen - 30 min
Introduction to RIA Services based on a Silverlight demo.

Q&A
30 minutes.

 

Location
The event will be held at:
State of Maine Offices
Harlow Building
First floor conference room
18 Elkins Ave
Augusta

RSVP
Please register so we can make sure we have sufficient room.
Register here: http://www.maine-devnet.org/Home/SignUpForEvent.aspx.





MDN - Augusta Developer Event, 27th of August 2009.(7/27/2009)

The MDN meeting on the 27th of August, 2009 will be an INETA sponsored event. INETA will make arrangements for Kathleen Dollard to be able to speak to our group. Kathleen is a great speaker and authority on the subject of code generation and software composability. We're very happy and lucky to have her come up and present two sessions at our meeting. A third session, also on code generation will be done by Mark Blomsma.

We'll start the meeting with free pizza at 12pm. With the first session starting at 12:30pm. We aim to finish around 5pm.

Code Generation
by Kathleen Dollard
Code generation is undergoing a renaissance as Microsoft jumps into the picture and converges with our increasing understanding of code generation. You’ll learn core code generation principles that transcend all code generation tools. Building on this you’ll get a dip into template languages seeing both T4 which is part of Visual Studio and VB9 XML literal templates in order to understand the strength of each approach. Once you understand how templates work, you’ll dive into metadata – the part of the system that uniquely describes the specific application your building. You’ll see two approaches to protecting handcrafted code on the .NET platform. And you’ll see how to hook generation into your development process. The overall process of application generation has not matured and is rapidly changing – this talk doesn’t promise silver bullets. Instead you’ll leave with a good understanding of the latest code generation techniques and how you can fit them into your unique development environment.

Introduction to Visual Studio T4
by Mark Blomsma
An introduction to a somewhat hidden feature in Visual Studio: Text Template Transformation Toolkit or T4 for short. You will learn about using T4 and the statement, expressions and declarations needed to succesfully use T4 in your software projects.

Composable Applications with MEF
by Kathleen Dollard
Decoupling portions of your application has tremendous payback during both development and maintenance. Your application becomes more testable and flexible and can more easily evolve to meet changing demands. Decoupling your application also allows a new level of partnership with external groups because you can safely incorporate their code in your application without recompiling or releasing source code – effectively creating ecosystems supported by your application. Over the years Microsoft has released several different provider models in different areas of the framework, libraries, and supporting tools. This year several teams at Microsoft moved toward consolidating these efforts with the Managed Extensibility Framework, or MEF. This tool differs from an IoC (Inversion of Control) container because focuses directly at application composability, extensibility, and discover. MEF supports Microsoft efforts like Visual Studio 2010, but it can also play a role in your current applications.

Kathleen Dollard is a consultant, author, trainer, and speaker. She’s been a Microsoft MVP for over ten years and has spoken about .NET in 28 states and 5 countries. She’s written dozens of articles including the “Ask Kathleen” column in Visual Studio Magazine. She also wrote “Code Generation in Microsoft .NET” (Apress). Her passion is helping programmers be smarter in how they develop by learning to better use .NET languages, libraries and platforms. She works with WPF, WF, as well as core technologies including System.AddIn. She’s currently creating template infrastructure for code generation using VB XML literals. After working on the problem of capturing business intent in metadata and test definitions for years, she’s working with industry improvements in these areas. She’s also working on full life cycle improvements, such as unit testing, better debugging and static analysis (FxCop). When not working, she enjoys woodworking, snowshoeing, and kayaking depending on the outdoor temperature.

Mark Blomsma is a consultant, author, trainer and speaker. He's been a Microsoft MVP for 6 years and has spoken at our meeting many time. He runs a consulting business up in Lincoln, ME.

Location
The event will be held at:
State of Maine Offices
Harlow Building
First floor conference room
18 Elkins Ave
Augusta

RSVP
Please register so we can accommodate accordingly and make sure we have enough pizza.
Register here: http://www.maine-devnet.org/Home/SignUpForEvent.aspx





MSDN Roadshow - Augusta Event(5/4/2009)

Thanks to the efforts of John Gagnon the MSDN Northeast Roadshow will once again make a stop in Augusta, ME.

Mark your calendars for June 18th is the day you can enjoy a day of free learning with Microsoft's New England Dream Team: Chris, Bob & Jim.

More info and sign up info: http://tinyurl.com/Summer09Roadshow





Maine Microsoft Certification Study Group(3/12/2009)

The Maine Microsoft Certification Study Group is a group focused at developers helping eachother get their Microsoft certification. Are you looking to get certified and would like to have help and help others? Then signup today at http://ms-study-group.groups.live.com.

The first virtual group will start studying soon!





MDN - Augusta Developer Event, April 16th 2009(3/12/2009)

The show is on! You are invited to join us on Thursday afternoon, the 16th of April as the Maine Developer Network will host the Augusta Developer Event.
Learn all you need to know about LINQ to SQL, DevForce Entity Framework, SQL Server Client Side Reporting and hot stuff from the patterns & practices group!

LINQ and LINQ to SQL
by Mark Blomsma
The number one topic requested at our previous meeting: LINQ and LINQ to SQL. This session will take a close look at one the biggest additions to the C# and VB.NET language: LINQ and LINQ to SQL. How does Language INtegrated Query work, what are lambda expressions and expression trees and how do they get translated into SQL statement? [60 min.]

Introduction to DevForce Entity Framework
By Scott Woodruff
Entity Framework is a cornerstone product that shipped in .NET 3.5 SP1. The company IdeaBlade has been working on enhancing this product from the very first CTP and betas that have been available.
In this session Scott will talk and demonstrate what Entity Framework is and how DevForce EF enhances the basic mechanics of Entity Framework. [30 min.]

SQL Server Client Side Reporting and LINQ
by Mark Blomsma
SQL Server Reporting Server has created a client side reporting control which allows you to use SQL Server reports, even without having a SQL Server! This session is all about using the control and hooking up data to it using LINQ queries. [45 min.]

What’s new from Microsoft Patterns & Practices?
by Shawn Robichaud & Mark Blomsma
The Microsoft Patterns & Practices group offers guidance in various forms.
Recently the Composite Application Guidance for WPF and Silverlight (Prism) has been made available.
Shawn will take you on a tour what this package has to offer for you.
After which Mark will offer a look at what the Community Technology Preview (CTP) of the Application Architecture Guide 2.0. [45 min.]

Location
The event will be held at:
State of Maine Offices
Harlow Building
First floor conference room
18 Elkins Ave
Augusta 

Time
We'll start at 13:00 and plan to finish by 16:30.
Please use the Register form on the website to RSVP:
http://www.maine-devnet.org/Home/SignUpForEvent.aspx.

See you there!

Mark Blomsma
Maine Developer Network
 





MSDN Roadshow is coming to Augusta on March 19th, 2009(2/16/2009)

Roadshow.pngOnce again the Maine Developer Network (thanks to John, Shawn and the State of Maine Government) is happy to help out Chris, Bob and Jim with finding a location to hold the MSDN Northeast Roadshow.

On March 19th the Roadshow will hit the Central Maine Commerce Center in Augusta. Go here to sign up today!

Location
Central Main Commerce Center
Florian Auditorium
500 Civic Center Drive Augusta Maine 04330
United States

Date
Thursday, March 19, 2009 8:30 AM - Thursday, March 19, 2009 4:00 PM Eastern Time (US & Canada)
Welcome Time: 8:00 AM

 





MSDN Roadshow is coming to Augusta on December 16th, 2008(11/12/2008)

 Roadshow-September-2008_thumb

The Maine Developer Network is proud to announce that the Northeast MSDN Roadshow by Chris Bowen and Jim O'Neil will once again make it as far north as Augusta!

Don't hesitate: sign up today!





Visual Studio 2008 Community Launch Event, July 9th, 2008(6/23/2008)

It took a little while, but we're ready to rumble. The Main Developer Network is organizing the Visual Studio 2008 Community Launch Event. A whole afternoon of sessions all about the recently released Visual Studio 2008. We've got the following sessions lined up:

The Business Analyst Perspective
by Shawn Robichaud
The focus for this session is on requirements gathering and techniques to help capture and manage requirements throughout the lifecycle. The session explains some of the challenges associated with deciding precisely what to build and it presents techniques for capturing and evolving requirements to ensure that requirements stay current throughout the software development lifecycle. [40 min.]
 
Value-up software development
by Shawn Robichaud
This session introduces the notion of value-up software development. It compares and contrasts core value-up principles and practices with conventional work-down approaches. The latter have proved over the years, largely ineffectual for team-based software development and are part of the reason why only 30% of software projects succeed. [40 min.]

Enabling Offline with SQL Server Compact and Sync Services for ADO.NET
by Scott Woodruff
Synchronization Services allows you to maintain a local, synchronizable copy of your data regardless of connection reliability or availability. This session will introduce synchronization services and how you can build applications that use the services. [75 min.]

LINQ and LINQ to SQL
by Mark Blomsma
The number one topic requested at our previous meeting: LINQ and LINQ to SQL. This session will take a close look at one the biggest additions to the C# and VB.NET language: LINQ and LINQ to SQL. How does Language INtegrated Query work, what are lambda expressions and expression trees and how do they get translated into SQL statement? [75 min.]


The session will be held at:
State of Maine Offices
Harlow Building
First floor conference room
18 Elkins Ave
Augusta 

We'll start at 12:30 and plan to finish by 17:00. Please use the Register form on the website to RSVP: http://www.maine-devnet.org/Home/SignUpForEvent.aspx.

(Click image to add event to your calendar)




Site update(5/9/2008)

The event data on the left of the homepage has been replaced with a live RSS aggregation of Maine developer blogs. The RSS subscription for the Maine Developer Network will also include all recent posts of listed people. If you blog and wish to be included in this feed, please email me at mark.blomsma@maine-devnet.org.





Geek Lunch on the 22nd of April - Introduction to LINQ & Language Improvements in C# 3.0/VB 9(4/25/2008)

Our lunch meeting with Chris Bowen as a speaker was well attended and the feedback on the evaluation forms indicates, very well received.

Chris did a session: Introduction to LINQ & Language Improvements in C# 3.0/VB 9

LINQ (Language Integrated Query) is a unified approach for querying data using coding syntax that remains consistent regardless of the data source. It WILL change the way you work as a developer and architect and this session will help you on your way to using it effectively. To understand how LINQ works, we'll first navigate the new features of C# 3.0 and VB 9.0 that enable LINQ functionality. Then, we'll dive into .NET 3.5 and Visual Studio 2008 to explore the various realms of LINQ: Datasets, XML, Database/SQL, in-memory objects, and more. By the end of this session, you'll have a solid understanding of how LINQ works and what it can do for your applications.

Download the slides here:

The_Strongest_LINQ.ppt (2.43 MB)




Register Now!(4/14/2006)

If you want to sign up for our newsletter, then please create an account and sign up! Use the 'login' link in the top right hand corner, or just go to 'newsletters' or 'account'.








Sponsors

Develop-One 

Thomas College

Membership

The Maine Developer Network is a proud member of:
Ineta

Friends

Bangor Area .NET Developers

Maine Bytes User Group
VTec Education Center