which software is used for Windows mobile app devlopment - sdk

Please give suggestion me which software requirement for developing windows mobile based application?

You could use a number of applications, such as Microsoft's Visual Studio, which is probably a good place to check.

These are the tools of the trade.
When you install the Windows Phone SDK, you get the following free tools and components.
Expression Blend for Windows Phone
Visual Studio 2010 Express for Windows Phone
Windows Phone emulator
XNA Game Studio 4.0
Silverlight
-.NET Framework 4
Source with a sample app

Related

missing iphone option inside xamania studio

I am new to ios. I m just keen to learn iphone. So i installed Xamarin in my Windows 8.When tried to create a new file for iphone i did not get any option for iphone. I got only android,Asp.net under C#. So can anyone tell me what should i do now to get iphone option inside C#. Have i done anything wrong in installation. or it is not at all possible in windows 8.
I am following this
In windows machine by using only Xamarin Studio you can't do iOS development.
You can do this possible by using Visual Studio Non-Express Edition.This studio is extensible.Xamarin comes with iOS plugin for Visual Studio but only for its Non-Express Editions.
So,you will need to use non express edition of Visual Studio in order to get iOS plugin ready to work in your Windows 8 machine.Hope this helped you.

How I can make a project for win phone 8 in delphi 2010?

I want to make a application for windows phone 8 OS in delphi 2010.
Delphi does not target Windows Phone. At the moment, as of XE5, Delphi targets:
Desktop Windows, x86 and x64 (not WinRT)
Mac OSX, x86
iOS
Android (ARM)
There is no support for Windows Phone and to the best of my knowledge, none is in the offing. The Delphi cross-platform strategy is based on FireMonkey and that's not easy to take to Windows Phone.
As for Delphi 2010, that supports but a single platform: desktop Windows x86.
If you want to use Pascal to make Windows Phone apps then Oxygene from RemObjects is what you need. If that's not attractive to you then the MS tooling based on C# is the most obvious option that remains.
Simply you can't. You need to use the Windows Phone SDK which only works with Visual Studio.
If you install the SDK, you get a free Visual Studio Express for Windows Phone, who you can use to develop any type of app (free or not)

how to set up windows phone develop environment and using F# to develop application?

I have already download the windows phone develop tools but I don't know how to using F# to developing the app, currently it's C#.
Installing a template for 'F# and Windows Phone' into Visual Studio makes life a little easier. If you open Visual Studio and go to Tools->Extension Manager it will open the Extension Manager dialog. From there, if you select the online gallery and type 'F# Windows Phone' into the search box you can find a couple of templates that should help you get started. Most of them were written by Daniel Mohl. His blog can be found here Daniel Mohl

Where can I find the latest version of XNA to download?

I'm using Visual Studio 2010 Ultimate and I after searching for XNA Download on google, I found this page:
http://blogs.msdn.com/b/xna/archive/2010/09/16/xna-game-studio-4-0-available-for-download.aspx
Following the link there, I get to this page:
http://create.msdn.com/en-US/SiteError.aspx?404;aspx&404;http://create.msdn.com:80/launchcenter?lc=1033
So this is kind of confusing for someone starting out.
What is the latest release version of XNA I can use for PC/WP7 game development?
Where can I find the installer to download it?
I don't need a bootstrapper to download Visual Studio for me, as I already has the IDE installed. Thank you!
Here: Microsoft XNA Game Studio 4.0 download.
Also see Windows Phone Developer Tools: Offline ISO Image.
But note that the Web Installer available here will only download and install what you need. Since you already have Visual Studio, it will just integrate itself nicely.
The latest version is XNA 4.0. The bootstrapper is a smart installer and only installs the components you are missing. For example if you have Visual Studio 2010 Ultimate then it is not going to install the Express version as well. It also includes a Windows Phone emulator if you are interested in that. And here's the direct link to the installer.

Is it possible to develop ASP.NET MVC with MS Visual C# 2008 Express Edition and IIS?

Is it possible to develop ASP.NET MVC with MS Visual C# 2008 Express Edition and IIS?
The tutorial states that 'Visual Studio 2008 or Visual Web Developer 2008 Express' are required.
You can't develop an ASP.NET (MVC or otherwise) using Visual C# 2008 Express without a big kludge. C# Express is mainly for Windows applications.
What you can do is download and install Visual Web Developer 2008 Express. This edition is for ASP.NET developer (in C# or VB.NET). Unlike the Standard or Professional, with Express the functionality is split into 4 seperate packages - C# Express for C# desktop development, VB.NET Express for VB.NET desktop development, C++ Express for C++ desktop development, and Web Developer Express for any type of ASP.NET development. You can download and install all 4 of these on the same machine (they should even share the same copy of MSDN Express).
If you want it all in one IDE, you need to pay for Standard or Professional.
Oh, and just make sure you download the SP1 version of Web Developer 2008 Express, it's really annoying trying to install SP1 on the Express editions (or at least it is if you have some other versions of VS on the same machine), and you need SP1 to install MVC.
It's definitely possible. I haven't really used the Express editions enough to know what is easier or more difficult in one edition or another but the Web Developer edition is also free.
An easy way to do this is to get the Web Platform Installer. It installs everything you need to get going with web dev. Some have claimed that its vista only, but I was able to use it to install it on XP HOME on my asus netbook.
Yes. I have installed some of the previews. You just don't get MS Test.
Edit: That was with VS Express Web Developer Edition, however.
What do you mean regarding running ASP.NET MVC projects? To run it, you'd need a Web server rather than Visual Studio. For development, you can develop a class library in C# Express that will be used in an ASP.MVC app but project templates are only available for Web development product line (Visual Web Developer or full VS)
Update to reflect OP edit: To develop apps effectively, you'll need Visual Web Dev or VS. There's no point in not using VWD Express as it's free.
At least Visual Web Developer 2008 Express Edition SP1 requred. I think it's just enough for ASP.NET MVC development if you are not working in the team. There are a lot of great 3d-party testing frameworks - you are not constrained only to MS Test.

Resources