CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

John Papa [MVP C#]

.NET Code Samples, Data Access, and Other Musings

July 2007 - Posts

  • Data Access Practically Done - Orlando Here I Come!

    Tomorrow in Orlando we are kicking off our inaugral session for the "Practically Done" event series. I will be at the University of Central Florida Campus on August 1st (Wednesday) and on August 4th (Saturday) to present the "Data Access Done Right" session. The event series is pretty cool as it targets technology strategies that can be used today. So instead of teaching and lecturing topics that may be coming down the pipeline, we will be handing out the code and slide deck to all attendees at the beginning of the event. Attendees are encouragde to load the code and follow along or to use it back at the office.

     

    Topics includes:

    - ADO.NET

    - Data Access Layers and Enterprise Library

    - Data Access in the MVP Pattern

    - Custom Business Object Design

    - DataSet design

    - Data Access with ASP.NET, WPF and Windows Forms

     

     

    I will also give a preview of the changes coming in Visual Studio 2008 with ADO.NET, LINQ and the Entity Framework. 

     

     

    The cost is very minimal, only $150 to $199 depending on when you bought ... and there are plenty of discounts out there too. Mostly the cost is to cover the fees:

    -  the room

    -  use of a projector and sound system

    -  use of power outlet for each attendee for their laptop

    -  continental breakfast

    -  snacks and drinks throughout the day

    -  lunch

    -  CDs and handouts

     

    There are also several prizes that we will be giving away from some sponsors such as ComponentArt and of course ASPSOFT.

     

    There is still time to register if you are interested for both days. Tomorrow's event is almost sold out, but there are a few spots remaining.

     

    Register here for Wednesday, August 1st – 9am to 5pm

     

    Register here for Saturday, August 4th – 9am to 5pm

     

    I encourage you to bring your laptops as code samples will be given out to all attendees at the beginning of the event.

     

    All of the information including dates, times, pricing, venue, directions, maps, food, etc can all be found on the registration site. I look forward to seeing you there!!! 
  • .NET 3.5 Language Enhancements

    After what feels like a year of h#ll that it took me and my family to move to Florida, I finally made it. It is still ongoing to get everything settled, but once I do get all set up I will get back to blogging and writing and speaking a bit more. I took 2 months off of writing and speaking, but now things are kicking back in gear.

     

    You can find my latest article on Simple-Talk. This one explains some of the new features in C# that are coming in VS 2008 and .NET 3.5 including anonymous types, object initializers, collection initializers, automatic properties, and implicitly typed variables. Many of these useful features are also the foundation for using LINQ. Anyway, I hope you enjoy this article. I will be speaking at several conference later this summer and this fall. I hope to see some of you there.

     

    Posted Jul 25 2007, 11:19 AM by John Papa with no comments
    Filed under:
  • New EF CTP! ADO.NET Entity Framework June 2007 CTP is Available

    The ADO.NET team has released the latest bits for the ADO.NET Entity Framework with the June 2007 CTP. There are samples on CodePlex, too. It claims many changes and support for a lot of new features ... I grabbed this partial list from their post:

    • Changes in: 
      • Object Services
      • Query
      • Entity Client
      • the Entity Data Model Wizard in Visual Studio 
      • no more default constructors in code-generated classes
      • improvements to stored procedure support
    • New Features:
      • IPOCO
      • detaching from long-running ObjectContext instances
      • multiple entity sets per type
      • support for referential integrity constraints
      • span support
      • transactions
      • serialization

    Notice the IPOCO support. This is something that is a step in the right direction for getting the entities in the EDM to move towards full POCO. I am downloading the bits now and can't wait to unwrap the candy!

     

  • They'll Let Anyone in this Club!

    Congratulations to 2 of the newest Microsoft MVP's: Brian Peek and Jonas Stawski were both just awarded with the C# MVP award. Congratulations guys!

     

More Posts