Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

161
votes
12answers
15k views

ASP.NET MVC Best Practices, Tips and Tricks [closed]

Please, share your ideas which could serve as best practices or guidelines for creating ASP.NET MVC web applications. These ideas and/or coding samples should be relevant to ASP.NET MVC application ...
39
votes
9answers
10k views

Good Domain Driven Design samples

I'm learning about DDD and enjoying every minute of it. However, there are some practical issues that are confusing to me that I think seeing some good samples might clear up. So being at peace with ...
14
votes
10answers
26k views

WPF sample applications

Are there any WPF sample applications that showoff the 'coolness' of WPF? I'm hoping to see some examples of the UI capabilities etc., and general structure and best practices. (oh, and the install ...
12
votes
8answers
607 views

Your Favorite LINQ-to-Objects Queries

With LINQ, a lot of programming problems can be solved more easily - and in fewer lines of code. What are some the best real-world LINQ-to-Objects queries that you've written? (Best = simplicity ...
10
votes
9answers
3k views

Good C# code samples?

You know how Steve Yegge recommends reading good code and bad code in order to learn from it? Well, I'm looking for good C# samples. Any suggestions?
6
votes
1answer
360 views

xauth using python-oauth2

I am trying to implement xauth for instapaper using python-oauth2. I am able to find samples for oauth but I didnt find any for xauth. Can someone share samples or the api documentation?
6
votes
2answers
236 views

MSBuild Starter Kits

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 ...
5
votes
4answers
2k views

How do I open the GWT samples in eclipse Helios and GWT 2.1.1?

What is the straight-forward way of importing one of the GWT samples in eclipse Helios + GWT 2.1.1. It seems like the content of the zip file doesn't contain any project files for eclipse. I tried ...
5
votes
8answers
814 views

Ajax Tutorial

I am looking for a good resource on Ajax. Framework doesn't matter. Should have good samples for typical real world scenarios. Thanks in advance.
4
votes
4answers
1k views

A modern n-layer asp.net web application sample?

So my asp.net is very very rusty, and i'm trying to get back into best practices and what not. So, I whip out google and start looking for examples and samples and tutorials, but what do I find? Old ...
4
votes
5answers
1k views

Tutorials (example) C# step by step

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 ...
4
votes
1answer
128 views

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 ...
4
votes
4answers
2k views

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 ...
4
votes
3answers
274 views

sample java applications

.NET has codeplex for good sample applications to understand best practices. In Java, the first level of difficulty lies in finding a project with the frameworks you are interested to see implemented. ...
4
votes
4answers
1k views

Examples of Dynamics AX 2009 programming?

I'm just learning to program Dynamics AX 2009. So far I got the dev system running, I got some background about the architecture. Now I'm looking for some walkthrough-samples to learn more about ...
3
votes
1answer
92 views

How to access samples in an audio file

I'm making an iPhone app which lets the user design an audio filter and test it on some recorded sound. I try to do the following: I create two audio files called "recordeAudio.aiff" and ...
3
votes
1answer
1k views

.NET, “Any CPU/64Bit (x64)/32Bit (x86)” Best Practices, Tips and Tricks

If a .NET program directly or indirectly needs to call platform dependent/native/unmanaged code it might crash. This 32-bit/64-bit theme came into my mind after I got a new laptop with Windows 7 ...
3
votes
2answers
4k views

How to build Android NDK sample: “bitmap-plasma”

I am trying to build the bitmap-plasma sample that is included with the ndk, but getting an error. I run ndk-build from the samples/bitmap-plasma directory, and the error it displays is that it ...
3
votes
3answers
185 views

Large number of sample documents

Does anyone know where I can find a huge repository of sample documents, in a variety of subjects? I'm looking for at least a few thousands documents (Office or PDF should be fine) in order to test ...
3
votes
3answers
1k views

Can anyone tell me where can I get sample UML diagrams for an ERP system?

I want to study an ERP system. For that I want to study its processes. So if anyone can give me some useful links then it will be helpful to me, thanks.
2
votes
2answers
1k views

Can't import or create new project from samples or downloads on Android/Eclipse

Basically, I need help importing downloaded source or creating a project from sample source programs. I'm looking for step by step instructions for both if anyone can point me there or post the ...
2
votes
0answers
69 views

Accessing audio samples from linphone

I'm using linphonec (without gtk interface, only command line) in Linux and I want to access incoming and outgoing sound samples, but I don't know what file should I edit to access them. Can anybody ...
2
votes
2answers
2k views

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.
2
votes
3answers
354 views

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 ...
1
vote
1answer
35 views

trying to extract samples from a .wav file

I'm attempting to obtain the samples from a .wav file & store them in an array (using objective c) Does any know a good way to go about this? So far it seems like libsndfile ...
1
vote
1answer
163 views

Conversion to Dalvik format failed with error 1 - Unable to compile ApiDemos samples from Android

I created a project from ApiDemo for API 12 sample code in Eclipse Indingo (in Windows 7). I did the same for 11 and 13 with the same results described below. Without android-support-v4.jar this ...
1
vote
1answer
30 views

Get the frames values from the frames bytes

i'm using the aifc library for open an aif file and his method readframes(nframes) for read the frame in bytes. But now i have to convert the bytes in a float list of values. How can i do it? thanks ...
1
vote
2answers
122 views

Adobe AIR sample applications?

I just started to learning the Adobe AIR. I think I would learn quite fast by referring the sample applications. Can you let me know any Adobe AIR open source applications? Thanks for your help.
1
vote
0answers
113 views

Convert audioinputstream in an float array of samples

Hi i'm using the audioinputstream for manage a my file audio. with this i can obtain an array of bytes audioInputStream.read(audioBytes). How can i get the samples from this array? My audio file: is ...
1
vote
1answer
260 views

GWT expenses demo in STS?

After hunting around a lot and trying different builds and versions of sts i still cannot get the expenses sample to run from within sts. I have managed to run it using mvn ; but not using sts. the ...
1
vote
2answers
765 views

FFmpeg and types of samples

Decoded audio using FFmpeg (function avcodec_decode_audio3) and try to reproduce it through Audiotrack in Android. When playing I hear some growling. No music. On the forums advised that the problem ...
1
vote
2answers
835 views

Android: Speech to text?

Ive had a look at the following sample code: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html But i cant get it to run on the emulator. ...
1
vote
2answers
324 views

How to calculate number of samples from length of audio file?

Given an audio file of duration say 10s, how do I find out the no of samples betweeen 2s and 8s?
1
vote
1answer
813 views

How to extract integer samples from audio queue buffer and write modified samples back?

for an iphone voice changing app (objective c), i am trying to take the sampled integer values from the recording audio queue buffer, process them in a function and write the modified values back to ...
1
vote
2answers
545 views

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 ...
1
vote
3answers
516 views

F# Code for Adventure Works Sample

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 ...
1
vote
3answers
170 views

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?
1
vote
3answers
639 views

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 ...
1
vote
2answers
408 views

Table module samples

I'm looking for some good open-source sample applications that use the Table Module pattern to organize the business logic (can be any language). Any suggestions?
1
vote
1answer
1k views

Silverlight sample applications

I'm developing small silverlight apps since a few months and now I'm looking for some resources to improve my apps. I read through quite a bunch of samples and I know the basic technologies, now I'm ...
1
vote
6answers
521 views

What are good resources for learning basic T-SQL for non-programmers?

Some of our clients want to do their own reports and lack the necessary knowledge. What are good free resources for learning basic T-SQL? What resources do you recommend to your clients and others ...
1
vote
1answer
326 views

Sample a running Python app

I'm used to sampling C-based apps, which every few milliseconds sees what function stack is being called at that moment. This allows me to see where most of the time is spent in an app so I can ...
1
vote
4answers
4k views

ASP.NET Themes samples/starter kits

I was wondering if there was somewhere I could get some starter kit / theme sample for ASP.NET. I am not a designer, but I need to build a prototype for a project, and if I do it myself it'll ...
0
votes
0answers
25 views

Swing Project Samples

I am looking for some big Java GUI projects done in Swing for some testing. Does anyone know a good reference which has open source projects?
0
votes
0answers
24 views

Calendar Sample has no “where” field for the EventEntry Class, how could I add it?

Two questions: 1 - Can I reuse the share-sample-gdata and shared-sample-calendar jars from the repository on my own android App? 2 - What would be a possible way to add the "where" field for the ...
0
votes
1answer
93 views

PlayN Samples: git clone command throws error: did you run git update-server-info on the server?

I'm trying to follow the GettingStarted instructions for PlayN. I get an error when trying to clone the repository: Macintosh: test dev $ git clone https://code.google.com/p/playn-samples ...
0
votes
1answer
337 views

Android 4.0 features with examples

I want to implement Android 4.0 features in my app. If any one has sample code could you please share? I mainly need examples for photo editing (taking some part according to our finger touch ...
0
votes
0answers
38 views

Blackberry Scanner API problem - urgent

I am using the code from the blackberry samples modified according to my requirements to scan the QR code. But it fails most of the times. If i scan it from the computer screen it works , but from the ...
0
votes
2answers
103 views

How to run samples. Visual Studio 2010

This might be a dumb question but I've been developing for a while and I still can't figure this out. Sometimes when I download samples for WP7 applications it shades out the "run application". I can ...
0
votes
1answer
335 views

SeriesChartType (enumeration) examples

I'm using the ASP.NET charting library (System.Web.UI.DataVisualization.Charting) and the SeriesChartType enumeration has a ton of different chart types. I've done a fair amount of searching to try ...

1 2