| DataGrid & N-Tier Development... (6 replies) |
| ASPFriends.com 'aspngarchitecture' list |
| Copied from [aspngdata] to [aspngarchitecture] by Charles Carroll darthcarroll@asplists.com Has anyone fully realized the implications of using a Data Grid in their application? I guess it applies to directly binding your Data Grids directly to your SqlCommand (SqlConnection) objects. (example, see: http://www.aspalliance.com/aldotnet/examples/custombind.aspx) I cant see how this is following prac... |
|
| OO Book Recommendation (21 replies) |
| ASPFriends.com 'aspngarchitecture' list |
| This may belong on review books, but there has been lots of OO talk here so I thought I'd ask... I am in the beginning stages of architecting a new .NET project, and am implementing n tier and OO concepts. I want to do some more research before I get to into it. Can anyone recommend a good OO concepts book? Preferably a language neutral book, but if not....I know VB/VB.NT and C#. I can struggle my... |
|
| Session Magmt (3 replies) |
| ASPFriends.com 'aspngarchitecture' list |
| Hi, Can anybody tell how to maintain Session in WebServices? I have two web services running. Now in my client when I call the first web service, the web service creates an instance of certain component. and stores the same in a Session Object. But I'm not able to refer to the Session object when i call the second web method. The session object returns null.. can anybody have an answer for this???... |
|
| Fowler WAS: OO Book Recommendation (5 replies, VIP) |
| ASPFriends.com 'aspngarchitecture' list |
| [Paul D. Murphy] 20 09 I agree with all of those principles, but I don't think you should throw out UML or a solid documentation process. 20 Continually changing requirements There is no doubt the requirements continually change, but this typically is not the business requirement of the application, but the feature set. A human resources application is purposed with the core business function of t... |
|
| WROX article on Design Patterns (4 replies) |
| ASPFriends.com 'aspngarchitecture' list |
| Copied from [aspmd] to [aspngarchitecture] by Charles M. Carroll darthcarroll@asplists.com Per a discussion about design patterns a few meetings back, I thought some of you might be interested in this. WROX's C Sharp Today website has an article today, Intro to Design Patterns WROX's online articles are available free only for the first two days they are published. If you don't have a subscription... |
|
| Data access (32 replies) |
| ASPFriends.com 'aspngarchitecture' list |
| Last week I posted views relating to the Pet Store benchmark, and there were several replies (in this group and in debatejavavsnet) asking me why I thought DataReaders were so evil. I'll try to explain my view further in this mail, and hopefully we can move on to alternatives later. To clarify, I don't think there is anything wrong with the DataReader class per se, but an emerging Asp.Net idiom (p... |
|
| Type-codes or sub-classing? (2 replies) |
| ASPFriends.com 'aspngarchitecture' list |
| All, (Apologies if I failed to reply to anyone last week on the "Data Access" thread I missed a lot of mail when our server went down. Looks like it ran its course though). Anyhoo, I'm looking for advice on a refactoring I want to make. At the moment, 'User' objects in my system have one or more 'Role' objects, which dictate how a user is treated by the system, and generally affect their behaviour... |
|
| designing dataacess layer implemeting 2 type of databases (2 replies, VIP) |
| ASPFriends.com 'aspngarchitecture' list |
| Hi all, Currently I am "architecting" a project using .NET Beta 2. I am desining the architecture for a large employee benefit system. The archicture consists of a workflow(process), business, data acceess layer. It is a MUST for the aplication to support both Microsoft SQL Server and Oracle database. It is forbidden to use stored procedures... don't ask my why!!! In the dataacces layer we impleme... |
|
| CASE Tool Recommendation (8 replies) |
| ASPFriends.com 'aspngarchitecture' list |
| Can anyone recommend a CASE tool that can do round trip engineering UML model to C# code and back? What is the url and the price? Are there any inexpensive tools in the hundreds rather than the thousands of dollars? Thanks, Steve Shier Managing Member, Senior Consultant Kubera Consulting, LLC 641 472 0595 steve@kuberaconsulting.com http://www.kuberaconsulting.com |
|
| factoring ADO.NET sprocs retrieval (24 replies, VIP) |
| ASPFriends.com 'aspngarchitecture' list |
| Hello, I am working on a complex web application where I'll have to build between 200 500 different stored procedures. Going back to pattern design what is the best way to create a Factory where I only pass the name of the sproc and a hashtable of parameters(name values), so that I don't have to create 50k lines of code to create the 500 adapters/grids/views,2 3k relations, 4 5k parameters manuall... |
|
| ASP to ASP.NET conversion tool. (2 replies) |
| ASPFriends.com 'aspngarchitecture' list |
| Hello everybody! Is there a tool which helps in conversion from ASP to ASP.NET (ie VBScript to VB.NET)? Thank you!! PS, I sent question to freeforall as well so forgive me if you get duplicate messages. Greg |
|