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)
Related
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!
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
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'm wondering what the best supported way of accessing the youtube data api is with c#?
Are any of the library's up to date? I can quite easily switch to Django or Rails for this app, but thought I would start with C# as it seems that it is referred to in the current docs. However the examples seem inconsistent, so I'd rather just switch to something that works than mess about with this.
And you can get c# examples at https://github.com/youtube/api-samples/tree/master/dotnet
and the library is in https://developers.google.com/api-client-library/dotnet/apis/youtube/v3
Google has a variety of libraries to make this fairly simple:
https://developers.google.com/youtube/v3/libraries
Including this .NET version:
https://code.google.com/p/google-api-dotnet-client/
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
There is quite a few code samples on PayPal GitHub showing how to implement IPN listener in various languages (php, VB, ...). However, there is none for the ASP.NET MVC. Has anybody successfully implemented it? Or is there, similarly to the other code samples, a preferred/oficial way of implementing it?
A neat video on a simple MVC site structure that includes PayPal IPN:
http://www.asp.net/mvc/videos/mvc-1/aspnet-mvc-storefront/aspnet-mvc-storefront-part-22-restructuring-rerouting-and-paypal
Direct link to his IPN controller
https://mvcsamples.svn.codeplex.com/svn/trunk/Kona.Web/Controllers/PayPalController.cs
MVC/C# Example:
http://www.markstraley.com/Code/PayPalIPN
Thanks #Earlee!
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