Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:642293
More Search Options
RSS Available
Matching Posts
Re: dataset cached database
Actually the OP said that the tables involved are small in size so scalability is NOT a problem. If the tables only contain a few hundred rows then I think cache is not needed. The solution is just simple so don't make things complicated.
Posted to
Architecture
(Forum)
by
ChrisOngsuco
on 8/28/2007
Re: Role-base access to controls discussion
I'd choose number 2.
Posted to
Architecture
(Forum)
by
ChrisOngsuco
on 8/24/2007
Re: Connection Strings and three tier application
Typically your web server will connect to your application server in an n-tier environment.
Posted to
Architecture
(Forum)
by
ChrisOngsuco
on 8/22/2007
Re: Layered Architecture WorkFlow :: Business Facade - Business Layer - Business Objects - DAL?
Yes.
Posted to
Architecture
(Forum)
by
ChrisOngsuco
on 8/22/2007
Re: Layered Architecture WorkFlow :: Business Facade - Business Layer - Business Objects - DAL?
If I were the one designing I would remove the Facade because I think the application is simple from the way you presented it. The only use of the Facade is to encapsulate your business layer anyway so removing it will minimize "code bloat" -- but I might be wrong.
Posted to
Architecture
(Forum)
by
ChrisOngsuco
on 8/21/2007
Re: DAL Having Interfaces?
When you are hand-coding your DAL then this is exactly the issue that you will be facing. Change something in the table and you will end up changing both stored procs and your code that's why there was a long debate years ago about stored procs vs dynamic sql or o/r mappers. Anyway, interfaces in the DAL are useful when you have different kinds of databases. For example: 1 interface IDAL { 2 void Insert(); 3 void Update(); 4 } 5 6 class SqlServerDAL : IDAL { 7 // Implementation.... 8 } 9 10 class
Posted to
Architecture
(Forum)
by
ChrisOngsuco
on 8/21/2007
Re: Connection Strings and three tier application
When you say n-tier do you mean "physically" separating the 3 layers which is UI, BL and DAL? If that's the case then the connection string should be in the application server.
Posted to
Architecture
(Forum)
by
ChrisOngsuco
on 8/21/2007
Re: Transactions across DAL's
Transactions should be in the business layer not in DAL.
Posted to
Architecture
(Forum)
by
ChrisOngsuco
on 8/21/2007
Re: Dynamic DLL loading and performance?
you don't need dynamic loading of assemblies for this matter. you just need to design your component well. in this case you just need to have an interface or abstract class - polymorphism. yes you can use provider pattern for this or combine it with strategy pattern.
Posted to
Architecture
(Forum)
by
ChrisOngsuco
on 5/9/2007
Re: What is the best practice for handling a collection of entities?
Collection should ONLY be a bucket/container so making a ProductCollection is fine or you can just use List<T> for all your collections.
Posted to
Architecture
(Forum)
by
ChrisOngsuco
on 3/23/2007
Page 1 of 7 (66 items) 1
2
3
4
5
Next >
...
Last ยป
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
ASP.NET:
PDC and Tech-Ed Europe Slides and Code
WindowsClient:
JScript location bar silliness
WindowsClient:
Anybody build a XAML parser in C or C++ yet?
WindowsClient:
Silverlight use, power and deployment keeps growing; so does WPF
ASP.NET:
T4CSS: A T4 Template for .Less CSS With Compression
WindowsClient:
JSON-P: An Elegant Hack
Channel 9:
Photosynth Update and New UI
Channel 9:
First Look: Streetside in Bing Maps
Channel 9:
Coding4Fun at PDC 2009
WindowsClient:
10 Must-See PDC 09 Sessions
Channel 10:
Photosynth Updated with New Release and New UI
Channel 10:
WindowsBlinds 7 Now Works with Windows 7
Channel 10:
Zune HD Launches New Colors
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
ASP.NET:
Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online