examples

MVC & .Net samples (Examples)

i want the examples or samples of the MVC & .net so please give me link ...

EDIEL library for Java/C#

Hi all, This is a long-shot but does anyone know of a library in Java/C# for handling the EDIEL specification (this is the EDI spec with extensions for electricity, used by scandanavian countries and a few others). Failing that any resources with concrete examples of the messages in various scenarios? Specifically I'm interested in th...

Good examples of unit test suites

For those of us who like to learn by reading good code, what are some of the projects you've seen which provide a great example of a medium to large suite of unit tests in action? This isn't a question about what your favourite unit testing framework is, but it could be helpful to add which unit testing and/or mocking frameworks are use...

Developing websites for data entry

We are in the process of developing a website to replace an old green screen data entry application. The problem is that our users are accustomed to FLYING through the screens (i.e. blind typing ... they never need to look at the screen or their fingers). They are very nervous about moving to the web, and I was hoping to assuage this n...

What does apply_filters(...) actually do in WordPress?

Hello I'm trying to understand some of the function in WordPress, but I can't get my head around what apply_filters(...) actually does. Is someone able to clear this up for me with a few examples? Cheers Turgs ...

Chrome desktop notification example?

Is there an hosted example code (Javascript) that demonstrates Chrome desktop notifications? I'd like that use that in my own code. Update: Here's a blog post explaining webkit notifications with an example. ...

Where can I find a good iPhone/GWT/AppEngine example?

These seem like a great combination--I'd expect to see more on at least GWT/iPhone integration, but there isn't much. I've looked through the reader example that Google made, but it doesn't seem to take advantage of many of the iPhone features. I was wondering if anyone knew of a tutorial/resource that showed how to use things like loc...

Vkontakte UserAPI examples on C++

Say me please, where i can find examples on C++ with using UserAPI Vkontakte? ...

Anyone use libtool as backend for scons?

I'm interested in examples. ...

Fun with Lambdas

Not having them used them all that much I'm not quite sure all that lambdas/blocks can be used for (other than map/collect/do/lightweight local function syntax). If some people could post some interesting but somewhat understandable examples (with explanation). preferred languages for examples: python, smalltalk, haskell ...

Help For Example... Biztalk

I am newbie in this Biztalk world and up to now i am able to read file and send that data to sql and vice versa using orchestration and by configurating physical ports in biztalk administration,but i want to receive and send data using sql-adapter in single orchestration,even if its not using single orchestation than also i want the way ...

I am having trouble with every Android graphics/SurfaceView tutorial.

Hello, I'm trying to learn how to make video games on Android, and therefore I'm needing to get some decent tutorials going on how to make graphics on Anroid using the SurfaceView object. However every single graphics tutorial I've tried (mainly SurfaceView stuff) has failed. Please note that I don't want to use XML, as it is out of my...

Up-to-date Swing MVC example + Question

Hi, I'm looking for an article or tutorial that gives an example of what an up-to-date MVC pattern (2.0?) should look like with the Swing framework. Also, being more used to a layered architecture, I'd like to know how the domain objects or POJOs fit into the picture. Am I right in assuming that they are separate and called by the mode...

ASP.NET MVC2 - Custom Model Binder Examples

I am trying to find some examples of building a custom model binder for a unique binding scenario I need to handle, but all of the articles I found were for older versions of MVC which are no longer relevant in MVC2. I've been referencing the DefaultModelBinder source code to try to get a general feel for what I need to do, but it's enti...

Sample (preferably simple) subclass of NSCoder?

I'm trying to create a subclass of NSCoder, but I really don't know where to start. Apple's documentation lists which methods are required, but not much else. Maybe my Google-fu is weak, but I can't find any examples of an implementation of, e.g. encodeValueOfObjCType:at:, anywhere. (Though I assume it involves a lot of cases.) Anyone k...

Examples of well written simple PyGTK apps?

I'm looking to get my hands dirty with PyGTK and was wondering if anyone can recommend any relatively simple, really cleanly written PyGTK apps that I can look to for best practices or examples? Any type of app will do, as long as it's simple-ish (i.e., please don't recommend a huge app) and generally considered to be well written. The ...

Solving embarassingly parallel problems using Python multiprocessing

How does one use multiprocessing to tackle embarrassingly parallel problems? Embarassingly parallel problems typically consist of three basic parts: Read input data (from a file, database, tcp connection, etc.). Run calculations on the input data, where each calculation is independent of any other calculation. Write results of calcula...

What trivial real-life example do you use to explain programming to total non-programmers?

Possible Duplicate: What is a good example to show to a non-programmer to explain what programming looks like? Programmers seem to live in a world of their own (as this site indicates), with their own vibrant culture - and their own premises and vocabulary. Once we've been in the field for a bit, we take a lot of things for gr...

ASP.NET MVC, Spring.NET, NHibernate initial setup/example/tutorial.

Hello! Have you been doing some ASP.NET MVC developement involving Spring.NET and NHibernate both? I would like to see an informative example of such setup, so I could build my own project off that. I tried googling, found some pretty things like S#arp Architecture, an article about regular ASP.NET (WebForms) integrated with the framew...

Problem with Wicket and SignInExample in IE8

I have an interesting problem with Wicket. I'm basically duplicating the 'authentication' example from the v1.4.x in SVN. It works fine in FireFox and Chrome but not in IE8. When in IE8, after I click the submit button it returns with a 404 error but i can manually paste the "destination" url in and it goes there fine (as an authentic...