I have a few lookup tables that I am in the process of plumbing through my app.These are tables that drive dropdowns on the website.They have no business logic, but they need to get from the database
I\'ve inherited a large asp.net website that relies heavily on session information. There is a back-end system that feeds it necessary information as needed through web services, but the application
I\'m new to EF4 and haven\'t had any experience with it before. So, bear with me if this is very simple question.
I\'m trying to adopt Fluent NHibernate with my project, currently I can get data from database, when I\'m at application server, data is include its PK but when I return this data (as List) to client
I\'m just getting into how to write a good architecture of a good software system, and I\'m learning how to separate high level components into Layers.
We\'re about to set off our first larger WCF project, and we\'re having some concerns on how to layer our application correctly and where all the patterns go.
Folks, In a standard 3-tier architecture, where woul开发者_如何转开发d you put your Linq2SQL dbml file?
As I have been learning about software development the last 2 years the more I learn, it seems the more gray areas I am running into.One gray area I have issues with right now is trying to decide how
Its probarbly a simple 3-tier problem. I just want to make sure we use the best practice for this and I am开发者_运维技巧 not that familiary with the structures yet.
I am still learning .NET framework and I want to implement multi-tier application just for practice.My goal is to make application for hospitals.