Windows Phone Mango Silverlight developer toolkit released

Platorm, Software Development August 19th, 2011

WindowsPhoneThe Silverlight toolkit for Windows Phone’s Mango update has been released. You can download the toolkit here.Silverlight for Windows Phone Toolkit offers developers additional controls for Windows Phone application development, designed to match the rich user experience of the Windows Phone 7.1 SDK.

New Components for Aug 2011

  • Smooth new LongListSelector designed for Windows Phone 7.1 OS
  • MultiselectList
  • LockablePivot
  • HubTile
  • ExpanderView
  • LocalizedResources
  • DateTimeConverters
  • DateTimePickers
  • HeaderedItemsControl
  • PhoneTextBox
  • Improved Transitions performance
  • Improved ContextMenu performance
  • ListPicker supports multiselect
  • Various bug fixes

Components in the Silverlight for Windows Phone Toolkit

Silverlight for Windows Phone Toolkit Components

  • AutoCompleteBox
  • ContextMenu
  • DatePicker
  • DateTimeConverters
  • DatePicker
  • ExpanderView
  • GestureService/GestureListener
  • HeaderedItemsControl
  • HubTile
  • ListPicker
  • LocalizedResources
  • LockablePivot
  • LongListSelector
  • MultiselectList
  • Page Transitions
  • PerformanceProgressBar
  • PhoneTextBox
  • TiltEffect
  • TimePicker
  • ToggleSwitch
  • WrapPanel
Get the tools

You can download the new release straight from the CodePlex site at http://silverlight.codeplex.com/ – it requires the latest ‘Mango’ developer tools as well.

The release is also available on NuGet as the SilverlightToolkitWP package.

Tags: ,

Challenges Current CTOs Are Experiencing

Software Development August 18th, 2011

rubiks_cubeDuring my meetings with CTOs in ISVs (and I have a lot Smile) I try to help them to solve their challenges.

First, what is CTO?

A Chief Technology Officer (or Chief Technical Officer; CTO) is an executive-level position in a company or other entity whose occupant is focused on scientific and technological issues within an organization. It typically involves overseeing Research and Development (R&D) activities, and formulating long-term visions and strategies at the officer level. Essentially, a CTO is responsible for the transformation of capital – be it monetary, intellectual, or political – into technology in furtherance of the company’s objectives. They typically combine a strong technical or scientific background with business development skills.

source:Wikipedia- http://en.wikipedia.org/wiki/Chief_technology_officer

Now, when we know what is the definition of CTO, I’d like to summarize the current challenges CTOs are experiencing as I understand them:

  • Recruiting talents is one of the most challenging endeavor.If you have great talent you could probably be a mediocre manager and still excel! I do believe that people is the most important asset we have. However, there is plenty of talent in supply. What might be lacking are:
    • Ability to attract talent
    • Ability to recognize talent
    • Ability to train/coach/grow talent
  • Alignment of technology and business strategy: "What we can do does not sell, and what sells we cannot do." Need to navigate the markets.Seek to discover gaps between the realized and potential value of the applicable technologies to our customers. Technology product development is effectively the organization and packaging of available technology.
  • Execution. We are in the age when companies compete based on their execution capabilities (product development infrastructure) rather than products themselves. Building an efficient infrastructure requires systemic thinking and good system engineering practices. Not every CTO is a system engineer by birth.
  • Technology: technology is getting much simpler and more complex at the same time.But it is almost always the case that problems and opportunities get less expensive every month. So the challenge is to plan (predict) when changes to tools and infrastructure should occur.
  • Cloud! “how do I get distributed processing power in the cloud?".
  • Global market: where you are collecting data from many differing countries with differing infrastructure capabilities, where is the processing power?
  • Simplicity over Functionality: People/Customers always want a system that does it all for them rather than make the important parts efficient and effective. That is partially why SaaS is becoming more and more important everyday.

There are many challenges for a modern CTO. I summarized here my opinion, but of course, the challenges vary greatly by the industry and business size. Use the comments mechanism to add your insights.

Tags: , ,

Windows Azure Tools, Developer Training Kits Updated

Cloud Computing, Platorm, Software Development August 18th, 2011

windows_azure_smallUpdates have been released for Windows Azure Tools for Microsoft Visual Studio 2010 and Windows Azure Platform Training Kit for developers.

  • You can download the tools here using the Web Platform Installer.
  • You can download the updated developer training kit here.

The release of the tools was made at Announcing the August 2011 Release of the Windows Azure Tools for Microsoft Visual Studio 2010.

New in this release of the tools:

  • Profile applications running in Windows Azure.
  • Create ASP.Net MVC3 Web Roles.
  • Manage multiple service configurations in one cloud project.
  • Improved validation of Windows Azure packages.
Updated Training Kit

The Windows Azure Platform Training Kit has been updated for the new tools. The Windows Azure Platform Training Kit includes a comprehensive set of technical content including hands-on labs, presentations, and demos that are designed to help you learn how to use the Windows Azure platform.

The August 2011 update of the training kit includes:

  • Labs and Demos
    • All the labs and demos have been updated to leverage the new Window Azure Tools 1.4.
    • Updated SSMS dependency of affected labs to SSMS SP1.
  • Windows Azure Deployment
  • Building ASP.NET Applications with Windows Azure
    • Changed the way the membership password was encrypted to fix minor bug when deployed to azure.
  • Exploring Windows Azure Storage
    • Updated the code to support deleting snapshots.
  • Windows Azure CDN
    • Applied fix to a minor bug in the Overview section.
Key Updates To Azure Tools

With profiling support in the Windows Azure Tools you can easily detect performance bottlenecks in your application while it is running in Windows Azure.

If you want to maintain different settings for different deployment environments, the Windows Azure tools now support multiple service configurations in the same Windows Azure Project. This is especially useful for managing different Windows Azure Storage connection strings for local debugging and running in the cloud.

the new tools will help you avoid some of the common problems when you deploy your application to Windows Azure. If you are forgetting to include a local assembly in your package or you publish with a local Azure Storage connection string. The tools will let you know.

Tags: ,

Windows 8 Engineering Team Launches ‘B8’ Blog

Platorm, Software Development August 18th, 2011

Microsoft’s Windows Engineering Team recently created this blog post to keep you updated on Windows 8. All the official news, information, details will be shared to everyone via this blog. The goal of this blog is to start a dialog about design choices, real-world data and usage, and new opportunities that are part of Windows 8. There’ll be regular posts throughout the development of Windows 8, focusing on the engineering of the product.

Steven Sinofsky, President of Windows and Windows Live Division, has penned the first posting on a new Building Windows 8 blog.

Keep up with the new posts by following @BuildWindows8 on Twitter.

Tags:

Hadoop Connectors Coming for SQL Server Parallel Data Warehouse

Platorm, Software Development August 18th, 2011

SQL Server team blog posted about Parallel Data Warehouse News and Hadoop Interoperability Plans. In a nutshell, Microsoft announced its intentions to bring Hadoop to SQL Server and Parallel Data Warehouse (PDW).

The connectors provide interoperability between SQL Server/PDW and Hadoop environments, enabling customers to transfer data between Hadoop and SQL Server/PDW. With these connectors, customers can more easily integrate Hadoop with their Microsoft Enterprise Data Warehouses and Business Intelligence solutions to gain deeper business insights from both structured and unstructured data.

You can read the announcement about these connectors from here.

Tags: , ,

How to Deploy Web Roles Quick & Easy

Cloud Computing August 1st, 2011

WAAWebRoles_logo

Creating a new role has two stages:
1. Create a new VM with Windows Server 2008 installed
2. Install your application on it.

The Windows Azure Accelerator for Web Roles makes it quick and easy for you to deploy one or more websites across multiple Web Role instances using Web Deploy. The accelerator includes a Visual Studio project template that creates a Windows Azure web role to host one or more websites. Once you have deployed this Web Role you can deploy your websites to Windows Azure using Web Deploy. Deployments to Windows Azure using Web Deploy take only about 30 seconds. Additionally, this tool will work with roles that have a single or many instances so you can scale up to handle as much traffic as you need.

The Web Host project template included with this project also has a user interface for managing your IIS applications, certificates, and site bindings. You can create new sites using only the web interface and then deploy directly to your site using Web Deploy. Additionally, the web interface has some basic UI to display logging information. The web interface can be used as is or extended to fit your exact needs.

In this screencast you will learn:

  • How to deploy this accelerator to Windows Azure
  • How to use the accelerator’s administrator portal
  • How to deploy a web site to Windows Azure using Web Deploy

To start using this accelerator, check out the step-by-step tutorial here.

Requirements

You must have the following items to run the project template and the sample solution included in this toolkit:

  • Microsoft Visual Studio 2010 Professional (or higher) or Microsoft Visual Web Developer 2010 Express
  • Microsoft ASP.NET MVC3
  • Internet Information Services 7 (IIS7)
  • Windows Azure SDK 1.4 (March 2011)
  • Windows Azure Tools for Microsoft Visual Studio 2010 (March 2011)

Tags: ,

Video Tour of Four Microsoft Cloud Datacenters

Cloud Computing July 31st, 2011

Tags:

C9::GoingNative

Software Development July 30th, 2011

clip_image002

C9::GoingNative is a monthly show on Channel 9 focused on native development with an emphasis on C++.

Each episode will have a segment including an interview with a native dev in his/her native habitat (office) where we’ll talk about what they do and how they use native code and associated toolchains, as well as get their insights and wisdom—geek out. There will be a small news component or segment, but the show will primarily focus on technical tips and conversations with active C/C++ coders, demonstrations of new core language features, libraries, compilers, toolchains, etc.

You can also follow thjeir Twitter account, @C9GoingNative, and share this good news in your relevant social circles. Please send your feedback and suggestions to their public email account.

Tags:

Clean Project – Cleans Visual Studio Solutions For Uploading or Email

Software Development, Team System July 30th, 2011

VS 2010bHow many times have you wanted to send a project to a friend or upload it to a web site like MSDN Code Gallery only to find that your zip file has lots of stuff that you don’t need to send in it making the file larger than it needs to be.

  • bin folder
  • obj folder
  • TestResults folder
  • Resharper folders

And then if you forget about removing Source Control bindings whoever gets your project will be prompted about that.  Ron Jacobs decided to share with us his code for cleaning a project.

Get Clean Project – Cleans Visual Studio Solutions For Uploading or Email from MSDN.

Tags: ,

Mango for Developers is Here

Platorm July 2nd, 2011

Today, developers enrolled via the Windows Phone App Hub or DreamSpark members can get “Mango” on their Windows Phones, now, according to a Next At Microsoft blog post from Steve Clayton.

mango

Picture taken from: http://blogs.technet.com/b/next/archive/2011/06/29/mango-is-really-quite-peachy.aspx

More details are available from a Windows Phone Developer blog post by Brandon Watson, including instructions on the necessity to pay careful attention to the instructions, and to “follow them to the letter”. Good advice!

As Brandon wrote:

We know that one of the most impactful things we can do for developers is to help them get their hands on the actual product. For Mango, that starts today with an early access program for developers. We’re still working out some final kinks in the distribution and support infrastructure for delivering Mango to all of our registered developers around the world, but are inviting the most eager developers to come get Mango today, for their retail devices, as part of our early access program! We expect the full distribution infrastructure to be fully operational in the next couple of weeks. For now, consider yourself a beta tester for the distribution process. Registered developers will get invites to the Microsoft Connect site, which will give them access to Mango. This build of Mango should also be viewed as beta quality, so there are still consumer features missing, but you can now start building apps and testing them against retail devices. Here’s what you need to do:

  • Download the Windows Phone Developer Tools Beta 2 – You will need to update your developer tools to update your phone and to deploy your apps, so run…get them now.
  • Read the instructions before updating – These are very important steps which you need to follow to the letter. We’re committed to supporting our developer community with such an early access program, so if you have questions, start with the forums, which we are monitoring.

This is especially well timed for the tens of thousands of student developers who have registered through DreamSpark or related programs. Just as our Spring Cleaning program encouraged developers to finish up their projects over the past few months, delivering thousands of new apps, summer break is the perfect time for student developers to relax and have some fun with Mango. With the free Windows Phone Developer Tools Beta 2 and free access to Mango, now is the perfect time to see what you can do with Windows Phone. To make it even more interesting for students looking for a great summer project, we’ve set aside 50 Mango phones for those students who are building the next big thing on Windows Phone. Want one? Here’s what to do:

  1. Make sure you’re registered for DreamSpark
  2. Download and install Expression Studio Ultimate and the new Mango Windows Phone Developer Tools (available free as a member of DreamSpark)
  3. Get the free Sketchflow Template for Windows Phone and create a Sketchflow mock-up of your app
  4. Post the Sketchflow mock-up somewhere online and tweet out the link using the hash tag #WPAppItUp
  5. We will review all prototypes and will contact the developers who submit the best ones and send them a special Mango developer device

There’s lots to like in Beta2 of the developer tools, and some new goodies as well. You can find the release notes here, but I also wanted to talk about the new Advertising SDK June 2011 Update that was released for Windows Phone 7 earlier this week. The June update makes it even easier for developers to earn money and build ad-enabled mobile apps with streamlined Ad Control APIs and other new features.

Lastly, we got a lot of questions in email and on twitter as to why reviewers got Mango first. In short, it was to allow us to get you Mango today. Bringing a product to market requires a healthy balance between marketing features and empowering the ecosystem. Striking that balance is all about sequence. Microsoft believes in developers like no other company, but not even we want developer tear downs serving as the foundation for how consumers ultimately understand Mango. To get Mango to you today, we had to first set some context so that the market would have a good understanding of the product and not define us only by those features that developers uncovered. Think of it this way: if you could choose which path to go down, would you rather have a tightly selected group of influential people write your first reviews of your amazing app, or leave it to the customers with the fastest fingers?

So what now? First, go get the tools. Second, update your retail phones to Mango. Third, go rub it in your friends’ faces that you have Mango and they don’t. Fourth, start building your Mango apps using some of the cool new functionality like fast app resume, updated Live Tiles, Motion Sensor, Live Agents, sockets, background audio or raw camera access. There will be a tools update in the coming months which will have the go-live license you need to publish Mango apps to the Marketplace, but don’t wait. With the tools and the ability to test on Mango enabled phones, you should all be in really good shape when Mango is released later this year.

For the early access program, here are the countries which are explicitly supported – meaning that should your device become unusable as a result of updating, we will be able to process it for fixing once the full distribution infrastructure is fully operational in the next couple of weeks:

Australia, Austria, Belgium, Brazil, Canada, Denmark, Finland, France, Germany, Great Britain, Greece, Ireland, Italy, Luxembourg, Mexico, Netherlands, New Zealand, Norway, Portugal, Spain, Sweden, Switzerland, United States

Tags: ,