silverlight for VS-2008(SP-1) - asp.net

i have installed silverlight 4,but in VS-2008(SP-1) it doesnt show option for creating silverlight project.does VS-2008(SP-1) supports silverlight 4? or which version of silverlight
should i use?
thanks.

No, Microsoft did not add support for Silverlight 4 in VS2008, that was moved to VS2010 instead.
You can use Silverlight 2 only. I've seen some tries to include SL3 but there were some problems.

Related

Asp.Net MVC 4 with Blend for Visual Studio 2012?

I haven't seen so far, but can you use Blend to create (shared) layouts in asp.net mvc 4?
Unfortunately the only HTML you can do in Blend is for building Windows Store apps. Though HTML is HTML in whatever context you use it and it should be theoretically possible to design an HTML site in Blend, it's not build for that. ASP.Net can't be used.
I admit Blend would be an awesome tool for designing regular web applications. and I personally hope there will be support for that in the future.

Can you use HTML 5 with ASP.NET 4 and Visual Studio 2010?

Can you use HTML 5 with ASP.NET 4 and Visual Studio 2010?
The reason that I asked this is for a project I'm about to work upon.
Yes. But you need to install SP1 and the Web Standards Update
http://visualstudiogallery.msdn.microsoft.com/a15c3ce9-f58f-42b7-8668-53f6cdc2cd83
Yes: http://blogs.msdn.com/b/webdev/archive/2011/01/27/html5-amp-css3-in-visual-studio-2010-sp1.aspx
Yes.
Integrate HTML5 into Existing ASP.NET Web Forms and ASP.NET MVC Applications
http://msdn.microsoft.com/en-us/magazine/jj129609.aspx
yes, you can download this extensions to support html 5 intellisense for visual studio 2010
http://visualstudiogallery.msdn.microsoft.com/d771cbc8-d60a-40b0-a1d8-f19fc393127d
http://visualstudiogallery.msdn.microsoft.com/a15c3ce9-f58f-42b7-8668-53f6cdc2cd83?SRC=VSIDE

integrate WPF with ASP.NET

Is it possible i can use WPF in ASP.NET application. if so, how can i create an ASP.NET web site with WPF.
Thisng is, i have created a website through visual studio. Then i was trying to add a web page as WPF. But i couldnt. I am very new to WPF. Please help me. Is it WPF is only for winform application? We could not add WPF in web forms?
Regards
WPF (Windows Presentation Framework) is primarily a desktop technology. It is possible to embed a WPF application inside a web page as a XBAP (XAML Based APlication) but that is different than creating pages with WPF.
Silverlight is the framework to chose if you want to build a Rich Internet Application. Is has better integration with the pages that it is embedded on as well as any Javascript on that page.
Both WPF and Silverlight use XAML and a common set of controls so Silverlight should be somewhat familiar.
WPF can be placed inside an ASP.NET page (or any other web technology) with the browser's WPF Plugin (or ActiveX for Internet Explorer), called XBAP.
But WPF is a large set of components and need the .NET Framework installed on the user machine to work. In other words, the plugin just place the WPF content on that position and calls the .NET Framework to load there.
The closest approach is to use Silverlight, wich is a small subset of WPF components, fully based on browser's plugin (like Flash does). It has less "things" than the full WPF API, but is very good for most uses.
Resuming, Silverlight needs the plugin installed on the users' browser (like Flash needs). And WPF needs both the plugin and also the .NET Framework installed on the users' machine.
Worth mentioning that silverlight RIA will run in IE and firefox (safari etc) on a Windows box and in linux with Moonlight if its compiled to Silverlight 2.0 or earlier (but not yet if its compiled to Silverlight 3 or later).
WPF XBAPS will only run in IE on Windows box.

Using the Ext.NET library in an ASP.NET Monodevelop project

I would like to use the wonderful Ext.NET library (.dll) inside a MonoDevelop project.
Is it possible? If yes, how can I register it in my project to see the <ext:something> extension like the <asp:textbox> for standard asp.net controls?
I don't have much personal experience with Ext.NET + Mono, but I do know several community members have been successfully developing with Mono. The following search results may help track down a bit more information, see
http://www.google.ca/search?q=site%3Aforums.ext.net+mono

How to develop asp.net mobile application?

how to develop asp.net mobile application? what steps I have to be follow from the beginning. Is there any template provided by Microsoft for visual studio 2008 ? I want to develop this using c# + asp.net in mobile environment.
I think you should look Mobile Web App toolkit. If you use MVC you can make 1 project. I recommend you donĀ“t use mobile controls, they are deprecated.

Resources