Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
4answers
10k views

WPF vs XBAP vs Silverlight… which suits business applications?

I'm pretty familiar with a lot of the ins and outs of full fledged WPF client applications. I know that WPF client applications supports the full .NET Framework 3.5, allows for hardware acceleration ...
4
votes
4answers
647 views

Real-world Complex Rails applications?

For my self-education purposes, I would like to investigate the code of a complex Ruby On Rails (preferably 3) business application(s) so that I can get the feel of how to do things in the real world ...
4
votes
3answers
65 views

How to let the user choose between typing price inclusive VAT or exclusive VAT in TextField?

I am implementing an back-office application where the user type in prices for products. Sometimes it is preferred to type the price inclusive value-added-tax, VAT and sometimes exclusive VAT. How do ...
1
vote
2answers
153 views

django or asp.net for business app

I have had experience in asp.net(vb.net) and I'm am looking to create business web app which includes things like reporting, listing of invoice records from DB, creating new invoices, inventory stock, ...
1
vote
2answers
236 views

What is the best architecture for a business application using WPF & EF?

I'm confused about the architectures which we can use to develop a business application with WPF 4.0 and EF 4.0 technologies. My first choice was a traditional N-tier architecture contains: UI, ...
1
vote
1answer
50 views

Silveright Business App Samples. Need some good references

I am working on a SL4 RIA Business application and would like to get all the reference code out on the web I can find.. from a book is fine too.. Anyone know a few good ones? I will search the web ...
1
vote
1answer
699 views

Accessing parent control from a Silverlight View

I have a scrollbar on my parent UserControl in a Silverlight 4 Business application that I would like to access from a View; I want to simply tell it to scroll to the top. I have tried casting the ...
1
vote
2answers
836 views

Silverlight 4 business application themes

We are starting a new SilverLight 4 Business Application project and are looking for theme. All we can find on the web are Navigation Application themes, which when applied to business application ...
1
vote
2answers
1k views

What DB required to make the Silverlight Business Application template work?

I've been trying to run the Silverlight Business Application template but it fails when I try to register. I have SQL Express with an MSSQLSERVER instance and I've defined the standard aspnetdb ...
0
votes
2answers
270 views

MVVMLight Business Application?

I would like to create a new Silverlight Business Application, that is using the MVVM Light. Which way to go: Create the business app with Visual Studio, and manually add all the references and files ...
0
votes
1answer
210 views

Resource File Links

When you create a Silverlight Business Application you get a Silverlight application and a Web application. In the Web/Resources folder of the Silverlight app there are links to the files in the ...