Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to build apps using Xamarin in C#. But unfortunately I don't know C#. I have tried looking around on Google but nothing really helpful comes along. If anyone uses Xamarin to make C# apps can you please tell me where you learn it. Thank you.
Microsoft Virtaul Academy(MVA) is a great place to learn new stuffs
• Get the resources you need for Xamarin here: Tools
• Learn Xamarin for Absolute Beginners: Learn Xamarin
http://www.learnvisualstudio.net If you want to get a good foothold, I got my first job using this site. Bob is great.
Also, channel9 has this: https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners which is great... cause it's also Bob.
There are multiple C# classes available at udemy.com. Or if you want to pay membership fees, you can also join pluralsight.com. The membership is just $29.99.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
The title basically says it all. What programs should I download to start developing in C#? I already have Atom installed it that helps.
Thanks in advance!
Visual Studio if a natural choice if you can, because a lot of businesses use that tool for development, and I'm assuming you want to learn it from a career perspective. However, Microsoft came out with VS Express (https://visualstudio.microsoft.com/vs/express/) as a means to get a free version of the tool with limited functionality. It can work for you and be a good place to start, or look at a tool like VS Code. That is a nice tool that works a lot differently from Visual Studio, but has a lot of functionality and capabilities.
Sometimes, when you are getting started, you just have to pick an option and go with it; a lot of what you will learn will carry over and there are a lot of good online resources.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I want to learn how to use ServiceStack to selfhost mvc/razor applications. I have only basic konwledge about MVC. I've already compiled and tested ServiceStack sample - RazorRockstars. It works (both Windows and Linux/Mono).
My problem is that I don't understand how it really works. Is there any tutorial describing how to create project like this, step by step? I'm not looking for finished working project, instead I want simple tutorial, with explanation step by step how to create it from scratch.
I've searched for this but still I can't find any matching my criteria.
Pluralsight has a great ServiceStack course made by John Somnez
or you could read the documentation
I think you are asking how view API is working. If your question is specifically for how you can define view for your project. There are multiple options with Servicestack.
You can find that documentation here.
Please let me know if any further detail is required.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am a long time experienced Windows Forms developer, but now it's time to move to WPF because a new WPF project is comming soon to me and I have only a short lead time to prepare myself to learn WPF.
What is the best way for a experienced Winforms devleoper?
Can you give me some hints and recommendations to learn WPF in a very short time!
Are there simple sample WPF solutions and short (video) tutorials? Which books do you recommend? Is www.windowsclient.net a good starting point? Are there alternatives to the official Microsoft site?
Thanks in advance for your help!
I like this tutorial:
http://reedcopsey.com/series/windows-forms-to-mvvm/
Also, dont be afraid about forgeting what you learned. WPF was designed as totaly different technology than WinForms. So in some aspects it results in completly different techniques to reach your goal.
A really well done book is http://www.amazon.com/WPF-4-Unleashed-ebook/dp/B003UBAYXE
There has been much debate on Charles Petzold's book "Applications = code + markup" but I still value it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I built a GIS application around Twitter and now its getting some interest.
But one of the requirements is that they don't want any outside dependencies.
So I'll need to mimic Twitters functions.
Anyone know of any open source Twitter projects?
Laconica?
http://laconi.ca/trac/
Identica demos it nicely:
http://identi.ca/
Jaiku is a microblogging service very similar to Twitter. Google bought Jaiku a few years ago and made its engine open source. You can find it here:
http://code.google.com/p/jaikuengine/
If you're looking for a .NET alternative. There is Yonkly. Is an open source Twitter clone written using ASP.NET MVC. You can find the source here:
http://www.codeplex.com/yonkly
I have used laconi.ca in the past, it is easy to figure out and highly customizable (for how young it is).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking for libraries to build attractive interfaces. Someone told me about Fluid (http://fluid.codeplex.com/) but it's very difficult to use.
Anyone knows others?
My project is for Compact Framework 2.0 SP2, C#, and it's going to use in Windows Mobile 5.0 and above.
Thank you!
you should check out the Silvermoon project. if uses opengl to make great looking UI´s. just tried it on my phone and it looks great.
I have been looking for the same recently. Resco MobileForms Toolkit is one option, but in the end (because I didn't want to pay for any third party libraries) I just wrote a few controls of my own - this was quite a useful starting resource, but it is 3.5 focussed. I think your options may be much more limited if you still want to support version 5.0.