Give a good example of 3-tier architecture? [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
http://www.codeproject.com/KB/architecture/three_tier_architecture.aspx
Does this website give a good example on 3-tier architecture? I thought it was a good example, but seemed like a few of the 1 star raters actually said that it's not a good practice.
So I was wondering can any of you give me an example of a good 3-tier app?
Sorry I think I might be unclear, I am looking for codes :) (in OOP)

Consider StackOverflow. It has a data tier containing all the user and question/answer information. It has a fairly sophisticated business-logic tier for managing things like user permissions based upon reputation score, voting questions and answers up/down, closing/reopening questions, handing out badges, and so on. And it has a functional if slightly dated HTML and JavaScript user-interface tier that people use to create and edit their questions and answers, among other things.

Related

Where to start WPF Application Framework (WAF ) for beginner? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anyone suggest me some websites to learn WPF Application Framework (WAF ) for beginner ? I haved read here http://waf.codeplex.com/. But its not show up any tutorial links even Google.
Look around on MSDN, they have lots of good tutorials. In particular I would recommend this article.
In general though, just try stuff. Create a simple application, hook it up to a simple view model, and once you get something working, start changing small pieces to make it do what you want. In my experience that is always the best way to learn a new technology!

Free WPF real time chart [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for some simple line chart solution. I need that for my app written in wpf that is part of a final college exam. I was trying to find some, but I have found only paid solutions and because I need that just for this purpose I dont want to pay for it.
The only additional requirement is that it must work with real time data, min 1 update per sec (brain affective data which im obtaining from neuroheadset).
You might try OxyPlot. It's free, certainly fast enough for what you want, and fairly easy to use.
WPF Toolkit has a nice free easy to use chart control available here.
And here's a good demo project on codeproject.

C# step-by-step tutorial with sample code [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Could anyone suggest a good step-by-step C# MVC4 tutorial? I need to learn this language but I could not find any really great tutorial with sample code and explanation yet. I should create web sites with these things but it's really different from PHP what I have used till now.
Thank you in advance!
Microsoft's MVC Music Store is a pretty classic example.
You can also visit the channel9 to see different kind of vidoes http://channel9.msdn.com/search?term=mvc

open source software to control computer fan speed [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
So I asked a similar question here but it was considered a duplicate: https://stackoverflow.com/q/6181191/319862
This time I will be a little bit more specific...
Are there any open source projects that can control the pwm frequency of a motherboard fan header. Please share links. The only software I can find is Speedfan and it does not seem to make the source available.
The next best thing I found was openhardwaremonitor, but it does not control fan speeds yet according to the issues list on google code.
-- edit --
I am mainly interested in Windows at this time, although a cross platform project would be great.
lm-sensors provides a fancontrol tool that can change the speed of your fans, along with some nice calibration tools to help you maintain reasonable temperatures with minimum energy and noise. Excellent tools.

RTS Game Design and Code Organization [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to write a 2D real time strategy game probably using XNA and was looking for a book or other resource that walks through the structure of the code and the main process of creating a larger game.
Does anyone know of any good resources I can use.
First: You might get better answers here
Secondly: Read this old article that still contains a lot of valuable information on a classic RTS game. www.Gamasutra.com is a very valuable source of information.
http://www.xnadevelopment.com/tutorials.shtml might be helpfull.
If you havent done any XNA game development before I would start with the simple stuff and work your way through the tutorials before getting into writing your game.

Categories

Resources