You are currently not logged in.
Login Here
NETDA newsfeed HyperLink
Silverlight Presentation by Jesse Liberty - Silverlight Geek - Monday, February 02, 2009 7:00:00 PM
I've been allowed to build on two decades as a programmer, teacher and an author to create code, presentations, and content directed at professional programmers including  videos, tutorials, a forthcoming book (Programming Silverlight 2) while making presentations at various industry events. I'm also part of an incredible team that includes some of the best and brightest people at Microsoft. Special areas of focus for 2009: New controls, cross-platform/cross-browser,  Data,  Silverlight and the Cloud,...  For background on me and or my personal ramblings, please see my personal portal.  I work from home in the Cambridge/Boston area but I go to Redmond frequently to check in with the team and the first thing they always ask is "what are you hearing in the community?" -- so be sure to let me know what you think because the folks writing the code want to know and I'll do my best to be a faithful reporter.  Thank you, Jesse Liberty Silverlight Geek I'd walk a mile to write in zæ:
Business solutions for Office and SharePoint with Visual Studio - 1/26/2009 7:00:00 PM
Abstract: Visual Studio makes it easy to build Office and SharePoint solutions that connect to line of business data using an enhanced set of RAD design time tools. Come see for yourself! We’ll show you what’s possible today with Visual Studio 2008 SP1 and provide a sneak peek at what’s to come in Dev10. Speakers: Rachel Falzone Schaw is a program manager on Visual Studio team focused on building tools for Office Development. She joined Microsoft in 1995 and has done everything from technical support to quality assurance to product management and most recently program management. She moved to Washington State from Santa Barbara, CA to get a Bachelor of Computer and Cognitive Science at The Evergreen State College. When she’s not thinking about how to enable Office Development with Visual Studio she enjoys the hiking, camping, traveling and spending time her family in the great outdoors. Mike Morton is an 13 year veteran of Microsoft who worked many years in Micros
Code review tools and processses for Visual Studio Team System - Monday, February 09, 2009 7:00:00 PM
Abstract: Join me for a demonstration of out-of-the-box and open source code review tools and processes for Visual Studio Team System. We'll discuss the pros and cons of each and analyze them for how they provide business value through code reviews.   Speaker: JB Brown is the author of TeamReview an open source code review tool and workflow for Visual Studio Team System. In addition to writing code for the Nordstrom web division JB promotes business practices that use Lean principles and practices in software development through the use of Visual Studio Team System and the Visual Studio extensibility model. For more on JB's interests visit his blog at http://www.ControlStatements.com or email him at mailto:JB@ControlStatements.com
Using the ASP .NET Model-View-Controller Framework with Visual Basic - Monday, February 23, 2009 7:00:00 PM
Abstract: This talk covers an overview to the MVC pattern using MVC Preview and Visual Basic. It highlights the conceptual issues associated with the MVC model  and covers both "drill-down" applications as well as showing how to update existing database records and adding new records.   Speaker: William Burrows   Bio: Before accepting the position of Senior Lecturer in Information Systems, William Burrows was the project manager for the acquisition and implementation of the University  of Washington's campus-wide interactive instructional system and the manager of the Business School's computer services office from its inception in 1972 until 1983. He has also worked as an independent consultant to private and government organizations, providing assistance in information systems requirements, acquisitions, and contract negotiations. Professor Burrows taught the survey information systems course at both the MBA and undergraduate levels, and taught application programming and object-
Handling Concurrency with ADO.NET 3.5 Synchronization Services - Monday, February 16, 2009 7:00:00 PM
Abstract: This session discusses how to build a Local Data Cache using the SQL Compact engine but explores the technology to a deeper level. We’ll see how to use parameter-driven queries or stored procedures to fetch a subset of the data using both the Visual Studio Data Source wizards as well as using hand-coded ADO.NET 3.5 Synchronization Services classes. We’ll show how to avoid concurrency problems from the beginning and how to deal with them once they occur. We’ll see how to setup custom change tracking using SQL Server 2008 and highlight how it’s done in SQL Server 2005. We’ll also explore how SQL Server decides which rows are to be sent to the client with snapshot, download, upload and bi-directional synchronization.  The session includes a walkthrough of the entire Synchronization Services namespace.  (This is an intermediate to advanced session) Speaker: William R. Vaughn
Whats coming up in Visual Studio 2010 for C# developers? - Monday, March 16, 2009 7:00:00 PM
Abstract: Kevin will take you on a tour of some of the new features that we're adding to the C# IDE for VS2010, and point out some tips and tricks you can use right away in VS2008. This is _not_ a talk about what new language features are coming. It's specifically going to talk about what the Visual Studio team has been working on to help you out while you're coding. The talk will focus on a few of the primary tasks developers spend a lot of their time doing: Writing Code, Understanding Code and Navigating through code. Speaker:  Kevin Pilch-Bisson Bio: Kevin was born and raised in and around Toronto, Canada and attended the University of Waterloo.  After graduation, he came to work on C# IntelliSense for Microsoft, and he has been here ever since (6.5 years now).  For the last year, he has been the dev lead of the team.  When he is not at work, he enjoys spending time with his wife and 3 kids, reading fantasy novels, coding side projects and occasionally getting out for a
VSX and VS gallery - Monday, March 09, 2009 7:00:00 PM
Ken Levy is going to talk about Visual Studio extensibility (VSX) and VS Gallery (visualstudiogallery.com)
Special presentation on Silverlight or SharePoint or both - Monday, March 02, 2009 7:00:00 PM
Special presentation/s on Silverlight or SharePoint or both. Speaker : Microsoft MVP
VSX and VS gallery - 3/9/2009 7:00:00 PM
Ken Levy is going to talk about Visual Studio extensibility (VSX) and VS Gallery (visualstudiogallery.com)
WCF and WF: Two Great Technologies That Go Well Together - Monday, March 23, 2009 7:00:00 PM
WCF and WF: Two Great Technologies That Go Well Together - Monday, March 23, 2009 7:00:00 PM
Abstract: Windows Communication Foundation provides a service-oriented programming model for building distributed applications. Windows Workflow Foundation provides a programming model for building workflow enabled applications. Combine the two of them together and you can build even more powerful applications. In this talk, you’ll see how to expose a workflow as a WCF service (aka a workflow service) as well how to call a WCF service from inside a workflow. You’ll get an in-depth look at the mechanics of doing this (including how to use the Receive and Send activities in a workflow, how to host a workflow service and what your config files needs to look like) and of making it work.   Speaker: Robert Green   Bio:
Advanced developer features in Visual Studio Team System 2010 - Monday, April 13, 2009 7:00:00 PM
C# 4.0 – Dynamic - Monday, April 06, 2009 7:00:00 PM
Abstract: One of the main features that are introduced in C# 4.0 is Dynamic. By using this feature you will be able to more easily interop with dynamic languages such as IronPython, have a better COM experience and also leverage the notion of late binding for regular .NET objects. This talk will try explain how things work beneath the cover and in doing so  will give you a better understanding of how to use it.   Speaker: Alexandru Ghiondea Alex has been a member of the C# compiler QA team for about 2 years. Before that he was a student at the “Politechnics” University of Bucharest and also the team lead for the Microsoft Student Partners team at the University. He has been using C# since 2003 for both Windows and web applications.
C# 4.0 – Dynamic - 4/6/2009 7:00:00 PM
Abstract: One of the main features that are introduced in C# 4.0 is Dynamic. By using this feature you will be able to more easily interop with dynamic languages such as IronPython, have a better COM experience and also leverage the notion of late binding for regular .NET objects. This talk will try explain how things work beneath the cover and in doing so  will give you a better understanding of how to use it.   Speaker: Alexandru Ghiondea Alex has been a member of the C# compiler QA team for about 2 years. Before that he was a student at the “Politechnics” University of Bucharest and also the team lead for the Microsoft Student Partners team at the University. He has been using C# since 2003 for both Windows and web applications.
Advanced developer features in Visual Studio Team System 2010 - 4/13/2009 7:00:00 PM
DSL Developers Conference - 4/16/2009 2:00:00 PM
Benefits: All interested in Domain Specific Languages Sponsor: Chris Sells Location: Building 99 Rm 1919 14820 NE 36th ST Redmond, WA 98052 RegFee Single: 0 RegFee Couple: 0 Start Time:02:00 PM Description:Everything you wanted to know about creating specialized languages to body-slam your industry-specific problems. Why to make them, how to abuse them, and when to use them. Thursday Afternoon, All day Friday. Contact Name:Chris Sells Phone: 4258828080 Email address: csells@microsoft.com Web URL: http://sellsbrothers.com/conference/
C# 4.0 COM Interoop - Monday, April 20, 2009 7:00:00 PM
Ying Peng, 1)      Embed COM (Interop) Type – when referencing a COM Interop binary, C#4.0/ VS2010 provides a new functionality to embed used Interop types into user’s assembly; so at runtime, the Interop is NOT needed anymore. This is great for deployment when you have to ship marched Interop with COM binary; 2)      Type Equivalence using 1) – The same technique can also be used to do type equivalence at runtime, so an app could be forward compatible. By this, I meant that when an app built with the new NOPIA feature which embedded, say, an interface, from a dll, the app can talk to newer version of that dll if it has same interface, and the methods you have used are available. 3) Co/Contra Variance for generic type. BIO: Ying has joined C# compiler team a little over 2 years now (Same team as Alex Ghiondea, who did ‘dynamic’ talk weeks ago). Before, he has worked at another Microsoft team, and some other software companies. Before coming to US, he was teaching compiler at
Microsoft Visual Basic IDE Tips and Tricks - Monday, April 27, 2009 7:00:00 PM
Abstract: Learn how to become a Visual Basic coding guru! In this fast-paced session, learn to write code faster than a speeding bullet, leap around large projects in a single bound, and become more powerful than a locomotive with the debugger. We take a wild ride through IDE features and technologies from Microsoft Visual Studio 2005, 2008, 2010 and indispensible out-of-the-box solutions that will help you get your job done better and faster.   Bio: Dustin Campbell is a program manager in the Visual Studio Managed Languages group at Microsoft where he works primarily on the Visual Basic IDE experience. Before joining Microsoft, he developed much of the low-level plumbing of the award-winning CodeRush and Refactor! products at Developer Express. A regular speaker, Dustin is a noted authority in many advanced areas of the Microsoft .NET Framework and dives deep “under the hood” of any technology that he works with.
Discovering Online Resources and the State of .NETDA - Monday, May 04, 2009 7:00:00 PM
This is a special meeting with Ken Levy giving a special presentation as well as hosting an open forum discussion about the state and future of our for .NETDA (.NET Developers Association) user group. Ken is also the new Community Marketing Director for .NETDA. To start, Ken will do a presentation for developers on discovering online resources and social media that will include a wide variety of tips and demos of many online resources, including msdn.com, blogs, tips on using Twitter (including RSS and search), Channel 9, MSDN forums, podcasts, conference content online, magazines and digital content, books and eBooks, VS Gallery, Code Gallery, CodePlex, Microsoft downloads, tips on communicating with Microsoft, and local northwest developer events.   In part two of this meeting, Ken will hosting a state of the union and the future roadmap plans for our .NETDA user group including ideas for topics and speakers, ways to grow the member attendance, ideas for improving networking among
C# 4.0 features explained - Monday, May 11, 2009 7:00:00 PM
Abstract: In this talk, we’ll start by taking a look at the new language features in C# 4.0, and understanding what they do. We’ll examine design principles around the features, and look at common usages for each of the features. We’ll then pop the hood and take a deeper look into what happens behind the scenes. How do these new language features interact? How do they affect the performance of your applications? What are some best practices in order to not abuse the features? We’ll aim to answer these questions and more. Speaker: Sam Ng is one of the developers on the C# compiler team. Deeply interested in the core of the language, Sam gets the unique privilege of being a part of designing the language, and being one of the core implementers of the compiler. This time out, he's gotten to work on most of the core features of the C# 4.0 language – dynamic binding, named and optional parameters, and the NoPIA feature. Sam enjoys the challenging problems that the team face, and lo
ADO.NET 3.5 Synchronization Services: Handling Concurrency - Monday, June 01, 2009 7:00:00 PM
Abstract: This session discusses how to build a Local Data Cache leveraging Visual Studio 2008 and the SQL Compact engine but explores the technology to a deeper level. We’ll show how to avoid concurrency problems from the beginning and how to deal with them once they occur. We’ll see how to setup custom change tracking using SQL Server 2008 and highlight how it’s done in SQL Server 2005. We’ll also explore how SQL Server decides which rows are to be sent to the client with snapshot, download, upload and bi-directional synchronization. William (Bill) Vaughn is an industry-recognized author, mentor and subject-matter expert on Visual Studio, SQL Server, Reporting Services and data access technologies. He’s worked in the computer industry for over thirty-seven years. In 2000, after 14 years at Microsoft, Bill stepped away to work on his books, consulting, mentoring and independent training seminars. His latest books include Hitchhiker’s Guide to Visual Studio and SQL Serv
Memorial day holiday, No meeting - Monday, May 25, 2009 7:00:00 PM
No Meeting - Memorial Day
Architecture and Testing Features of VSTS 2010 for the Developer - Monday, June 08, 2009 7:00:00 PM
Abstract: In the last couple of months we shown the advanced developers features of Visual Studio 2010, what’s new for Testers in Visual Studio 2010…This month we will cover off the features that integrate the developer in the rest of the development lifecycle.   For instance you inherit a project and you need to seed how the code sequence fits together, or take a look at the dependencies or probably the most useful just how the project hangs together.  The first half of this presentation will show how the new Architecture tools isn’t just for Architects.  The second half of the presentation will then focus on the hand off and integration between your testers and developers.
Team Foundation Developers Unleashed (Dashboards) - Monday, June 15, 2009 7:00:00 PM
Abstract: The typical user group or conference has the Microsoft Program Managers doing the presentation while the developers are safely locked creating the features for the next version… For this session we have found the keys to two of the key Team Foundation Server developers Phil Hodgson and Ben Amodio and will be letting them out for a play in the wild!  Ben Amodio will be start the session with a demo of how he builds actionable dashboards with Team Foundation Server to see how he and his team is doing on their features.   Phil Hodgson will then take us on a tour of the features he has been building the dashboards shipping with Team Foundation Server 2010. Speaker:  Phil Hodgson, Ben Amodio
TBD - Monday, June 22, 2009 7:00:00 PM
Abstract: TBD Speaker:  Lucian Wischik.    Lucian Wischik is the Visual Basic language architect. Since joining the VB compiler team two years ago he has worked on new features for Visual Studio 2010 relating to type inference, lambdas and generic covariance. In his five years at Microsoft he has also worked on the Robotics SDK and concurrency, and has published several academic papers on the subject. Before coming to Microsoft he took a PhD in concurrency theory at the University of Cambridge and worked as a researcher at Bologna University in Italy. Despite this theoretical slant, he's most at home when writing practical code. He's a keen sailor and long-distance swimmer.
Shiny and New: New Gotchas in Visual Studio 2010, and New Things to do with VB - Monday, June 22, 2009 7:00:00 PM
Abstract: This talk will be a grab-bag of new things you can look forward to in Visual Studio 2010, including: ·         New in .NET4: IEnumerable and IComparable will let you tie yourself up in knots in new unexpected ways. I’ll explain how, why, and how to avoid it. ·         New ideas for implementing simple Web services: use VB instead of ASP/PHP/ruby/whatever. I’ll show how to fit things together and where it might work well. ·         “Touchless SDK”, an easy way to get webcam input and motion-tracking. I’ll show the code you need to hook it up. Speaker:  Lucian Wischik.    Lucian Wischik is the Visual Basic language architect. Since joining the VB compiler team two years ago he has worked on new features for Visual Studio 2010 relating to type inference, lambdas and generic covariance. In his five years at Microsoft he has also worked on the Robotics SDK and concurrency, and has published several academic papers on the subject. Before coming to Microsoft he took a
Memorial day holiday, No meeting - Monday, July 06, 2009 7:00:00 PM
No Meeting - Memorial Day



7 - Windows Mobile
User Poll
Which SQL server version do you use most




Archived Polls

Shop online

HyperLink  

HyperLink  

HyperLink  

Skip Navigation LinksHome
Speakers
Doug Seven

Upcoming Events


7/13/2009   General Meeting   Jimmy   Schementi
7/20/2009   General Meeting   Jonathan   Carter
7/27/2009   General Meeting   Beth   Massi
8/3/2009   General Meeting   Brian   Henderson
8/10/2009   General Meeting   Ted   Neward
Previous Events

imageNext .NETDA EVENT

Date: Monday 7/13/2009
Event: General Meeting
Location: Microsoft Building 40, Steptoe Room #1450
Meeting Leader: Roger Smith
Time:  7:00 PM
Topic: IronRuby and IronPython are important to you -- you just don’t know it yet
Speaker: Jimmy Schementi
Abstract:
Ever wanted time to see what all the Ruby, Python, and general dynamic language hype about is all about? Come to this tag-team-talk from two IronRuby team members about what interesting roles dynamic languages can play in your daily dev-lives. Lots of ground will be covered, from client-side development with WPF and Silverlight, testing C#/VB.NET applications, and adding scripting support to existing codebases. Come to this talk to learn how to be more productive on .NET.
 
Bio:
Jimmy Schementi works on IronRuby and IronPython, open-source dynamic languages for .NET. He enjoys black screens, keyboard-only input, and pretty-but-modest user interfaces. When he grows up he wishes to be an if-statement: those things are decisive. Interested? Read more on http://blog.jimmy.schementi.com, and come to this talk.
 


A printout of the invitation or your email announcement is required for access to meetings in Microsoft buildings.


Would you like to learn more about Microsoft's .Net technologies?

.NET Developers Association (.NETDA) sponsors a variety of events. Each month you can choose from several meetings - each one focusing on a different theme. All of our meetings are filled with topics that are interesting, timely and useful. Our events are geared towards increasing your knowledge of the .NET technologies - while having fun!

Currently, on our agenda, we have: 

No pre-registration is needed, just show up and learn! Meetings are open to members and any interested parties. *Since we hold our meetings at the Microsoft corporate campus, you must bring a copy of the event (meeting) notice to present at the door. You can obtain this by printing the event notice or receive one automatically by email, if you register as a a guest or become a member.


Monthly General Meeting

The .NETDA monthly General Meeting is our main event. Up to three speakers will be at each meeting sharing their in-depth knowledge on a wide variety of subjects. If you haven't been to a meeting, you are missing out on some great presentations, education and people. This is an oppurtunity to see advanced software technology before it is published in MSDN magazine.

 

Some of the topics that were covered recently include: .NET, C#, ASP.NET, XML, COM, WCF, WPF, Silverlight, Interfaces, Object Based programming, SOAP, SQL Databases, VB Add-ins, N-tier development and Automation .

Many of our speakers are well-known computer book authors.

Get the advanced peek at software and technologies, which will shortly be part of your development environment. This is an oppurtunity to gain insight into  developer tools and which are demonstrated to show the best way to get the most mileage from them.  

Some of the languages that are discussed, but not limited to:

C#, VB, SQL, F#, Python, Ruby, Silverlight, PowerShell, LINQ  and other upcoming

Plus each meeting has a Q & A session and giveaways and raffle prizes . No pre-registration needed, just show up!


Visual Basic Meeting

Learning a new software language is never an easy task. The .NETDA Beginners SIG is for programmers new to the VB and .NET technologies. Come ask the questions that you wanted to ask but were afraid were too fundamental for other groups.

Each meeting will include at least one featured presentation and a Q&A session.

 

Database Development Meeting

Database access is at the root of most professional developer projects. .NET provide a rich and varied set of database tools.  Cut through all the hype and learn what it really takes to create useful data-aware applications. Some of the topics covered: ADO, ADO.NET, SQL Server, OLE-DB and LINQ .

Each meeting will include at least one featured presentation and a Q&A session.

  

WebDev Meeting

Web applications are hot right now. Web development skills are growing ever more imperative in a programmers toolbox. Whether it is .NET, XML, ASP, Scripting, CSS, ActiveX or DMHTL there is a continuous stream of new technologies to master in the Internet world. The WebDev meeting is targeted at developers who need to learn as much as they can about the Internet.


Each meeting will include at least one featured presentation and a Q&A session. 

Membership in .NETDA is currently $40 dollars a year. .NETDA is a non-profit group and your membership dues help support our association. More details about .NETDA and membership benefits are available under "Join Us!"  If you have additional questions, please contact Member Services.

All .NETDA meetings are open to the public - you do not need to be a member to attend.

"Join Us!"

 



 I'm a member of the PayPal Developer Network Powered by ASP.NET 2.0 Site uses ASP.NET AJAX  Windows mobile logoLet us put your logo on our site
Sponsor Images  
       
 
Making websites work
CopyRight (C) 2003..2008 Kevin Supinger.                      
All trademarks are the property of their respective owners.                               Contact Us Here