Chris Koenig

Developer Evangelist with Microsoft

Homepage: http://openid.koenigweb.com/chris

Yahoo Messenger: ChrisKoenig0000

Jabber/GTalk: ChristopherKoenig

AIM: YesRocker


Posts by Chris Koenig

startscreen_print.jpg

Windows Phone 7 Bootcamp

startscreen_printAre you ready to gain access to the latest tools, turning your hobby into a source of revenue, or expand your network?

Stop dreaming. Start building. Join us for a new series of Windows Phone 7 Bootcamps where you can get an inside track on how to be part of the next step of Microsoft’s mobile strategy and get hands-on training for building Silverlight-based applications.  These free, live learning sessions explore the latest tools, discuss tips and technologies, and provide access to Windows Phone 7 experts.

ATTEND these special events and learn about:

  • the Windows Phone 7 platform
  • building Silverlight Applications for Windows Phone 7
  • submitting your application to the Windows Phone 7 Marketplace

WinPhone_v_webTake advantage of this opportunity to explore with a Hands-on Lab where you can leverage the Windows Phone 7 Experts and your peers as you build your Windows Phone 7 Application.

Dallas, TX

August 4

Little Rock, AR

September 15

Austin, TX

September 22

Tulsa, OK

September 28

Houston, TX

September 30

Events run from 8am–5pm

Seating for the live event is limited, so register today.

OKC VS2010 Community Launch

For those of you in the Oklahoma City area, I’ll be presenting the opening Keynote at the upcoming Visual Studio 2010 Community Launch put on by the Oklahoma City Developers Group on August 2nd.  More information can be found at their website:

Visual Studio 2010 Community Launch

 

 

Come join us for all the fun!

Microsoft Announces WebMatrix Beta

WebMatrix

Released in beta form today, Microsoft WebMatrix provides everything a developer needs to get started developing web applications on the Microsoft technology stack. Included in the package are a development web server called IIS Developer Express, SQL Server Compact for easily building databases that support your website, and a rich publishing tool that allows you to easily get your applications published to the web.

WebMatrix also include support for the new Razor inline markup syntax.  Intended to simplify your development, Razor requires much fewer keystrokes than ASP.NET and is well suited for inline markup.  Here’s a short example of Razor to whet your appetite:

@{
  var db = Database.OpenFile("SmallBakery.sdf");
  var selectQueryString = "SELECT * FROM Products ORDER BY Name";
}
<table>
@foreach (var row in db.Query(selectQueryString)) {
    <tr>
      <td>@row.Id</td>
      <td>@row.Name</td>
      <td>@row.Description</td>
      <td>@row.Price</td>
    </tr>
}
</table>

All of this, plus an outstanding Application Gallery, is available TODAY in Beta form.  Jump over right now to http://www.microsoft.com/web/webmatrix/ and get your copy today! I would also recommend that you download the WebMatrix PDF Book to help you learn the Razor syntax – pretty good introduction and it’s free to download!

CodeJam Comes to NWA

In case you’ve been living under a rock, you might not know that the Northwest Arkansas area hosts an AMAZING developer community that has become exceptionally active over the last 2-3 years. Along with this week’s NWA TechFest, This weekend will host their first (and hopefully frequent) CodeJam.  The CodeJam is designed to help the local developer community develop web applications for their upcoming events, which include NWA GiveCamp and the NWA CommunityCamp.  If you’re interested in helping them build out these applications to support their upcoming events, head over to Jay’s blog and get all the details as well as the link to register:

http://jaysmith.us/post/Code-Jam-1-July-11th-2010-1200-PM-to-.aspx

  • Upcoming Events

    • Parallelism and Performance: Are You Getting Full Return on Your CPU Investment? (Tue, Aug 3)
    • Baton Rouge SharePoint User Group Meeting - August 2010 (Thu, Aug 5)
    • NWADNUG: August Meeting (Tue, Aug 10)
    • CTXDNUG August Meeting (Thu, Aug 12)
    • HDNUG August Meeting (Thu, Aug 12)
    • SQL (.Net) Saturday #28 Baton Rouge LA (Fri, Aug 13)
    • SQL Saturday #21 Baton Rouge, LA (Sat, Aug 14)
    • H-SPUG August Meeting (Wed, Aug 18)
    • Beyond RIA’s - Silverlight 4 is Ready for the Enterprise (Tue, Aug 24)
    • Introduction to Windows Phone 7 (Thu, Aug 26)
        Next »
  • Lifestream