Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
377 views

Scrum stories and behind the scenes features

As I understand things, the Scrum backlog is composed of a series of Stories that represent something for the end user and this is further decomposed into Features. If this is the case, where does ...
10
votes
4answers
5k views

C# vs VB.NET - Handling of null Structures

I ran across this and was wondering if someone could explain why this works in VB.NET when I would expect it should fail, just like it does in C# //The C# Version struct Person { public string ...
6
votes
2answers
103 views

Do Windows Forms Applications busy wait for user inputs?

Normally windows forms applications proceeds execution as the user gives the input(s). ex : Click a Button. Until then does the application busy waits ? (go and check whether "a button" has been ...
1
vote
3answers
133 views

How asp.net mvc3 works behind the scenes

Is there an article, blog post, or any documentation that explain the functionality of asp.net mvc 3? Something that expose what happens behind the scenes to glue together all the parts that I use on ...
1
vote
1answer
363 views

Flash: Grant access to webcam programmatically / behind the scenes?

We're building a kiosk app that will have a fairly wide deployment. The app is in Flash running in a browser and requires the use of the webcam. As it stands, each kiosk will show the usual Flash "do ...
0
votes
2answers
50 views

how Joomla back-end's core works?

In the Joomla back-end, the administrator would do modifications using the GUI. Say a module is enabled(just click the check box). What happens in php-level?(what happens to the code?) Some trivial ...