Eric Kraus

development

Dev Tools For All

Microsoft is executing on its vision of continually bringing the best of Microsoft to other platforms (not just Windows).  Today is an important day in that journey.  Several announcements were made today at Microsoft Connect () related to developer tools / platform.  Here is a brief summary:

.NET / Visual Studio

Read More …

Project Sienna

This is pretty cool. You can make Windows 8 apps with NO code. As a former developer, I was really skeptical as to how well this would work. I am convinced. For basic to intermediate applications, this is a really cool method for creating applications.

Features

  • Add Text, Images, Buttons, Lists, etc. etc.
  • Navigate between pages
  • Link up data sources: Excel, RSS, SharePoint
  • Publish the app to AppX format (easily distributable or cataloged)

 

http://apps.microsoft.com/windows/en-us/app/microsoft-project-siena/5ae47651-e8f3-4e41-aab7-e19ab1b80180

Windows Store App: PictureThis!

I’ve been on a “shameless plug” tour this last week, sharing my latest app submission to the Windows Store.  Wanted to share the app through a blog post and also announce that I will be sharing a few of the lessons learned from this development experience as well.  So take a peak at the app, leave a good review and check back here for some updates on Windows Store development.

Install PictureThis! – http://apps.microsoft.com/windows/app/picture-this/dff4de15-a5e1-4dd5-ad04-f7cf669ee239

 

Windows 8 Developer Hackathon

As a follow up to Day 1: Windows 8 Developer Bootcamp  Microsoft is hosting a second FREE developer focused training event

Combining the broad reach of Windows, best-in-class developer tools, a re-imagined user experience, support for new chipsets, and a built-in store with industry-leading business terms, Windows 8 is the largest developer opportunity – ever. Also re-imagined, with new support for IaaS, FREE web sites, industrial strength caching and a powerful, comprehensive API, Windows Azure is ready for your application – today.

Our Hackathon is an open Windows 8 and Windows Azure code fest, where you’ll put what you know into practice and be eligible to win some great prizes! Code to your heart’s content, with Microsoft experts available to guide you through every step of the process. It’s the perfect opportunity to get your dream application underway, or to finish that app you’ve already started.

This full-day event will be filled with coding, sharing, plenty of food, and perhaps the occasional Lightning Talk on topics determined by your apps and questions.

http://www.erickraus.com/event/201210-windows-8-developer-hackathon/

Windows 8 Developer Bootcamp

Here’s a great opportunity to get some FREE hands-on experience developing Windows 8 applications.

http://www.erickraus.com/event/201210-windows-8-developer-camp/

Training Overview:

Combining the broad reach of Windows, best-in-class developer tools, a re-imagined user experience, support for new chipsets, and a built-in store with industry-leading business terms, Windows 8 is the largest developer opportunity – ever.

Our DevCamp covers Windows 8 RTM from top to bottom, featuring sessions that run from introductory to intermediate as the day unfolds.Bring your PCs installed with Windows 8 RTM,Visual Studio 2012, your apps and your cool ideas and get ready to create!

Also, stick around for Day 2: Windows 8 Developer Hackathon

Bing Search API moves to Azure

As of today, the Bing Search API is now being offered on the Windows Azure Marketplace.

For up to 5,000 queries per day, developers can use the API for free to query Bing for web, image, news and video search results as well as related searches and spelling suggestions.  For queries over 5,000 developers can subscribe to various tiers of queries per month.  For instance, 10,000 queries is $20/mo and 20,000 queries is $40/mo (all the way up to 2.5 million queries per month).

The new Bing Search API supports both XML and JSON formats.

Bing Search API
https://datamarket.azure.com/dataset/5BA839F1-12CE-4CCE-BF57-A49D98D29A44

It is also worth noting the features that are included in the Microsoft Translator API which is treated separately than Bing Search API.

Microsoft Translator allows for the automatic machine translation of text into specific languages via web service API.  For up to 2 million characters per month, developers can translate text for free.  Moving up to 4 million characters costs only $40/mo.

Microsoft Translator API
https://datamarket.azure.com/dataset/1899a118-d202-492c-aa16-ba21c33c06cb

 

Transition your application to the Windows Azure Marketplace:

1. Sign up for the Marketplace.

2. Read the migration guide on transitioning your application. You can expect the transition to involve targeting a new API end point, moderate changes to the request and response schemas, and a new security requirement to authenticate your application key.

3. Subscribe to the Bing Search API and create an application key. You will not be charged for API usage until the trial period expires.

Important note…the Bing Search API 2.0 will be decommissioned on August 1, 2012 so existing developers are encourage to migrate their applications as soon as possible.