DavidOverton.com
This site is my way to share my views and general business and IT information with you about Microsoft, IT solutions for ISVs, technologists and businesses, large and small.  

Browse by Tags

  • Developer Events in September and October in the UK

    I just saw this, so thought I would pass it on: Join other developers at free regional Microsoft Technical Events to receive technical know-how demos from Microsoft experts, insights into our latest technologies and a chance to meet and talk to other developers. Events nearest to you MSDN Event: Rich Internet Applications with Visual Studio 2008 Service Pack 1 Location: Reading Date: 2 September 2008 MSDN Event: Rich Internet Applications with Visual Studio 2008 Service Pack 1 Location: London Date: 4 September 2008 MSDN Event: What's New in Visual Studio 2008 Service Pack 1? Location: Reading Date: 2 October 2008 MSDN: What's New in Visual Studio 2008 Service Pack 1? Location: Bristol Date: 22 October 2008 MSDN Roadshow Re-Run Location: London Date: 24 October 2008 ttfn David Technorati Tags: Developer , RIA , Rich Internet Applications , Visual Studio 2008 and .Net 3.5 , Service Pack 1 , Microsoft , Events
  • Want MIX08 in the UK? Then come to ReMix08 in Brighton on 18th and 19th September and save if you book an early bird place now

    I love what goes on at these events. It would be good to see you there. Here is the little advert: Final chance to save £110 . Very limited Early Bird places left - don't say we didn't warn you! 1,000 web developers, designers, development managers and technology evangelists are going to take the media they love to the next level. Why? Because ReMix UK 08 is getting bigger and better. Scott Guthrie Developer Track Bill Buxton Design and UX Track For Designers, Developers, the Community and Beyond Work Julie Howell, Fortune Cookie • Brendan Dawes, Magnetic North • Paul Foster, Microsoft Evangelist • Guy Smith-Ferrier, Capella • Tim Regan, Microsoft Research • Mike Taulty, Microsoft Developer Evangelist See the website for the growing list of speakers... What's in the mix • Panel discussions to Interactive Mash Ups • Designers and developers hand-in-hand to • All day VJs to conceptual walls • Open Source project, CodePlex • Backnetwork to Moo cards • Photosynth master classes to Microsoft Surface • Our...
  • Understand the key security engineering activities that you need to be aware of in application development. Written by a Microsoft UK employee - "The Developer Highway code" as a download or a traditional book

    It you write code then you need to understand how to write secure code. If you want to understand how to write code that is secure by design then you need to seek the help of people who "have been there". Microsoft has helped thousands of people write applications that do not leak information and Paul's book has helped even more. The Developer Highway Code , written by Paul Maher of Microsoft, is a concise handbook that captures and summarises the key security engineering activities that should be an integral part of the software development process. This companion guide should be a must for any Developer, Architect, Tester etc. undertaking software development...The book is presented in easy to read checklist form, covering essential guidance on writing and releasing secure code. The book has been downloaded by over 100,000 people and over 20,000 actual books are out there ... and now it has been updated!! In case you are still not convinced, please read the following endorsements: “The developer...
  • Microsoft DreamSpark - Free developer tools for students around the world. Think of the opportunities!!

    I heard about this a day or two ago and I have to say this is a MASSIVE move for Microsoft and something that can only do good. As a student you can now download, at no cost, the professional Microsoft development tools. That is all there is to the programme, however this is a dream come true for many educational institutions. Just think of the opportunity - help them implement all this software, when the software is free to the students!! Channel8 described it as : How would you like a free copy of Microsoft Visual Studio 2008 ? How about the entire Microsoft Expression Studio ? Not enough...... how about Microsoft Windows Server 2003 and more? For once, something that sounds too good to be true really is this good and really is true. Starting today (or soon in some areas), students worldwide will be able to download our professional development and design tools for free ! It's called DreamSpark and it is upon us. For information on the project from PressPass: PressPass: What is the thinking behind Microsoft...
  • Microsoft Dynamics CRM 4.0 VPC Image

    I saw this and thought I would share for those who had not seen it - Microsoft Dynamics CRM 4.0 VPC Image Microsoft Dynamics CRM 4.0 VPC Image Get familiar with the upcoming Microsoft Dynamics CRM 4.0 release: Preview Microsoft Dynamics CRM 4.0 in a Virtual PC (VPC) image. Overview This Microsoft Dynamics CRM 4.0 preview leverages Release Candidate (RC0) code in a Virtual PC image. The demo is designed as a one-computer setup with Microsoft Dynamics CRM 4.0 server and Microsoft Dynamics CRM 4.0 client for Microsoft Outlook. Note: Although the image can be utilised on a single PC or laptop computer, it is strongly suggested that the image be run using an external USB 2.0 hard drive for best performance. If you do not have an external drive, you can run the image locally on the host computer; however, you will experience a decrease in performance. Contents This VPC contains the following: Microsoft Dynamics CRM 4.0 (RC0) Microsoft Dynamics CRM Laptop and Desktop Client Microsoft Dynamics CRM SDK (C:\CRM Tools\SDK...
  • Heroes Happen Here - Where are you?

    If you don't know about the Heroes Happen Here :: Home campaign then you are very much behind the times. The Launch events for SQL Server 2008 (errrm), Visual Studio 2008 and Windows Server 2008 are fast approaching and so is your customers ability to buy and use them - do you understand what, why and when? If not, go to the website and see how your customers can benefit and why you should learn more about the product and what you can do to improve your business with these products. ttfn David Technorati Tags: Heroes happen here , Heroes happen {here} , Heroes , Windows Server 2008 , SQL Server 2008 , Visual Studio 2008
  • UK MSDN Events (Windows Live, Silverlight, Hyper V, Smart Client, Black Marble, Security, Visual Studio 2008 and .Net 3.5)

    I know I should have posted these earlier, but ho-hum - sorry!! 29 January, Reading : MSDN- Building Services: .NET FX 3.5, SOAP, REST, and Beyond . 29 January, Bristol : VBUG -'Code Access Security for Protecting Web Applications'with Chris Seary . 30 January, Birmingham : MSDN - Developing on the Windows Live Platform . 31 January, Reading : Vista Squad UG- Silverlight 2.0 & Hyper V Introduction . 31 January, Bradford : MSDN -What's new in Smart Client Development . 31 January, Bradford : Black Marble's Annual Technical Update for Microsoft Technologies . 31 January, Bradford : Black Marble - Ed Gibson, Microsoft's Chief Security Advisor in the UK . 05 February 2008, Reading : MSDN- What's new in Visual Studio 2008 and .NET Fx 3.5 for the Web Developer . ttfn David Technorati Tags: Events , MSDN Events , Windows Live , Silverlight , Hyper V , Smart Client , Black Marble , Security , Visual Studio 2008 , .Net 3.5
  • Want to make life easier developing databases apps against SQL, XML and other databases (Oracle, MySQL, PostgreSQL) - look at the Beginning LINQ development articles

    LINQ looks like another amazingly simple move for app developers (I've written a few DB apps myself over the years). While Microsoft provides support for Objects, SQL and XML, others provide for other platforms such as Oracle, MySQL and PostgreSQL ( http://code2code.net/DB_Linq/ ). The reason why it is so nice is because the gap between the process of writing SQL queries and then programming them into your code is considerably removed. For example, a query might now look like: var q = from p in db.Products where p.ProductName == "Pen" select p.ProductID; I think that looks very much like a SQL query, which is really good for developers and database peeps alike, especially since the underlying execution is very efficient. To make understanding all this easier there has been a number of articles written including... Beginning LINQ development, Part 1 Brian Eastwood, Site Editor The Language Integrated Query, or LINQ, is one of the most important of the new features afoot in VB 9.0 and C# 3.0.Developers...
  • Do you want a Microsoft Architecture Poster?

    I saw this at Chris's site and thought I would share: Chris Bowen's Blog : Got Tech Posters? There are plenty of technology posters and charts for developers available on MSDN. I didn't realize just how many until I searched for "poster" on MSDN downloads . Here's a list of the more recent ones: [Edited list by David - more on Chris's blog] .NET 3.5 Namespaces Poster The .NET Framework 3.5 Common Namespaces and Types Poster Exchange Component Architecture Poster This poster highlights the architecture and feature set of Microsoft Exchange Server 2007. Visual Basic 2008 Keybinding Poster Printable wall poster containing list of useful keyboard shortcuts for Visual Basic 2008 developers Visual C++ 2008 Keybinding Poster List of keybindings for Visual C++ language within Visual Studio and Visual C++ Express 2008 Visual C# 2008 Poster Wall chart showing useful keyboard shortcuts for Visual C# programming language 2007 Office System: Developer Posters Download these posters to learn more...
  • Free Developer Events (IIS7, ASP.net 3.5, SharePoint, Windows Server 2008, Web services, SOAP, REST, Windows Live Platform, Visual Studio 2007, Silverlight and Smart Client development)

    Free Developer Events for Customers & Partners: MSDN: Microsoft’s Web Platform. IIS7 and ASP.NET 3.5 Date: 08 January 2008 Location: Reading MSDN: Sharepoint for Developers Date: 10 January 2008 Location: London MSDN: Windows Server 2008 for developers Date: 17 January 2008 Location: Manchester MSDN: Windows Server 2008 for developers Date: 23 January 2008 Location: Edinburgh MSDN: Windows Server 2008 for developers Date: 24 January 2008 Location: Edinburgh MSDN: Building Services: .NET FX 3.5, SOAP, REST, and Beyond Date: 29 January 2008 Location: Reading MSDN: Developing on the Windows Live Platform Date: 30 January 2008 Location: Birmingham MSDN: Web, Web, Web : Visual Studio 2008, ASP.NET 3.5 and Silverlight Date: 31 January 2008 Location: Bristol MSDN: What’s new in Smart Client Development Date: 31 January 2008 Location: Bradford Find out about all MSDN events ttfn David Technorati Tags: IIS7 , ASP.net 3.5 , SharePoint , Windows Server 2008 , Web services , SOAP , REST , Windows Live Platform , Visual...
  • Visual Studio 2008 and .NET 3.5 Released - MSDN members can download the product and the Express and trial versions are available for download now too.

    I just saw this as Scott's blog while preparing something on SQL 2008 CTP. This is an amazing set of tools now released!! Visual Studio 2008 and .NET 3.5 Released Today we shipped Visual Studio 2008 and .NET 3.5. You can download the final release using one of the links below: If you are a MSDN subscriber, you can download your copy from the MSDN subscription site (note: some of the builds are just finishing being uploaded now - so check back later during the day if you don't see it yet). If you are a non-MSDN subscriber, you can download a 90-day free trial edition of Visual Studio 2008 Team Suite here . A 90-day trial edition of Visual Studio 2008 Professional (which will be a slightly smaller download) will be available next week. A 90-day free trial edition of Team Foundation Server can also be downloaded here . If you want to use the free Visual Studio 2008 Express editions (which are much smaller and totally free), you can download them here . If you want to just install the .NET Framework 3.5 runtime...
  • Releasing the Source Code for the .NET Framework - not going Open Source

    Another step in the direction of openness of the .Net code, this is how Visual Studio 2008 will enable developers to step into the code for .Net while debugging their products. Scott is a fantastic man to follow if you want to develop for the MS platform. Some people are mis-quoting this access to information as .Net going open, which is not true at all. If you read Microsoft did not open source .NET. They just released the source code to public from Krish you will see the correction of this perception. However, openness and transparency is a good thing, so I don't see this as bad. Releasing the Source Code for the .NET Framework Libraries One of the things my team has been working to enable has been the ability for .NET developers to download and browse the source code of the .NET Framework libraries, and to easily enable debugging support in them. Today I'm excited to announce that we'll be providing this with the .NET 3.5 and VS 2008 release later this year. We'll begin by offering the source...
  • MSDN events around the UK - North, South, Scotland and London! Covers SharePoint, Silverlight, SQL 2008, Visual Studio 2008 and .Net 3.5

    I saw this and thought I would pass it on. If you are interested in SharePoint, Silverlight, SQL 2008, Visual Studio 2008 and .Net 3.5 then you should look at these: MSDN Southern Events Developing on the Windows Live Platform Date: 6 November 2007 Location: Reading An Introduction to the Microsoft Web Platform (and how to do it for zip, nyada, zero cost to you) Date: 27 November 2007 Location: Reading What's New in Smart Client Development Date: 29 November 2007 Location: Bristol SQL Server 2008 Date: 4 December 2007 Location: Reading Find out about all MSDN events MSDN London Events Building Dynamic Web Applications with Microsoft Silverlight Date: 8 November 2007 Location: London What's New in Visual Studio 2008 and .NET Fx 3.5 for the Web Developer Date: 6 December 2007 Location: London Find out about all MSDN events MSDN Northern Events Building Dynamic Web Applications with Microsoft Silverlight Date: 15 November 2007 Location: Manchester SQL Server 2008 Date: 22 November 2007 Location: Bradford...
  • .NET Survival Guide by Redmond Developer News

    Great tips for Microsoft Developers - on a side note, those who said .Net would never take off... dropped to 64% of people targeting Windows (of course, more people are targeting the Web): .NET Survival Guide Eight essential skills and technologies for Windows developers. by Chris Kanaracus with RDN Staff If you're a .NET developer today, the landscape has to be looking pretty murky. On the one hand, Microsoft's dominance has clearly eroded, thanks to key rivals whose market penetration has come at Redmond's expense, open source alternatives and the remarkable growth in the power and reach of Web-based programming. A recent Evans Data Corp. survey validates the challenges facing the .NET community, revealing that the portion of developers targeting Windows continued to decline, to 64.8 percent this year from 74 percent in 2006. Despite these shifts, .NET- and Windows-based development remains the dominant programming platform for user-facing clients, Web applications and business-critical systems....
  • Do you want to write code for Windows Home Server? Do you want intellisense to make it easier?

    I came across this and thought I would share it. Microsoft have released the SDK for Windows Home Server, but you don't get intellisense with it. The SDK can be found at http://msdn2.microsoft.com/en-us/library/aa496121.aspx . HomeServerControls Documentation for Developers If intellisense, public classes and methods mean absolutely anything to you, then Brendan Grant is your man. Due to the lack of intellisense documentation, he has compiled an XML file and an accompanying help file explaining what some of the public classes and methods exposed by HomeServerControls do. More information and the downloads are on Brendan’s blog and also on the accompanying thread on the Windows Home Server forums. HomeServerControls Documentation for Developers « MS Windows Home Server ttfn David Technorati Tags: Developer , Windows Home Server , Intellisense

(c)David Overton 2006-23