Tag: Conference

  • TechEd day 4

    TechEd day 4

    Thomas Garp in the HUUGGGEEEE eating all at TechEd

    Day 4 on TechEd is going to be spend on the following program:

    • Test driven development
    • Custom features that enabled users to develop rate and share content with moss 2007. –
    • No budget for tools – hot tools on a limited budget
      MS silverlight on sharepoint architectural and development patterns
    • Design patterns in the real world
    • .net on linux and mac

    I dont know if I will be able to take part in all the sessions… I hope to be able to escape for some serious shopping for a coupple of hours as well. And tonight is the Jam Session party, and I should be ready for that as well…

  • TechEd Day 3 followup

    Day 3 went off with the Zen of Architechture by Juval Lowy… se other post.

    After that breathtaking session, I went for a certification session. The concept is basically that a guy spends 1 hr telling you how to pass a certification test. What is necessary to know, what isn’t. I attended a session covering the MS SharePoint 2007 configuration exam. Im pretty confident that I could pass it after reading just a little.

    After lunch, I attended the Applied Entity Framework. But I’m afraid that jetlag and 4 days with only very little sleep kicked in in that session, so I didn’t get the benefits I was hoping for. It provided a bit of knowledge in an area that i havent covered in detail before. I think I will try it out, but oher people tell me that I should go for the NHibernate – (When will somebody call it nHyperNate??? It seems to be the new “HYPE” that everything is Hyper 🙂 )

    I realized that I wasn’t able to listnen to more people that day, so I went into solo nerding mode and tried some of the stuff out that i have heard over the last few days. Pretty nice just being me and my friend Visual Studio.

    The day ended in Long Beach with swimming (Not me… I was a woosy) and more mexican food.

  • The Zen of Architecture

    The Zen of Architecture


    Listened to The Zen of Architecture by Juwal Lowy… He has some very interesting points. Everything can be found in the iDesign.net website. Read and learn.

    I think the principles makes sence, but it might be a little over engineered for the relatively small projects that im handling. If i implemented his thoughts, I would spend more time doing plumbing of WCF services than on implementing business logic.

    Still, one has to take the parts of his stuff that makes sence.

    Now i’m up for a session about certification – 70-630 Configuring SharePoint 2007.

  • TechEd 2009 Day 3

    TechEd 2009 Day 3


    I didn’t make it to the blog yesterday, but I will try to put a little info on later about the stuff that happened.

    Today is going to be an exiting day. There is so many sessions I would like to follow but too little time:

    Slot 1:
    Zen of architecture – with Juwal Lowy… Im going to this one.
    Understanding virtualization and MOSS 2007

    Slot 2:
    Preparation for MOSS configuration exam

    Slot 3:
    Applied Entity Framework – I think i will take this one
    Expploring proper MOSS 2007 Installation and topologies

    Slot 4;
    Essential Linq with C# – Probably to intermediate
    Practical web testing
    SharePoint search challenges and tricks
    Building scalable and availabvle web apps with MS Code name Velocity
    Expression Blend from a Dev’s point of view
    How to protect Sharepoint with SCDPM 2007 sp1

    Slot 5:
    ADO Entity Framework – Tips and tricks
    Version and upgrade of sharepoint solutions
    Sharepoinbt online features functionality and customization..

    And a lot of other interesting stuff.

    Over and out.

  • First day at Tech Ed 2009

    First day at Tech Ed 2009


    The TechEd conference of 2009 is kicked off. I am attending with two colleagues from D60, Thomas Garp and Henrik Drachman.

    The stored procedure panel

    I really had high expectations to this one. Finally we were going to end the battle between the T-SQL and SP guys. The panel discussed the various problems with both methods of SQL access, including performance, security and application architecture. The conclusion was, that there is no conclusion. The stored procedures are better in ways of security, performance (Both by using compiled execution plans and by lowering the actual network trafic) and gives a better application architecture by separating the datalayer completely. On the other hand, using T-SQL provides a flexibility that cant be provided by SP’s. A final comment was, that SP’s should be used unless there is compelling reasons not to do so… I think I can agree on that one.

    Keynote
    This years keynote speaker was Bill Veghte, who spoke about Win 7, Windows Server 2008r2 and other stuff. The keynote provided a few interesting point but it was largely a waste of time. The highlight was the announcement of shipdates for win 7 and W2k8r2 before christmas.

    A lap around MS Asp.Net 4.0 and Visual Studio 2010
    This session covered some of the new functionality in VS 2008. Especially snippets for HTML and improvement of the way ASP.Net markup is written was demonstrated. This will give a significant lift to the way HTML and markup is written.
    There was a lot of demos of Ajax, Data access etc, but nothing really interesting. The best announcement was the introduction of the ability to have a debug and production web.config file in a project. ABOUT F…ING TIME!

    Developing SharePoint solutions with the VSeWss3.0 1.3
    Version 1.3 of the VSeWSS 1.3 is in a CTP and soon available. In VS 2010 these tools will be build into the development environment.

    In version 1.3 there is a number of changes: A number of deployment settings have been added, most of the resembling the Carsten Keutmann tool. These tools will probably be the stuff that will make the VSeWSS usable 🙂

    There is also functionalty to rename features, moving files etc in the dev. environment.

    Most important is that the VSeWSS now can run on a 64 bit machine. This functionality is very much needed. There still isn’t a visual designer, but that should also be part of the Visual Studio 2010.

    Thats it for the commercials in this event… The rest was demos and lots of usable code examples. There wasn’t really any earth shaking news, but still good be confirmed in the strategy im using when developing solutions for MOSS-