Click here to Skip to main content
16,013,747 members
Home / Discussions / Collaboration / Beta Testing
   

Collaboration / Beta Testing

 
Generalthreads and multiprocessors Pin
Marc Clifton30-May-03 11:30
mvaMarc Clifton30-May-03 11:30 
GeneralRe: threads and multiprocessors Pin
User 988530-May-03 11:56
User 988530-May-03 11:56 
GeneralRe: threads and multiprocessors Pin
Marc Clifton30-May-03 14:47
mvaMarc Clifton30-May-03 14:47 
GeneralRe: threads and multiprocessors Pin
User 988531-May-03 9:43
User 988531-May-03 9:43 
GeneralRe: threads and multiprocessors Pin
User 988530-May-03 11:57
User 988530-May-03 11:57 
GeneralRe: threads and multiprocessors Pin
User 988530-May-03 12:03
User 988530-May-03 12:03 
GeneralOne more--truly visual programming Pin
Marc Clifton30-May-03 14:43
mvaMarc Clifton30-May-03 14:43 
GeneralRe: WinForm/WebForm commong GUI Pin
Rocky Moore30-May-03 23:08
Rocky Moore30-May-03 23:08 
I like the idea of a common GUI libray for Windows and .NET and that is huge project on its own. But, I also like to see more useful tools for ASP.NET. It is a real pain having to code a GUI multiple times!

For me the Win32 platform by itself is pretty much dead. So this may not apply. But in my world I do a lot of ASP.NET and WinForms Applications. The pain is that I have to build completely different GUIs for both. How about a libary that can make this process easier and also add benifit to an application where even an end user could adjust their presentation layer if they want to post-production?

Common GUI:

Common Control Library - Have a set of controls that have the exact same interfaces for both Web or WinForm. Ths code inside the presentation layer would be the same for both. Controls would give the same appearence but maybe with a setting on a control to determine if a lighter weight version of the control should be used (less graphics and control if bound by bandwidth) but still remain transparently identical to the calling code.

Along with the custom controls, there should be some form of data validation that works exactly the same for both web and WinForm.

Maybe even have an option to use an IE base view for WinForm apps and build embedded ASP.NET apps. That could cut down the time involved and still make both look the same.

It would be so cool if a person could build a Portal application that has all the functionality of something like .NETNuke or IBuySpy portal with forums, polls, etc. all based inside of an application using heavy graphics if desired.

Think of just having a grid that can work the same for Web/WinForm! I know there is a differnce due to bandwidth and client browser levels but if the issues are examined carefully, there may be common ground that would allow them to act the same on both without much sacrifice on either.

Layout Manager - Builds the WinForm window or web page based on XML configuration data either embedded or in a file. This file would contain all the settings for any of the controls on the window including position, skins, defaults, etc. An editor for this would have to be put together which could also be used post production on an application to change the appearance without changing any code (somewhat like a DialogResource started out to be). This XML file should allow allow for "includes" or something of that nature to provide decent visual inheritance.

And while there, might touch on a custom data binding so that a person does not have to rely on the .NET internal buggy databinding.

Well, this is an idea of what could really be a cool cross between an application framework, a GUI control library and a web designer.

Oh yeah, I forgot, for those that have never done web work, it would allow them to build a WinForm app, make a few adjustments and have a web application running!

Rocky Moore <><
GeneralRe: WinForm/WebForm commong GUI Pin
Marc Clifton1-Jun-03 14:05
mvaMarc Clifton1-Jun-03 14:05 
GeneralRe: WinForm/WebForm commong GUI Pin
Rocky Moore2-Jun-03 3:48
Rocky Moore2-Jun-03 3:48 
GeneralIntellegent Source Control Pin
leppie30-May-03 23:35
leppie30-May-03 23:35 
GeneralRe: Intellegent Source Control Pin
Anders Molin30-May-03 23:44
professionalAnders Molin30-May-03 23:44 
GeneralRe: Intellegent Source Control Pin
leppie31-May-03 0:58
leppie31-May-03 0:58 
GeneralRe: Intellegent Source Control Pin
Anders Molin31-May-03 5:55
professionalAnders Molin31-May-03 5:55 
GeneralRe: Intellegent Source Control Pin
leppie31-May-03 6:18
leppie31-May-03 6:18 
GeneralOnline shop Pin
jhaga31-May-03 0:21
professionaljhaga31-May-03 0:21 
GeneralWTL Porting Project Pin
John M. Drescher31-May-03 4:54
John M. Drescher31-May-03 4:54 
GeneralCode Snippet Library Pin
Paul Watson31-May-03 5:32
sitebuilderPaul Watson31-May-03 5:32 
GeneralProject Management System or PMS Pin
Paul Watson31-May-03 5:34
sitebuilderPaul Watson31-May-03 5:34 
GeneralRe: Project Management System or PMS Pin
(Steven Hicks)n+131-May-03 14:59
(Steven Hicks)n+131-May-03 14:59 
GeneralRe: Project Management System or PMS Pin
peterchen1-Jun-03 16:27
peterchen1-Jun-03 16:27 
GeneralMedical Imaging Software Pin
73Zeppelin31-May-03 12:46
73Zeppelin31-May-03 12:46 
GeneralSOURCE CONTROL Pin
Jason Henderson29-May-03 8:54
Jason Henderson29-May-03 8:54 
GeneralVSS? Pin
Zachery29-May-03 9:20
Zachery29-May-03 9:20 
GeneralSubVersion Pin
J. Dunlap29-May-03 9:26
J. Dunlap29-May-03 9:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.