Need (RPC + C# .Net + Framework 4.0) Samples [closed] - c#

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.
I want some samples in Remote Procedure Call in C#.Net and Framework 4.0. I had searched google a lot. But i dint find Step by Step Procedure of RPC Concept.
Kindly post some tutorials (RPC + C# .Net + Framework 4.0)

The question is rather general - RPC can be everything these days (like SOAP, XML-RPC, "classic RPC", .NET remoting etc.).
For "classic RPC" see:
http://www.codeproject.com/KB/IP/rpcintro1.aspx
http://www.aspfree.com/c/a/.NET/Introduction-to-RPC-on-Windows-Part-I/
http://netbula.com/oncrpc/
http://www.distinct.com/products/rpc/rpc-dot-net.asp
For "XML-RPC" see:
http://codinghints.blogspot.com/2010/03/xml-rpc-calls-with-c.html
http://www.xml-rpc.net/
For general info and .NET specific see:
http://msdn.microsoft.com/en-us/netframework/aa663324
http://homepages.ius.edu/rwisman/b438/html/net.htm

Related

What is the .NET alternative to the Rails stack? [closed]

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 presume that it is something like MVC4 + LINQ (or maybe NHibernate?)
I'm taking a dive into the .NET world (again) and would like to go with the best. Any tips and opinions?
There isn't an exact equivalent. You could use a combination of ASP.NET MVC + Entity Framework (NHibernate) if you want.

ODBC Driver in .Net [closed]

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.
Researching writing an ODBC driver for a particular data source. Since I am most familiar with .Net, was curious if it would be possible to do part (or most) of the coding in .Net... presumeably with a shim dll that would call it via interop. If this is possible, I am then curious if some source code exists that already does this, and might provide a good starting point for my project?

Is there a good Socket framework for C#? [closed]

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.
after many days of search, I'm here to ask you this simple question : Is there a good Socket (TCP/IP) framework for C# ?
I'm quite new to C#, i came from java where I used to use Apache MINA.
In my search i found "SuperSocket", but it's not commented at all and the online documentation is not the most accurate. So it's not a charm to use it...
Thank you.

StructureMap 2.0 samples / tutorials [closed]

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.
Does anyone know where can I find samples / tutorials covering one of these:
Autowiring (is it supported?)
StructureMap AOP support
Configuration and such
I need these for StructureMap 2.0, which was the last version supporting .NET 2.0. The documentation that comes with the source is not really helpful.
Ok, my findings on these, that can also be found on the google's first page are:
http://codebetter.com/jeremymiller/2007/04/02/structuremap-2-0-is-released-inversion-of-control-and-dependency-injection-for-net-2-0/
http://codebetter.com/jeremymiller/2007/04/09/introduction-to-structuremap-2-0-part-1/
and the documentation tagged for 2.0
http://structuremap.svn.sourceforge.net/viewvc/structuremap/tags/Release_2.0/Docs/

What is the best open source for .NET controls? [closed]

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?

Categories

Resources