HTML5 with Microsoft Visual Studio 2010 - c#

I tried to create a video tag in ASP.NET 4 in MVS 2010 but it didn't work. Is HTML5 already applied to Microsoft Visual Studio 2010? or do i need to install some kind of a software to make it function? I am asking about a safe Microsoft add-on or any other valid way.

http://visualstudiogallery.msdn.microsoft.com/en-us/d771cbc8-d60a-40b0-a1d8-f19fc393127d

Related

Xamarin Studio: Does not display the list for to create C# Android project

I am try use Xamarin Studio for Android. But, when i click File->New->Project... i don't see C#: Android application.
How to fix it? Thanks!!
As said here: The Cycle 7 version of Xamarin Studio on Windows requires both Microsoft Build Tools 2013 (or Visual Studio 2013) and Microsoft Build Tools 2015 (or Visual Studio 2015) to be installed.
You will need to update yours.
As a personal suggestion. Since you are using Windows I recommend to use Visual Studio Community. Its free and recommended by Xamarin.
To complement the answer I will quote what #MattWard said in the comments:
Xamarin.Android is included in Xamarin's universal installer but it is
also included in the Xamarin.VisualStudio.msi (note that even though
it says Visual Studio it does not require it to be installed). These
are available from your account page
Have you installed the Android SDK?

Visual Studio Templates

I currently have Visual Studio 2010 Express Visual Basic. I was wondering if there was anyway I could download the C# tmeplate online without having to download Visual Studio 2010 C# Express. I have tried searching on the online templates and I could not find it.
Go to File - new project- this will give you this window.
Then click on online templates.
This link tells you how to find and install templates.
Article on Visual Studio 2010 templates.
Here is another link to the MSDN forums, where are question is asked about installing template on VS 2010 Express, you may find it useful.

Can I use Visual Studio with Unity?

I've been checking out Unity and it looks quite interesting.
In particular after reading you can use C# as the scripting language, I am left wondering if there is some sort of Visual Studio integration to leverage IntelliSense and all that jazz built into VS.
Unity has a wiki page explaining how to do this. It seems that the latest version of Unity should already allow you to create a Visual Studio project (if you're running Windows). However, it seems only VS 2008 is supported natively. You can follow this workaround to get it to work with VS2010 (except VS2010 Express Edition) to some degree.
Unity exports a VS 2008 project. I built a VS 2010 exporter so you can avoid fighting with the upgrade wizard. http://u3d.as/2gR
You can check UnityVS from SyntaxTree. With this extension you can code & debug Unity 3D games using VisualStudio
http://unityvs.com/
Disclaimer: both Sébastien and I are working on UnityVS
Microsoft have now acquired UnityVS company SyntaxTree, and are offering UnityVS for free for Visual Studio 2010-2013 Professional or higher.
You can download it here, or get it from the Visual Studio Extensions Gallery.
As of Unity 5.2, Visual Studio Tools are supported by Microsoft for Unity on Windows. Source
For OS X, Visual Studio Code can be used directly with Unity. Source

teaching friends son C#, easiest path to setup IDE on his laptop?

I need to setup a c# ide (free) on his laptop, do I need to download the sdk or does windows 7 come with a c# compiler? (it's been a while setting something up from scratch)
You can try Visual C# 2010 Express, it's a free version of Visual Studio for C# development, and IMHO more than enough for someone learning that you don't really need the full VS2010 package.
Download Visual C# 2010 Express edition. It's free, you can find further information here: http://www.microsoft.com/express/Windows/
Just use Microsoft Visual Studio Express.
http://www.microsoft.com/express/
The Microsoft Web Platform Installer can be used to install Visual Studio Express, and also easily install many of the other MS tools like WebMatrix.
The Microsoft Web Platform Installer
3.0 (Web PI) is a free tool that makes getting the latest components of the
Microsoft Web Platform, including
Internet Information Services (IIS),
SQL Server Express, .NET Framework and
Visual Web Developer easy.
Similarly Linqpad is a great tool for playing around and dynamic prototyping. I can't advocate it enough.
... LINQPad is more than just a LINQ
tool: it's an ergonomic C#/VB
scratchpad that instantly executes any
C#/VB expression, statement block or
program with rich output formatting –
the ultimate in dynamic development.
Put an end to those hundreds of Visual
Studio Console projects cluttering
your source folder!
Look for the free version of Visual Studio 2008. Not sure if there is one for 2010. It's at the Microsoft site. http://www.microsoft.com/express/downloads/#2008-Visual-CS
Framework is sufficient, IIRC.

Where is Visual Studio 2005 Express?

I'm working on a project that requires Visual Studio 2005 and I've been trying to find a legitimate download site for Visual Studio 2005 Express, but it seems like Microsoft only wants people to download the 2008 version instead.
Anyone knows why it's like this and if there is some link somewhere where Visual Studio 2005 Express is available?
Here are more links:
http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvcs/thread/290fb587-1447-466c-9149-a692fa5de34d
They seem to point to the same files.
The direct download link:
http://go.microsoft.com/fwlink/?LinkId=51411&clcid=0x409
For Visual Studios 2005 C++ express the vcsteup.exe is available here: http://download.microsoft.com/download/8/3/a/83aad8f9-38ba-4503-b3cd-ba28c360c27b/ENU/vcsetup.exe
I found this link here: http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvc/thread/aa4a3808-b0da-4afb-ac19-ac45582bb58a
I belive that VS 2008 (all editions) will only work with .NET 2.0 to 3.5 just as VS 2005 (all editions) will only work with .NET 2.0. This is the reason that VS 2005 is no longer available, because its features are duplicated by VS 2008. The only difference is the solution file, so you could make a seperate solution file for VS 2008.
In case anyone else needs the VS 2005 Express Editions for whatever reason (e.g. I needed this particular version a while ago to verify/reproduce a bug), this page: http://blogs.msdn.com/astebner/archive/2006/03/28/563660.aspx has links to all versions (Visual Basic, C++, C#, J#) which still seem to be working.
why don't you get VS 2008? and they say that your project is a .NET 2.0 project? or you are editing a .NET 1.x project?
With VS 2008 (express or not) you can target the projects to what framework you want!
Incase anybody is looking for the Web Developer Express 2005 version CNET has it here:
http://download.cnet.com/Visual-Web-Developer-2005-Express-Edition/3000-10250_4-10421166.html
Believe this only works for windows 2000 and XP.
I found the ISO Visual Studio VB 2005 Express at
http://apdubey.blogspot.com/2009/04/microsoft-visual-studio-2005-express.html
You can find them at https://my.visualstudio.com/Downloads/
It requires login/subscription to search and download and I'm not sure if everyone can just download them freely, as I'm using a company MS account to log in.

Categories

Resources