Enterprise Java Beans video tutorials [closed] - asp.net

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
Are there video tutorials for Enterprise Java Beans with the same caliber as asp.net and windowsclient.net Learn section?

Google 'EJB video'... a few to get you started
EJB Tutorial
EJB3 and Web Services
EJB3 and Web Services II
Java Persistence and EJB3
Not sure what the quality of the resources you mentioned is - this stuff seems usable to me

Related

Learning about Biztalk Orchestration [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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 new to BizTalk server and I am really confused with Orchestrations. Is there any site where I can learn about Orchestration in detail.
Thanks in advance.
Do the BizTalk Tutorials. They cover most aspects of BizTalk, including Orchestrations.
http://msdn.microsoft.com/en-us/library/aa560270.aspx
http://msdn.microsoft.com/en-us/biztalk/dd849956.aspx

API Management layer in .NET [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 currently exposing an API endpoint for my .net services which uses WCF Rest API, ASP.NET Web API and ServiceStack.
I want to add rate limiting and authentication for my API, to add this I don't want to implement authentication/rate limit in each service.
Do you know if there is some platform (open source is a must) that I can put after my services that will manage it? like apigee?

Jabber integration in ASP.NET [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'm looking for an AJAX-enabled web client for Jabber. I found some, but they look hard to integrate with ASP.NET.
Some of them were not even tested in IE.
I'm trying to make an Facebook-like chat client, any suggestion is welcomed?
Take a look at this jabbar library for .NET:
http://code.google.com/p/jabber-net/
Or here if you need a ready-to-go solution for your website:
http://www.hotscripts.com/

What is the best MemCache solution for ASP.NET applications? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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
What is the best MemCache solution for ASP.NET applications running in a windows server environment? Why?
You could also check out Microsoft Velocity, especially if you're at a place that prefers Microsoft products.
My sentiments exactly - My Question
From what I've gathered, memcacheddotnet is the best free options,
scaleout if you want to pay

Entity diagrams in ASP.NET MVC [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
What's the best way/tool to display nice diagrams with entity relationships in ASP MVC views?
i.e. servers and and applications, or servers with other servers.
Are there any third party tools out there that can do this?
I've been searching around things like Telerik, but it's really hard to google for this!
Here are some 3rd-party diagramming tools:
http://www.nevron.com/Products.DiagramFor.NET.Overview.aspx
http://www.nwoods.com/GO/dotnet.htm
http://www.syncfusion.com/products/diagram/web/default.aspx

Resources