Showing posts with label .NET 3.5 Framework. Show all posts
Showing posts with label .NET 3.5 Framework. Show all posts

Wednesday, October 20, 2010

Windows Phone 7 Developer Launch in New York

Attended the launch event at New York Marriot Marquis yesterday (Oct 19,2010) and got a lot of info on this make or break business item for Microsoft. The crowd was less than I expected but filled the hall. I think it will be great if all those developers who attended turn in a couple of apps each. Why, I may even buy some MSFT stock.
The technical team (Danillo Diaz and David Isbitski) did a nice job of presenting the details. There were six sessions:
Session 1: Get Started! The Basics of Building Apps on the Windows Phone 7 Platform
Session 2: From Idea to Interactivity: Design Guidelines for Windows Phone 7
Session 3: Supercharge Your Windows Phone 7 Apps with Microsoft Silverlight
Session 4: Step Up Your Game with Windows Phone 7 and XNA
Session 5: Monetizing Your Apps with Marketplace
Session 6: The Power of the Cloud: Exploring Windows Phone 7 Services
As I have been up in the clouds recently I have not had time to look at Windows Phone since the CTP. Of course I could follow the sessions without any problem and David's talk really inspired me to look at developing games.
Hey give it a try and make some money!
Moola! Moola!
I did a few related articles check them out:

http://aspalliance.com/1844_DoubleAnimation_Basics_with_Silverlight_Application
http://www.packtpub.com/article/pocket-pc-application-visual-studio-2005
Also Windows Phone CTP on my other blog:

http://hodentekMobile.blogspot.com


Monday, March 09, 2009

Data Access with ADO.NET Data Services

ADO.NET Data Services leverages the ADO.NET Entity Framework to build data services for relational data sources. These include support for MySQL, DB2, and Oracle in addition to MS SQL Server. It can also be used with non-relational data using an add-on provider model. With ADO.NET Data Services, the developers can build dynamic internet applications (AJAX, Silverlight, etc) that works across intranets as well as the internet. With this in place data access by applications is made possible using URI Syntax and using HTTP verbs operating on the data.

In the following article I describe the details of creating such a service using the familiar Northwind database.



DMCA.com Protection Status