samples

learning ado.net in c# and looking for good code sample

Hi all, I am trying to learn ado.net. I want to see a real project, real code in 3 layes that works well and written well. I underrstand every part seperatly, I cn't get it right how it all work together tthis why I am asking to download 3 layers winform/wpf solution can anyone help? thanks ...

Where can I find the .NET Framework 3.5 Entity Framework Sample application files that are described in the MSDN documentation?

Where can I find the .NET Framework 3.5 Entity Framework Sample application files that are described in the MSDN documentation? The download link in the MSDN documenation is a link to the Visual Studio 2008 SP1 download. ...

iPhone and printer integration Sample code/API for custom App development

Hi Friends, My recent engagement demands a printer integration using iPhone. The app will • Generate a PDF with the collected data • Print the same when user clicks print button I am fairly new in iPhone development. There are hardly any reference and sample codes to support the printing feature , however there are quite a few ap...

How to mix audio samples?

My question is not completely programming-related, but nevertheless I think SO is the right place to ask. In my program I generate some audio data and save the track to a WAV file. Everything works fine with one sound generator. But now I want to add more generators and mix the generated audio data into one file. Unfortunately it is mor...

Recommended sites with UML diagrams for different business scenarios?

As I found once for relational database models under this site, now I wonder if I could find something similar for UML diagrams base on the different business possible scenarios. Best, ...

Linq to Ntier samples

I am looking for Linq to nTier sample application. I can get the one at linq ntier http://blogs.msdn.com/bethmassi/archive/2008/04/12/linq-to-sql-n-tier-smart-client.aspx But the example is in VB.I need the one in C#. Help Please. Update I found the one at linq to Ntier in C# http://multitierlinqtosql.codeplex.com/wikipage?title=...

Additional SQL Server sample databases to practice with

I'm helping a friend learn SQL, and need more databases to help him get more practice. We have of course AdventureWorks, Northwind, and Pubs. Does anybody know of any other SQL databases samples that might be available to download? I know some sites have some databases where you can practice queries on the site, but I was looking for s...

MVC & .Net samples (Examples)

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

Can you provide a code example of a neural network and how it works on some sample inputs?

Could you give a sample of NN ? I mean something like implemented ORC but easier. And could you explain how does it work but on samples? ...

F# Code for Adventure Works Sample

hey everybody, it is very hard to find good samples for f# in the web. some samples show a simple web crawler for downloading stock data from yahoo or only code snippets of bigger ideas. i'm searching for an real world example outside the financial world. what about adventureworks? the current sample database is the base of many c# sam...

Android - are there precompiled samples from SDK available anywhere?

Are there precompiled samples from SDK available anywhere? Or is there any way to quickly compile all samples from given SDK version? UPDATE: it looks like everyone needs to compile examples by itself ...

Any working example of compiling a DLL in wxWidgets

I have found some examples of how to compile a DLL in wxWidgets but none of them compile in wxWidgets 2.8.9 Examples, such as, http://wiki.wxwidgets.org/Creating_A_DLL_Of_An_Application (here some of the download links don't even work, such as, http://www.frogmorecs.com/dl/fromdll.zip). Even the code at this forum http://wxforum.shadone...

Can I download samples & demos available online for ExtJS?

Hello. Can I download samples & demos available online for ExtJS? ...

Why do I see MS jQuery samples use `$(domReady); `?

I don't know if anyone ELSE has noticed this, but I noticed the jQuery samples I see on MS tend to use a different format: <script type="text/javascript"> $( domReady ); function domReady() { $('#btn').click( showMessage ); } function showMessage() { $('#message').fadeIn('slow'); } </script> Isn...

MSBuild Starter Kits...

Hi guys Just wondering if anyone knows if there are any MSBuild starter kits out there. What I mean by starter kits is that from the looks of it most builds to kinda the same sort of steps with minor changes here and there (i.e. most builds would run test, coverage, zip up the results, produce a report, deploy etc). Also what most pe...

Spring-samples don't understand the templates

Could please anybody explain to my how the templates work ? Can't find any info about it, there is no README, nothing. Is it supposed to be some kind of maven archetype or what ? https://src.springframework.org/svn/spring-samples Thank you ...

How to Compile Sample Code

I'm breaking into GUI programming with android, trying to compile and analyze Lunar Lander sample program. The instructions for using Eclipse say to select "Create project from existing source" but that option doesn't exist. If I select File->New->Project I can select "Java project from Existing Ant Buildfile". Using that I've tried s...

Convert shoutcast stream to playable samples in Python?

I have a shoutcat radio station and now want to build a player for it. I know how to "get" thet stream from the server, thanks a lot to bobince , but I am not sure how to convert that stream into playable samples. How is it done? ...

Tutorials (example) C# step by step

Hi. Does anyone know a good C# tutorials (example) step by step? It should be not a description of libraries, foundations and the OOP concept, and so forth, but the writing of any application step by step. For example, a mail client, telephone directory, a simple graphical editor, audio player. Thanks! ...

Is there some ExtJs Sample Application with open code?

Do you know of any sample application written in ExtJs which source code is open to the public? I'd like to see how code is modularized because I'm having some problems in organizing my own app. ...