¡@

Home 

c# Programming Glossary: tiers

What's better: DataSet or DataReader?

http://stackoverflow.com/questions/1083193/whats-better-dataset-or-datareader

in XML and therefore easily passed around to other tiers. DataReaders can't be serialized. On the other hand if you have..

Why should I use int instead of a byte or short in C#

http://stackoverflow.com/questions/1097467/why-should-i-use-int-instead-of-a-byte-or-short-in-c-sharp

issues if I don't keep my datatypes in sync across my tiers. I don't really like doing System.Convert all the time just..

What are the pros and cons to keeping SQL in Stored Procs versus Code

http://stackoverflow.com/questions/15142/what-are-the-pros-and-cons-to-keeping-sql-in-stored-procs-versus-code

might make sense to break everything down into a million tiers if you're trying to justify to your CEO why it just cost them..

BLL, DAL, OBJ and 3 layer architecture

http://stackoverflow.com/questions/16937221/bll-dal-obj-and-3-layer-architecture

. Because each tier is independent of the other tiers updates or changes can be carried out without affecting the.. the application as a whole. Scalability . Because tiers are based on the deployment of layers scaling out an application..

What is the intention of Ninject modules?

http://stackoverflow.com/questions/2056409/what-is-the-intention-of-ninject-modules

in their own classes. This allows you to put different tiers services in their own modules. some method early in your app's..

Get the property, as a string, from an Expression<Func<TModel,TProperty>>

http://stackoverflow.com/questions/2789504/get-the-property-as-a-string-from-an-expressionfunctmodel-tproperty

summary This defines a framework to pass across serialized tiers sorting logic to be performed. summary typeparam name TModel..