Pittsburgh .Net User Group

Serving .Net Developers of Western Pennsylvania

PSA: PittJUG is hosting Git workshop

Comments Off

Distributed Version Control is the latest fad for keeping your source code safe and under control. Git, a DVCS created by Linus Tovolds to host Linux development has grown by leaps and bounds and is now even being used for a lot of .Net Open Source projects on GitHub. Matthew McCullough, a trainer for GitHub, will be conducting a workshop on Git at the February PittJUG meeting on Tuesday, February 21st at 5:30 @ the Pittsburgh Technology Council.

If you have interest in finding out more, the PittJUG group has extended an invitation to the PghDotNet membership (and anyone else interested), so for more details or to sign up, check it out here: http://www.pghtech.org/networks/PittJug/events.aspx

January Meeting – Async Programming: Past, Present, and the Future

Comments Off

Have you ever wondered how you could run more than one piece of code at the same time? Or maybe you would like to utilize a multiple processor computer so that your code can run quicker? These are just some of the problems that asynchronous (async) programming can help solve. In this session, we will begin with a brief overview of async programming and why it is needed, along with some possible pitfalls. Then, we will see with how async programming has been accomplished in the past, how it is accomplished today, and how it looks to be accomplished in the future. This session will be a basic to mid-level introduction to the async programming model from .Net 1.1 to .Net 5.0.

My Photo Justin has been working with C# .NET for a little over 5 years, but recently has spent a good portion of 2008-2010 working primarily with Microsoft SQL Server. Recently, he has transitioned to DDI (http://www.ddiworld.com/), a talent management company utilized by many well-known organizations. There, he has been able to work more software development in an agile environment. He particularly is interested in software as a craft rather than a job, with continuous improvement and an open mind being the most important aspects to him. He has always enjoyed helping/teaching others, and is very excited to finally dive into the world of public speaking.

Blog:http://justin-pihony.blogspot.com/

Twitter:@ScorpionbSmiter

Presentation & Content:  Async Programming & Async Presentation

PGHDOTNET 2012 Call for Speakers

Comments Off

The Pittsburgh .NET User Group is looking for speakers to start filling our 2012 schedule.  Below are the dates of the first 4 meetings in 2012 and the topics that we would like to have.  The topics are at a very high level so basically anything that would fall until this buckets would be great. Read the rest of this entry »

December Meeting – Expression Trees – The Missing LINQ

Comments Off

People use LINQ pretty regularly now, but how many people understand what is really going on behind the scenes.  Under the hood of LINQ is a powerful concept called Expression Trees, and understanding how these work can help you to create smarter and more flexible code.  We’ll take a look at Expression Trees basics, look at a helpful toolkit called PredicateBuilder that lets you build more dynamic LINQ statements, and also look at how you can use Expression Trees to make your LINQ statements extremely flexible based upon user input.  We’ll look at how you can also incorporate Expression Trees to make your searching with jqGrid a little easier and smarter.

David Hoerster, a C# MVP, is a recovering corporate financial analyst and has been working with the Microsoft .NET Framework since the early 1.0 betas. He is the co-founder of BrainCredits (www.braincredits.com), a recent start-up that is hoping to change the way people learn on the web. David is the co-chair of the Pittsburgh .NET User’s Group (PGHDOTNET), organizer of several recent Pittsburgh Code Camps and is also an occasional speaker at Pittsburgh and regional user group and code camp events. David can be found rarely blogging at http://geekswithblogs.net/DavidHoerster and also is an occasional Tweeter (@DavidHoerster).

November Meeting–Intro to LightSwitch

Comments Off

Are you tired of writing internal business applications in Access so you can finish them quickly, only having them end up hard to maintain or too slow after users are added? Wishing there was a tool using .NET and SQL to quickly write those applications? If so, then come learn about Visual Studio LightSwitch 2011. Mike Bird of Sharp Dudes will give an introduction to one of Microsoft’s latest rapid development tools. He’ll cover what it is, and show you some of its customization points so you can get started with your own application.

Michael BirdMike Bird is a co-owner and Principal Architect for Sharp Dudes, LLC. He has been working with Microsoft technologies since before Windows 3.0 and .NET since 1.0 and has worked in various markets from Train Control, to Artificial Intelligence, to Health Care. Mike is currently learning to program for Windows Phone 7 and is trying to find more time to blog.

In his spare time, Mike enjoys trying the various micro-brews in the area, riding his Jet Ski, reading, playing PC and Xbox 360 games online, and would like to get back into Golfing.

Presentation Materials

PGHDOTNET’s WP7 Application Development October Webcast Series

Comments Off

Interested in developing Windows Phone 7 applications?  Would you also like to find out how you could turn your idea into an application that you can sell on the Marketplace?

The Pittsburgh .NET User Group is hosting a series of Windows Phone 7 Development webinars during the month of October. We have four great presentations from four experts to help you get up to speed with everything you need to know about building great Windows Phone 7 applications.

So tune in each Thursday from noon to 1 PM (Eastern Time) during October.  The schedule and session details are as follows:

Agenda

Date

Title

Speaker

10/6

WP7 OnRamp

Rich Dudley

Interested in developing for Windows Phone 7, but don’t know where to start?  Did you know you don’t need a phone or to buy any tools to build WP7 apps?  In this session, we’ll look at the basics of the Windows Phone 7 platform, the tools needed to get started, and how to get started developing.  We’ll touch on the Metro design philosophy, data storage, and design patterns which are useful in building WP7 apps.  By the end of this session, you’ll be ready to dig in and start bringing your big idea to life!

Registration URL: http://pghdotnet-wp7-p1.eventbrite.com

10/13

Building a Simple WP7 Game using XNA

Steven Hook

Steven will be demonstrating how you can get started right away with XNA game development by creating a simple Breakout style game. The game will cover the basics of how to handle:

  • The update loop
  • The draw loop
  • Creating and managing sprites
  • Fonts
  • Collisions
  • User input
  • Adding sounds

The concepts are explained as he builds a functional game from scratch. Steven will also talk about how to create your own game framework to make some of these common game mechanics easier to manage.

Registration URL: http://pghdotnet-wp7-p2.eventbrite.com

10/20

Accessing Data in WP7 Applications

Greg Lutz

Data, whether in the cloud, on your company’s server, or locally on the phone, will be a key ingredient in your Windows Phone application. In this session we’ll go over the many ways you can access data including Web services and isolated storage. We’ll also look at some of the unique data sources to the phone: sensors and GPS.

Registration URL: http://pghdotnet-wp7-p3.eventbrite.com

10/27

Making Money with WP7 Applications and the Marketplace

Henry Lee

Nokia will be bringing 150 million users of Windows Phones. Are you ready to develop your Windows Phone App and submit to Windows Phone Marketplace and watch cash rolling in millions? In this session, I will share basics of Windows Phone Marketplace and then share numerous ways to make money in Windows Phone Marketplace and also development tricks to improve those odds of becoming next successful application.

Registration URL: http://pghdotnet-wp7-p4.eventbrite.com

October Meeting – Extending PowerShell

Comments Off

Come join us for our October meeting where Anthony Mastrean will show us how to run Git on Windows in PowerShell! We’ll modify our PowerShell profile and console. Learn how to download and update modules from the web. How to create your own modules and upload them to github. While we’re at it, we’ll dig into some modules he’s working on and look at some capabilities and features of PowerShell script modules.

BIO
Anthony has been working in .NET for 5 years and has developed a passion for learning and teaching. He currently works for Omnyx, a Pittsburgh-based startup leading the way in digital pathology. He’s worked on mobile platforms, test automation, WPF, and machine control.

 

Happy 40th Dave!

Comments Off

Happy Birthday Dave!

Another Show!

Comments Off

After a bit of delay, we’re happy to announce show #2 next Tuesday (9/27) at 9:00. Register here to listen live: http://pghdotnetshow.eventbrite.com/

Pittsburgh PowerShell User Group

Comments Off

If you have a love (or interest) of PowerShell and can’t make it to this month’s meeting, or this month’s meeting just isn’t enough, there is an effort underway to get a PowerShell user group started in Pittsburgh. Check here for details and to express your interest.