We currently have a 2-tier Java Swing application sitting on top of MS SQL Server 2005.All the business logic is in the database.The client is quite old (and not very friendly), and for reasons of per
If I decided to use Silverlight, does this mean that I\'m no longer workin开发者_高级运维g with html/css/javascript on the client side?You have a couple of options, but if you want to write a website
I new to silverlight and trying to make a business application using the mvvm pattern and ria services. I have a view model class that contains a PagedCollectoinView and it is set to the item source o
What languages/techniques are used for letting the web browser interact with the desktop, e.g. dragging files to the web browser, dragging files from web browser to desktop, an开发者_StackOverflowd ma
I am pondering on building a CRM for consulting business and am looking for best technology to build on. It will be web based with maybe a plugin that integrates with Outlook. What I don\'t want is to
As a long time time Flex developer I\'ve thought about building my next application - which should run on the iPad as well - with OpenLaszlo. OpenL开发者_Go百科aszlo offer a Flash and DHTML runtime, b
I have a self defined entity in RIA service called EntityA. It contains a EntityCollection of EntityB. I use three attributes on it.
I\'ve got a one-to-many relationship set up. (Ex. A Person with many Phone Numbers). In my get query i have this.ObjectContext.Person.Include(\"PhoneNumbers\") and the in generated MetaData including
I have a solution that I have designed with 5 layers. They are: UI/Presentation Layer Service Layer Business Logic Layer
All the sample I come across are for forms authenticati开发者_StackOverflow中文版on. I did manage to authenticate using windows, but the list of roles returned in the authenticated user is always empt