|
Does anyone know of a sample distributed application (.NET or J2EE) using RMI or Web Services?
Started by Jonathan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This sample.
Weblogic has a sample web application called MedRec that I've been using for a while.
|
|
Do you guys came across any sample application (i need source code of the app) for microsoft surface in web?
Started by Kthevar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can now download the Surface SDK with sample applications from the Surface Partner.
Your answers.
|
|
Is there a good full sample application which highlights the new features of ASP.NET MVC v2 (as opposed to the initial release of ASP.NET MVC)?
Started by Tony_Henrich on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of course, I'm a bit....
We're using MVC 2 Beta.
Http://weblogs.asp.net/scottgu/archive/2009/07/31/asp-net-mvc-v2-preview-1-released.aspx
You could take a look at ClubStarterKit v3 Preview .. .
You mean apart from ScottGu's? There is a download link there .
|
Ask your Facebook Friends
|
Hi
Does anybody know sample application or link where i can test 128 bit AES CFB implemenation given a password and some data.
Thanks
Started by viswanathan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A number of crypto libraries support AES in CFB mode, including:
OpenSSL [C] Crypto++ [C++] Botan [C++] PyCrypto [Python] BouncyCastle [C... .
Does http://www.hanewin.net/encrypt/aes/aes-test.htm work for you?
The NIST AES test vectors include CFB tests .
|
|
I would like to know where I could find a sample C# application written using StructureMap. Can anyone point me in the right direction?
Started by Tim on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's a nice reference app for a number of things including StructureMap... .
Pretty sure I used Sharp Architecture as my example the first time I implemented StructureMap
http://code.google.com/p/sharp-architecture/
Good luck with it man
Check out codecampserver .
|
|
I would like to learn the best practices to employ when creating a database driven web-application. I prefer to learn from examples. What is a good sample application that I can download and run to learn this:
I am looking for:
Should be written in C#...
Started by Rajah on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
There are good tutorials the BlogEngine.NET application.....
If you are looking for just sample level, you're looking for an N-Tier ASP.NET application design .
Here's a sample with just Oracle and ASP.NET.
Here , and here.
|
|
Good time of day!
I want to write article about what can be done with AJAX client script library for local .NET user group and now I'm lookin for some ASP.NET application which could be used as base for Javascript refactoring sample. Good sample should...
Started by PiRX on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
All my code is good code :-) (Good code is bad code that was rewritten...) .
Maybe you should try Google? :)
So you're actually looking for bad code? Sorry, I don't have that .
No, that's not clear.
|
|
I am looking for both UITabBarController and UINavigationController sample code. Please teach when knowing.
Started by marcy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And UINavigationController
Tab Bar Controller - Navigation Controller - TableView
Complete Sample App with UITabBarController (blog)
Full Length Tutorial (PDF)
Sample Code (zip).
|
|
Is there a medium-sized Clojure sample application that could be used as a "best-practices" example, and a good way to see what such an application would look like in terms of code and code organization? A web application would be particularly interesting...
Started by Frederic Daoud on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
It is a sign of Clojure being used in a mission critical application in the real production world/overview/
It is a tiny blog application written using Hibernate, Compojure and StringTemplate.
|
|
Hi there,
I am new to strut/web programming and I thought I could learn alot by reading a sample app.
On google, I searched and found a sample app at
http://www.roseindia.net/struts/struts2/struts2tutorial.zip The tutorial is really nice and it gives ...
Started by freshWoWer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I've just downloaded; navigate to the Tomcat manager....
If your sample doesn't work, perhaps your sample" of the web application to a WAR file and verifying it went into WEB-INF/classes.
You will learn a lot by reading sample apps.
|