As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there any Visual Studio template for Windows 8 applications that use MVVM out of the box?
In Visual Studio go to Create New Project and search for w8mvvm or just mvvm.
Template: MVVM for Windows 8
Docs: http://w8mvvm.codeplex.com/
You can use MVVM Light Windows 8
Lien : http://msdn.microsoft.com/en-us/magazine/jj651572.aspx
Download : http://mvvmlight.codeplex.com/
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have a Mac running OSX 10.8 and my question is:
What is a good web development program that I can use to create applications in C# and ASP.Net? Or Somewhat similar to Visual Studio.
I use Visual Studio on Windows and Xamarin on Mac.
Xamarin is suprisingly good :) Not Visual Studio, but they are getting there!
http://xamarin.com/
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm building a C# program like Windows Remote Desktop Connection.
I use Microsft RDP Client Control - version 8 to do that
There are some features I don't know how to do.
Disable (Enable) Desktop Backround
Font Smoothing
Visual style
I've found most of features at AdvancedSettings -> AdvancedSettings8. But I can't find these features there.
Can anybody help me?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've been looking for ways to develop metro style games for Windows 8 in C#. All I can find are tuts explaining how to build games in C++ or JS/HTML5.
I'd really like to continue with C# since I really like the language. What are the recommendations around this topic?
I'd look into SharpDX or MonoGame, both of which have support for Windows 8 Metro style apps.
I'm not sure what the state of XNA is these days.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to look at the Visual tree as like Snoop in WPF.. Is there any tool for Windows phone application ?
You can have a look at Silverlight Spy - Silverlight Spy extension.
XAML SPY is the updated Silverlight Spy.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Does anyone know the best opensource for .NET controls?
With Dev Express, Telerik, they so cool, but they are commercial version.
You can already find quite a lot of interesting stuff on Codeplex. And of course there's no stopping yourself to create your own custom controls for your application. Take a look at these tutorials: Developing Custom ASP.NET Server Controls..
How about Mono’s re-implementation of Windows Forms?