C# step-by-step tutorial with sample code [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Could anyone suggest a good step-by-step C# MVC4 tutorial? I need to learn this language but I could not find any really great tutorial with sample code and explanation yet. I should create web sites with these things but it's really different from PHP what I have used till now.
Thank you in advance!

Microsoft's MVC Music Store is a pretty classic example.

You can also visit the channel9 to see different kind of vidoes http://channel9.msdn.com/search?term=mvc

Related

Where to start WPF Application Framework (WAF ) for beginner? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anyone suggest me some websites to learn WPF Application Framework (WAF ) for beginner ? I haved read here http://waf.codeplex.com/. But its not show up any tutorial links even Google.
Look around on MSDN, they have lots of good tutorials. In particular I would recommend this article.
In general though, just try stuff. Create a simple application, hook it up to a simple view model, and once you get something working, start changing small pieces to make it do what you want. In my experience that is always the best way to learn a new technology!

Where is SQL Compact on C# WPF Visual Studio tutorial? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am learning to use C# WPF with Microsoft SQL CE database. Can anyone point me to some good step by step tutorial on how to use the SQLCE with WPF? I have read MSDN, but none on the site helps. I need something simple: how to connect, insert, read rows, store to datagrid etc, not some sites that play with NorthWind.
I have a sample here: http://erikej.blogspot.com/2011/02/using-sql-server-compact-40-with-wpf.html
NerdDinner is a good start
http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx
I found this article very helpful:
http://www.codeproject.com/Articles/680116/Code-First-with-SQL-CE

Reinforcement learning in C# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I intend to use Reinforcement learning in my project but I do not know much how to implement it..
So I am looking for a library with different RL algorithms that I can use in my C# project..
Thanks
Please Note:
I found NeuronDotNet library for neural networks, I am now looking for RL library..
EDIT: Or a Dot NET library
For who care, I have found this library for socket supported languages (C#):
Rl-Glue
I encourage you to try this solution:
http://sourceforge.net/projects/dotrl/
I am the main author, any comments are welcome :)
If you don't know how to implement them because you lack an understanding of the algorithms, a book by Sutton and Barton should help clear up any issues you have.
http://webdocs.cs.ualberta.ca/~sutton/book/the-book.html
But otherwise, what you found should suit your needs.

SOAP using C# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
How do you use SOAP using C#? Is there a simple, yet effective tutorial for this?
SOAP is encapsulated with the Web Service model in ASP.Net. Here's a good intro article on MSDN: http://msdn.microsoft.com/en-us/library/ms972326.aspx
You can find some good tutorials on MSDN and at the ASP.Net web site. Here's a great introductory video: http://www.asp.net/learn/videos/video-7025.aspx
I like the tutorial at http://users.skynet.be/pascalbotte/rcx-ws-doc/dotnet.htm
Are you using Visual Studio ?
In VS2008 you can add a "Service Reference"
http://www.techtoolblog.com/archives/add-web-references-to-visual-studio-2008
(Google really is your friend on this one :p)

Forum software for asp.net c# that I can integrate into my asp.net project? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for free/open or closed forum software for asp.net. Most of the ones I have found require PHP and MySql.
http://www.yetanotherforum.net/ - Yet Another Forum is a pretty popular ASP.NET based forum package.
You might wanna try "Jitbit AspNetForum" http://www.jitbit.com/asp-net-forum/ We used it for years and they have a free evaluation version (fully functional). It also received a good review from Scott Hanselman here http://www.hanselman.com/blog/HanselmanForumsAspNetForumFromJitBit.aspx
Codeplex has a few: here
Chad Moran mentioned a good one, but I will link to the c# open source forum where I found it (just because the web site is a nice one to know about)
Yet Another Forum.net

Categories

Resources