The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
37 views

WAMP servers… why just for web development

What is to stop you using a WAMP server (or similar) to run single-user business database applications day-to-day? I read everywhere that WAMP and the like are intended for the development of web ...
0
votes
0answers
23 views

Where is the “login” logic in Silverlight?

I created a Silverlight "Business Application". I want to customize the way is logins. When I login through the built-in login form, I can see that it does all kind of things like add/removing events, ...
0
votes
0answers
103 views

BusyIndicator not showing to UI

I'm wanting to use a busy indicator however it will not show to the page. When starting a new business application in Visual Studio 2010 it creates a busy indicator style for you which you can ...
0
votes
1answer
25 views

Is trimming whitespaces from UI input always a good choice?

I need an opinion about trimming blank characters (ASCII 32) from user input: form filters for example. From the coder point of view '' is never equal to ' '. On the other hand, searching for a ...
0
votes
1answer
137 views

Scroll Bar Not Showing in Business App - Cosmopolitan Theme

Here is the style from the Styles.xaml. <Style x:Key="PageScrollViewerStyle" TargetType="ScrollViewer"> <Setter Property="BorderBrush" Value="Transparent"/> <Setter ...
3
votes
1answer
520 views

Error thrown when trying to run Silverlight Business Application

I am at my wits' end about this error. I cannot for the life of me figure out what the problem is. Even when I have stripped down all the changes I've made so it's back to the basic App that's ...
1
vote
2answers
785 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
994 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
65 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
3k 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 ...
0
votes
3answers
368 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
475 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 ...
8
votes
4answers
2k 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 ...
1
vote
3answers
1k 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 ...
4
votes
3answers
78 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
2k 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 ...
31
votes
4answers
12k 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 ...