Tagged Questions

2
votes
2answers
373 views

Can I host an ASP.NET application in a CAB WinForms application?

I have a .NET 2.0 WinForms application that was developed using the Composite Application Block and Smart Client Software Factory. I'm considering the development of a module that would contain a ...
0
votes
1answer
79 views

Composite UI Application for asp.net

Do we have Composite UI Application equivalent for asp.net MVC? Can SCSF be used with ASP.NET ?
0
votes
3answers
167 views

the best way to store tree like information in app.config

What would be the best way to store a tree like the one below in app.config and how would I deserialize this information from it? Tree |-node1- | |-name - value | |-name - value | | ...