Search  
Thursday, March 11, 2010 ..:: Meetings » SGV.NET Meetings Archive » 2008 Event Archive ::.. Register  Login

Welcome to San Gabriel Valley .NET Developers Group website; home of software architects, developers and Microsoft.NET framework enthusiasts. Read More

 Register & Login


   


    

 Our Sponsors

Apress

Asp.NETpro

balsamiq

CodeSmith

ComponentOne

Green Dot Corporation

JetBrains

Microsoft BizSpark

O'Reilly

RedGate

Telerik

TimeSnapper

Wrox


      

 Usergroup Links

      

UserGroups.jpg

 Dec 17th - Practical .NET Reflection w/ Steve Bearman
Reflection is powerful and is widely used in .Net. We'll use reflection to determine objects' types at runtime, invoke class methods dynamically, and more. We will construct classes dynamically, even with parameters. Using reflection, we'll build a Factory Method for constructing classes. We will use our reflection-based Factory Method in a dynamic Plug-In architecture (useful for isolation/separation of concerns, dependency injection, etc.) Reflection is also useful in dealing with data, and we will use reflection to synchronize data across classes.

About the Speaker:

Steve Bearman is a software developer with his company, Suzy B Studios, and with Systems Engine and Chase Computing International. He has developed software throughout his professional career, originally in direct support of science and engineering, later for the broader range of technology, medicine, business, ecommerce, and finance. He has taught graduate-level computer science, and has published technical papers dealing with the collection and use of data. He has designed and developed the software for a large networked GPS-based fleet management system used internationally; develops financial analysis and support software for a very large, successful hedge fund; and through Chase Computing has just finished a second one-year contract at NASA/JPL developing .Net Web software in support of the Deep Space Network.

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts
    * 7:30p Break
    * 7:45p Presentation Resumes
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way

      

 Nov 19th - Code Excellence for the Average Programmer w/ Llewellyn Falco & Woody Zuill
This is a code intensive presentation on how to build quality into your project and keep your code healthy througout it's life. As a project progresses from an idea to a working application and eventually into production, the code naturally becomes more complicated and is constantly in danger of becoming hard to work with and easy to break. Each new method, module or class, and each new feature or fix might be the straw that breaks the camels back. Probably not, but there is always the chance that some little change or fix will end up being an all-nighter.

We're always in a struggle to keep our sanity while still keeping on schedule. Join us in this adventure as we explore an attitude and approach (as well as some tools and techniques) that can help us in our quest for code excellence.

About the Speaker:

Woody Zuill is currently working as a Senior Software Engineer and team lead, as well as a ScrumMaster, doing ongoing development for a large application that is used all over the world to provide highly customizable customer care and billing to pay media operators. Woody has been programming computers for about 25 years, but has only taken it seriously for the last month or so although he holds an MCSD and is a Certified ScrumMaster (whatever that is). He has years of experience in the custom manufacturing of graphics and signage for televised sporting events where deadlines actually have meaning, and spends his spare time writing about himself in the third person. His blog address: http://zuill.us/WoodyZuill/

Llewellyn Falco is an Xp / Agile coach and a speaker at local user groups and code camps. He also run the approvaltests package on sourceforge

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts
    * 7:30p Break
    * 7:45p Presentation Resumes
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way

      

 Nov 11th - 13th - Irvine Tech Days 08
Hey SoCal Developers, if you didn't have the time to go to the PDC but still want to hear about some of the new technology previewed there, then make sure you attend the TechDays event in Irvine. It's FREE!!!  Register here : http://www.msdnevents.com/orangecounty/  Did I mention its FREE!!.. Come see Daniel Egan, Lynn Langit, Mike Vincent, Andrew Karcher, David Chou, John Miller, talk about some exciting new content.  Like ASP.Net 4.0, Parallelism and Language Futures, the new Cloud Computing architecture from Microsoft (Azure) and much much more.  And, by the way, Its FREE!!!    See you there.
 
If technology is the backbone of your business, you won't want to miss out on the TechDays '08 event in Costa Mesa, CA. Filled with exclusive product information presented by insider experts, TechDays '08 will show developers, IT professionals, IT executives, and partners how Microsoft technology can take their business to the next level.
          
For more information and to register for the event go to http://www.msdnevents.com/orangecounty/


      

 15th Oct – LINQ with Daniel Egan
To the untrained eye, LINQ may seem like a brand new technology but it has actually been over 7 years in the making. In this session we will uncover where LINQ came from and why you need to pay attention to it. (Anders Hejlsberg is the project sponsor) We will discuss what an ORM (Object Relational Mapper ) is and why you want to use one. We will explore the language enhancements that make LINQ possible and then dive into the fundamentals of the LINQ pipeline and language. We will wrap up the session by discussing how you should integrate Linq into your ASP.Net Application ( ie. not in your code behind pages)

About the Speaker:

Daniel Egan - MCT, MCSD, ASP.NET MVP and an INETA speaker. Daniel is the founder of Odyssey Consulting Group Inc, a Southern California software development company. He has written several articles for asp.netPRO magazine, and is the author of several books including an upcoming title on design patterns from WROX.

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts
    * 7:30p Break
    * 7:45p Presentation Resumes
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way

      

 17th Sep – Programming ASP.NET MVC with Jeff Bergman and Adnan Masood
Learn ASP.NET MVC and build a simple Blogging Engine


Session 1: In the first part of this presentation, Adnan Masood will be discussing the ASP.NET new built-in support for developing web applications using a model-view-controller (MVC) based architecture. He will be demonstrating along with code samples the MVC framework methodology that divides an application's implementation into three component roles: models, views, and controllers. The presentation will demonstrate key differences (lack of postback, view state etc), code samples and compare and contrast between “classical” ASP.NET applications and MVC framework.

Session 2: In the second part of this presentation Jeff Bergman will demonstrate building a simple blogging engine using ASP.NET MVC framework and LINQ to SQL. This part of presentation will be a focused on practical demonstration of how to do everyday web application tasks such as displaying blog entries from database, insert/update/delete operations using ASP.NET MVC style development with LINQ. Jeff will then show some of the key aspects of YABE, an open source blogging engine built using ASP.NET MVC. Jeff is the co-creator of this CodePlex project which can be accessed here. CodePlex.com/YABE.

About the presenters:

Adnan Masood works as a Sr. Software Engineer / Technical Lead at Green Dot Corporation where he builds SOA-based enterprise applications. He is a regular speaker to technical conferences, user groups and code camps, is attributed and published in print media and on the web, and holds a Masters Degree in Computer Science. Adnan is actively pursuing his doctoral degree in Machine Learning and is highly involved in the .NET community as co-founder of the San Gabriel Valley .NET Developers group. He holds various technical certifications including  MCPD.NET (Enterprise Developer),  MCSD.NET, and SCJP-II and is also a Microsoft Certified Trainer (MCT). His blog can be found at AdnanMasood.com

Jeff Bergman works as a senior software engineer at Green Dot Corporation where he leads the web and distributed application development. With a wide array of experience building highly volume, transactional and scalable systems at Reuters and Fandango, Jeff hold M.S. in Computer Science from UCLA. His research interests are functional programming, causal reasoning, artificial intelligence, computer vision, data mining and various subjects related to computer science. Jeff’s blog can be found at jeffbergman.com

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts – Session 1
    * 7:30p Break
    * 7:45p Presentation Resumes – Session 2
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way.


This meeting is sponsored by Green Dot corporation. There is no Entry fee.



      

 Next Code Camp October 25th and 26th at University of Southern Califorina

Next Code Camp October 25th and 26th at University of Southern Califorina

SoCal_CodeCamp_LA_Banner-001.png

Code Camp is a place for developers to come and learn from their peers. This community driven event has become an international trend where peer groups of all platforms, programming languages and disciplines band together to bring content to the community. Details here.


      

 20th August – Jon Flanders on Programming with REST & WCF


Programming with REST & WCF


One of the key new features of Windows Communication Foundation 3.5 (WCF 3.5) is the Web Programming Model. The Web Programming Model enables developers to build Services using a RESTful architecture. The number of services implemented using this new architectural approach out in the wild is growing by leaps and bounds. In this session we cover the basics of REST versus SOAP/WS-*, and how to build Services using WCF 3.5 that are RESTful in nature. We also talk about adding Web feeds (RSS and/or ATOM) to our Services, which can enable easy access to enterprise data.

About the Speaker:

Although Jon spent the first few years of his professional life as an attorney, he quickly found chasing bits more interesting than chasing ambulances. He first worked at the University of Minnesota, building a financial reporting Web site using ASP and SQL Server, specializing in automatic integration between multiple data stores. Since joining the training industry in 1999, Jon has devoted his time to working on various projects while migrating from the world of ASP and COM to the world of .NET, ASP.NET, and Web Services.

Jon is most at home spelunking, trying to figure out exactly how things work. Deducing the details and disseminating that information to other developers is his passion. Jon wrote Essential ASP for Addison-Wesley, and co-authored Mastering Visual Studio.NET for O'Reilly. His most recent technology interest is BizTalk 2004. He has been working with BizTalk 2004 since before its public release, authoring BizTalk courseware, articles, and utilities, as well as providing BizTalk consulting services. Jon has also been involved with Windows Workflow Foundation since its beta release, and currently has been working with Microsoft delivering jumpstart training for BizTalk Server 2006 R2.


Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts
    * 7:30p Break
    * 7:45p Presentation Resumes
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way


      

 July 16th - David Yack on Exploring the Entity Framework

Exploring the ADO.NET Entity Framework


ADO.NET Entity Framework is part of the upcoming .NET 3.5 Service Pack 1 release and is a strategic part of Microsoft's data access strategy.  Join David as he walks us through how Entity Framework aims to improve the  mismatch between data storage and data usage by applications.  In his talk he will explore the Entity Data Model and the various techniques for accessing using the client libraries that are part of the Entity Framework.  With V1 of Entity Framework almost ready to go out the door, David will also touch on efforts already underway for V2.


This is an INETA sponsored event. There is no entry fee and the event is free for attendees.

About the Presenter

David Yack is the CTO of Colorado Technology Consultants, a Microsoft Gold Certified Partner based in Colorado. As a senior hands’ on technology and business consultant with over 18 years of industry experience, David enjoys developing applications for the Microsoft platforms, specializing in large system architecture , design and integration. David embraced .NET during the final beta days of version 1.0 and has been helping clients migrate and build new applications on the technology, as well as helping to mentor and train their staffs.

David is a Microsoft Regional Director and is also a Microsoft MVP for ASP.NET. David is a frequent speaker at user group and industry events and is co-author of two NET 2.0 related books. David founded and is on the leadership team for the South Colorado .NET User Group and lives in Colorado Springs with his wife and two kids. You can always track David down via his blog at http://blog.davidyack.com where he writes about his .NET adventures.

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts
    * 7:30p Break
    * 7:45p Presentation Resumes
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way.

 


      

 June 18th - Mike Vincent & David Wells on DLR & ASP.NET 3.5 Extensions

Two-in-one : DLR and ASP.NET 3.5 Extensions

Presentation Slides Download

Dynamic Languages and the DLR

ASP.NET Framework 3.5 Extensions

This is an exciting event for San Gabriel .NET user Group. In our June meeting, two excellent speakers will be doing talks on Dynamic Languages and the DLR and ASP.NET 3.5 Extension

Session 1 - Dynamic Language Runtime by Mike Vincent

The Dynamic Language Runtime (DLR) announced at MIX07 provides a dramatically better level of support for dynamic languages on .NET. Microsoft is bringing us Iron Python, Iron Ruby, Jscript and Visual Basic. Coupled with Silverlight, we are now gaining a broad addition to our development tool set that extends even to web based client-side code. So, what are the advantages you can gain from using dynamic languages? When and where should you consider dynamic languages? What’s important from the architect’s view, the developer’s view, and the business case view? This session is all about the changing architectural landscape with dynamic languages giving us new choices in choosing the best tool for the job. Key Take Aways 1. Can you improve coding productivity and maintainability with dynamic languages? 2. What design patterns should you give specific consideration to for dynamic languages? 3. Can you take greater advantage of client side processes at run-time?

Session 2 - The ASP.NET 3.5 Extensions by David Wells

The ASP.NET 3.5 Extensions Preview has been released to show the new features that are being added to ASP.NET and ADO.NET. These features include the ADO.NET Entity Framework, ADO.NET Data Services, ASP.NET MVC, and ASP.NET Dynamic Data. Also included are ASP.NET MVC framework, AJAX history support and ASP.NET controls for Silver light. We will review these new features and look at demo examples.

About the Presenters

Mike Vincent is a solutions architect based in Orange County, California providing clients with software architecture, application lifecycle management and development services, primarily focusing on Microsoft .NET technology. He has been in the software business for over 20 years in addition to engineering and marketing management positions. He founded both the IASA SoCal Chapter and the Orange County C# Developers group and is Treasurer of INETA NorAm. His blog can be found at http://mvasoftware.com/blogs/

David Wells is the Principal Solution Developer at Avanade. With 15+ years of Software Development & Management Experience he is a User group leader and speaker for Southern California .NET Architecture Users Group, Orange County Visual Basic Users Group and Orange County .NET Server Users Group.

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts – Session 1
    * 7:30p Break
    * 7:45p Presentation Resumes – Session 2
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way.


      

 MSDN Webcast: geekSpeak: REST and Windows Communication Foundation 3.5

MSDN Webcast: geekSpeak: REST and Windows Communication Foundation 3.5 with Adnan Masood

This geekSpeak is a very RESTful one. Distributed systems guru Adnan Masood introduces the Representational State Transfer (REST) architectural style and its design principles, and he discusses how they can be implemented using Windows Communication Foundation (WCF) 3.5. Adnan offers guidance and takes questions on when to choose a RESTful design over SOAP-based services and how WCF fits into the spectrum of Microsoft technologies that include ADO.NET Data Services (Astoria) and ASP.NET MVC. Your hosts for this geekSpeak are Lynn Langit and Glen Gordon.  

View the webcast recording here.



      

 May 21st - Paul Sheriff on Architecting ASP.NET 3.5 Applications

Paul Sheriff on


Technologies: VS.NET 2008, ASP.NET 3.5

Session Abstract:
Putting together an ASP.NET Application so that it is easy to maintain, easy to change the look and feel of, and is flexible can be a real challenge these days. In this session you will learn how to take advantage of Master Pages, Themes, Skins and CSS for building the front end UI. In addition, you will be exposed to other concepts like the use of Providers for maximum flexibility in dealing with exceptions and configuration management. You will also see an example of using N-Tier LINQ to SQL classes.

You will learn:
  1. Creating maintainable Master Pages
  2. The appropriate use of Themes, Skins and CSS
  3. Effective exception management
  4. Flexible configuration management using the Provider model
  5. N-Tier LINQ to SQL

Speaker's Bio:
Paul D. Sheriff is a recognized leader in the Visual Basic development community and the Microsoft Regional Director for Southern California. Paul is a frequent speaker at Microsoft Developer Days, Microsoft Tech Ed, Microsoft "MSDN Presents", Access/VBA Advisor Developer Conferences, and user groups across the country. Paul is a contributing editor to Access/VBA Advisor magazine. You can also see Paul teaching .NET on Microsoft WebCasts and with Blast Through Learning videos (http://www.blastthroughlearning.com/). Check out Paul's book "ASP.NET Developer's Jumpstart" with co-author Ken Getz..

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts
    * 7:15p Break
    * 7:30p Presentation Resumes
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way.

      

 April 16th - Lynn Langit on Data Mining using SQL Server 2008

Lynn Langit on


Download the Presentations Slides Here

Technologies: SQL Server 2008, Business Intelligence Tools

Session Abstract:
Designed for working .NET developers, this session will present an overview of the Data Mining Algorithms in SQL Server 2008 namely Decision Trees, Clustering, Naive Bayes, Association Rules, Neural Networks, Time Series, Sequence Clustering, Linear Regression and Logistic Regression. You'll also see client applications that put these powerful algorithms to use.

Speaker's Bio:
Lynn Langit works at Microsoft as a Developer Evangelist for the MSDN team, based in Southern California. She talks with developers live and via webcasts about the latest and greatest .NET technologies and products. Prior, she ran her own .NET company, designing and implementing projects in the SOA, ASP.NET, BizTalk, SharePoint, SQL (OLTP and OLAP) and Active Directory domains. Lynn is the author of  'Foundations of SQL Server 2005 Business Intelligence' (APress). She is also a Microsoft Certified Trainer and holds the following certifications: MCP, MCSE. MCDBA. MCSD, MCITP (SQL Administration, SQL Development, SQL Business Intelligence), and MSF.

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts
    * 7:15p Break
    * 7:30p Presentation Resumes
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way.



      

 Gerald Walsh - Asynchronous Programming Demo
 TitleOwnerCategoryLast UpdatedSize (Kb) 
Gerald Walsh - Asynchronous Programming Demo Richard Trinh 3/23/2008 305.34 Download

      

 March 19th - Mark Miller on Windows Presentation Foundation Internals

Mark Miller on
Window Presentation Foundation Internals

PLEASE RSVP HERE

This is a INETA Sponsored Event.

Technologies: .NET 3.0, Windows Presentation Foundation

Session Abstract: Windows Presentation Foundation (WPF) includes some pretty powerful abilities. But it’s not all about gorgeous graphics. Come see the top five most compelling features of WPF you can exploit in your own applications, that have nothing to do with anything visual.

The Microsoft Windows Presentation Foundation provides the foundation for building applications and high fidelity experiences in Windows Vista, blending together application UI, documents, and media content, while exploiting the full power of your computer. The functionality extends to the support for Tablet and other forms of input, a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data driven UI and visualization, as well as the integration points for weaving the application experience into the Windows shell.

MarkMiller_Color.jpg

Speaker's Bio: Mark Miller is a C# MVP with strong expertise in decoupled design, plug-in architectures, and great UI. Mark is Chief Architect of the IDE Tools division at Developer Express, and is the visionary force behind productivity tools like CodeRush and Refactor!, as well as the DXCore extensibility layer for Visual Studio. Mark is a member of INETA and a popular speaker at conferences around the world and has been writing software for over two decades.

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts
    * 7:15p Break
    * 7:30p Presentation Resumes
    * 8:45p Raffle

Directions: Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way. 
  

Event Sponsored by INETA
ineta_logo.gif

      

 Sharepoint 2007 Training Class Discount
Ted Pattison is extending a discount to our user group. Users can get 10% off the list price of classes.

Just mention this brochure.

      

 Feb 20th - Gerald Walsh on Asynchronous Programming Revisited and Demystified

Technologies: .NET

Session Abstract: Since Windows NT 3.1 was first released in 1993, the Windows NT operating system has been a powerful pre-emptive multitasking environment. The advent of .Net has provided developers with significant and powerful tools to take advantage of this great capability, however, for many developers this has been, and remains to be, a subject of both confusion and frustration. In today’s world of Remote and Disconnected Systems, Service Oriented Architecture, and Extensible Application Architectures understanding asynchronous programming is more important than ever. This session will alleviate these concerns and provide insight into the patterns, models, objects, and practices of developing high performing multi-threaded applications. Topics and demos will include a deep dive into Events and Delegates, Asynchronous Coding Patterns used throughout the .Net Framework, and Understanding Multi-Threading and Thread Management.


GeraldWalsh.jpg

Speaker's Bio: Gerald Walsh is an independent consultant and instructor focused on software application development and training using Microsoft technologies. He has over 13 years experience in developing solutions with Microsoft tools, holds the MCSD, MCAD, and MCT certifications, and has worked for Microsoft in the role of Developer Evangelist. Gerald is also a Microsoft MVP for his past work in support of the developer community and for expertise in developing client software applications on the Microsoft platform.

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts
    * 7:15p Break
    * 7:30p Presentation Resumes
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way.

      

 2008 Southern California Code Camp Is Coming January 26th and 27th!

The 2008 Southern California Code Camp is an excellent opportunity to get some great and free training not far from home. It's coming on January 26th and 27th (Saturday and Sunday) to the Cal State Fullerton Campus...and best of all, it's FREE! For more details and to sign up, take a look at the web site. We hope to see you there.


      

 Jan 16th - Reza Madani on Business Intelligence with SQL Server 2008

Reza Madani on


Technologies: Business Intelligence, SSIS, SSAS, SSRS, SQL Server 2008

Session Abstract: Management of large data sources along with reporting & predictive analysis play a key role in today's enterprise businesses.  The intent of this presentation is to provide an overview of business intelligence components of SQL server, namely Integration Services, Analysis Services and Reporting Services.  It starts by covering key concepts in BI and continues by diving into the details of SSIS, SSAS and SSRS.  Plenty of examples are shown along the way to demonstrate the power of SQL Server BI tools.  Key new BI enhancements in SQL Server 2008 are also demonstrated.


Reza Madani.jpg

Speaker's Bio: Reza Madani is a principal architect at HarborObjects, a Microsoft premier partner based in Newport Beach, California.  Over the past 18 years he has worked in numerous platforms and technologies including .NET and J2EE.  Reza is the current president of the .NET User Group in Orange County.  He is a frequent speaker at many Microsoft events.  Most recently, he has been focusing on SQL server Business Intelligence and .NET 3.0 Windows Presentation Foundation.

Meeting Agenda:

    * 6:00p Mixer/Networking/Pizza
    * 6:30p Presentation Starts
    * 7:15p Break
    * 7:30p Presentation Resumes
    * 8:45p Raffle

Directions:
Park in parking structure at 570 E Huntington Dr, Monrovia, CA 91016 . Meeting is across the street in  605 E Huntington Dr. Once parked, use the overhead walk way to get to the building.  The meeting will be right inside the door after the walk way.

      

 Sitefinity Challenge Invitation for INETA
Sitefinity Challenge Invitation for INETA
Sitefinity Community Challenge! Sitefinity is our .NET based Content Management System.

By joining the challenge you will have the chance to win a Sitefinity license ($899 value) or a Microsoft Zune player. All you need to participate is spare 20 minutes and watch a few short videos and then answer 15 multiple choice questions. Thus you will enter the draw for the great prizes.

Join the Challenge

The Sitefinity Challenge will be open until January 31, 2008.
 


      

  LA Launch Registration is Open - Sign Up Now!
LA Launch Registration is Open - Tuesday, December 11, 2007
Come join your fellow .NET User members for the official launch of Visual Studios 2008, Windows Server 2008, and SQL Server 2008 in Downtown LA at the Nokia Theater on February 27th 2008.

Sign up here
Heroes Happen Here

First 1000 registrants get to come to an after party.

 


      

 Archived Events

      

 Book Reviews
Professional ASP.NET MVC
Professional ASP.NET MVC
Reviewed by Adnan Masood

...it's definitely a good introductory to intermediate hands-on starting book if you are interested in learning ASP.NET MVC framework

Read More

Pro SQL Server 2008 Service Broker
Pro SQL Server 2008 Service Broker
Reviewed by Sudheer K. Maharana

The chapters are well organized and contain enough information to give a beginner a jump start on Service Broker

Read More

 	
Knight's 24-Hour Trainer: Microsoft SQL Server 2008 Integration Services
Knight's 24-Hour Trainer: Microsoft SQL Server 2008 Integration Services
Reviewed by Sudheer K. Maharana

I am definitely going to refer this book to anyone asking me to learn SSIS and be confident about it.

Read More

Pro SQL Server 2008 Replication
Pro SQL Server 2008 Replication
Reviewed by Sudheer K. Maharana

I guess there are so many books out there on SQL Server replication but these advanced topics would have made the quality of this book even better.

Read More

SQL2008QueryPerformance
SQL Server 2008 Query Performance Tuning Distilled
Reviewed by Rajkumar Ramasamy

There is comprehensive information about most common performance issues that occurs due to Query designs and deadlocks.

Read More

ExpertIL
Expert .NET 2.0 IL Assembler
Reviewed by Jeff Bergman

The book is the only one that I have found on this topic and it is clearly written, and it may inspire you to take on a new project in IL

Read More

AgileRetrospectives
Agile Retrospectives
Reviewed by Kevin Au

A lot of the activities I've heard at one time or another such as Five Why's, SMART goals, +/Delta, but this book does a good job of putting them together in one place

Read More

CSharpCookbook
C# 3.0 Cookbook
Reviewed by Karen Ngo

This is a solid reference book, but I don't think it is absolutely necessary to have in one's library because you can get similar and relevant examples from MSDN.

Read More

Programming WCF Services
Programming WCF Services
Reviewed by Vu Tran

This book has turned into great resource for me. It covered every detail of WCF from the basic concept of service contracts, hosting, addresses, and binding to higher level such as concurrency, or security.

Read More


      

;Subscribe to MAKE and save!      Subscribe to CRAFT and save!
Copyright 2005-2009 by San Gabriel Valley .Net Developers Group   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2010 by Perpetual Motion Interactive Systems Inc.