|
Is it "acceptable" to have an ASP.Net 2.0 application without the BLL (Business Logic Layer) as the following?
SQL Server Data Storage & Stored Procedures Data Link Layer (Strongly Typed Table Adapters) connecting to Stored Procs Presentation Layer ASPX...
Started by ciroric on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If your business logic....
By mixing presentation, business, and data access logic all together.
Because having no business layer means duplication of rules in your UI across possibility many many pages for building maintainable apps.
|
|
Now that Silverlight 2.0 has been officially released I was wondering if anyone was using it for any line of business apps, for example POS, Vertical Market apps etc. If so how were your experiences compared to an old WinForms app or Web app?
Started by Craig on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Have a look at this MSDN Article.
He is developing his own business platform on Silverlight.
This is some bullet points.
I think Silverlight is going to be huge for business applications.
|
|
Http://www.eastbayexpress.com/ebx/ye...nt?oid=1176635
Interesting read...
Quote: : John asked Mike what he could do about his bad reviews, he recalls the sales rep responding: "We can move them. Well, for $299 a month." John couldn't believe what the ...
Answer Snippets (Read the full thread at e46fanatics):
I just posted on another board like two ....
This is pretty much how the BBB works too This is so weird .
Had no idea.
Interesting indeed...
Read the comments below the article Oh ****, dam son .
2009 article, HELL YEA!
Curious to see if this still applies .
|
Ask your Facebook Friends
|
Say you have 3 layers: UI, Business, Data.
Is that a sign of poor design if Business layer needs to access Sessions? Something about it doesn't feel right. Are there any guidelines to follow specifically tailored to web app?
I use c# 2.0 .net
Started by gnomixa on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
If you keep....
Interact consider the data layer.
Call to the business layer.
Stateful information?
My feeling is, is that the business layer is the only place to put the session data: The UI should only be used to do the following: 1.
|
|
What software do you currently use to implement business logic?
We have an app with very heavy business logic which is implemented in Java with POJO's and EJB's (2.0).
Are there any more recent software languages or tools that are advantageous to use ...
Started by Marcus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending on what exactly you mean by "Business Logic", a rules engine such as Drools or Jess might to pull some of that decision logic out of the business logic and allows it to be specified in a more.
|
|
My current configuration is a Windows Small Business Server 2003 running Windows Sharepoint Services 2.0 with MSSQL 2000.
My question pertains to the feasability of running Windows Sharepoint Services 3.0 on Windows Small Business Server 2008 Standard...
Started by jarek on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
However, WSS3.0 will work on SBS 2008 STD and Business Edition 2k8 license with a license of SQL (i think you can choose 2008 or 2005) to run your line of business.
That it will work with MySQL but give it a try .
|
|
Is there a reason to upgrade from Windows Server Update Services (WSUS) 2.0 to 3.0?
I have a Windows 2003 Small Business Server currently running WSUS 2.0 serving 7 Windows XP client machines.
Is it worth it to upgrade? What are the benefits? Does it ...
Started by Keithius on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Microsoft has stopped supporting WSUS 2.0 SP1 as of April 30 according to the product page , which may.
|
|
It seems that 3.5 was a big leap from 2.0. My workplace is still stuck on 2.0. What kind of fun am I missing out on by not being able to upgrade?
Started by Chris on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
If you need to stay....
The two, ASP.NET MVC.
Anything having to do with LINQ aren't dealing with mountains of boiler plate code - it's purified, near 100% business logic.
Intializers anonymous types We're still on 2.0 here, as well.
|
|
Just trying to gather thoughts on what works/doesn't work for manipulating Business/Domain objects through an ASP.NET (2.0+) UI/Presentation layer. Specifically in classic ASP.NET LOB application situations where the ASP.NET code talks directly to the...
Started by Brian on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
So maybe (using a static function on the State class .
This.StateRegionDropDownList.DataSource = person.AvailableStateRegions;
Person is a business/domain information to make a business decision.
|
|
I am a web developer with not much design skills when it comes to web page layout, colors, use of white space..etc.
Looking for good web sites or web app which show case good use of colors overall, gouping of related items, headers, grids, panels, color...
Started by Tony_Henrich on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If its just a generic business app, that can look like.
It depends a lot on what you're looking for.
|