Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Architecture | Forum profile

Forum profile page for Architecture on http://www.asp.net. This report page is the aggregated overview from a single forum: Architecture, located on the Message Board at http://www.asp.net. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Architecture" on the Message Board at http://www.asp.net is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Forums - ASP.NET Forums - Architecture (site profile, domain info asp.net)
Title: Architecture
Url: http://forums.asp.net/16.aspx
Users activity: 21 posts per thread
Forum activity: 66 active threads during last week
 

Posting activity on Architecture:

  Week Month 3 Months
Threads: 66 134 361
Post: 115 244 747
 

Architecture Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
atconway
12
user's latest post:
Vote Module
Published (2009-11-30 15:11:30)
Here is another complete tutorial on creating a voting poll using C# that includes downloadable code and multiple ways to block repeated voters.  You need to look at these full examples and work through them as a best solution.  At this point I think you have determinied the 'Architecture' you want to use for your voting poll.  If later you have more specefic questions about implementing cookies, you may...
kirkato
5
user's latest post:
Vote Module
Published (2009-11-30 15:20:30)
ok i'll check it thx you so much :) 
edhc44
4
user's latest post:
Polymorphism question
Published (2009-11-25 17:19:50)
Hey all. Should anyone ever run into a design decision like the one I had to make, I'm posting an updated code with the simpliest, most elegant solution (I hope) I could think of: State.cs public enum SystemStatus { INITIAL, FINAL } public abstract class State { protected SystemStatus systemStatus; public string UpdateData(bool allData) { if (allData) return "Update all fields."; else return UpdateThis(); } protected...
integrasol
4
user's latest post:
Why didn’t see 10 records in...
Published (2009-11-30 07:48:03)
It really depends on your code and how much load is on the database server. It seems to me that 7 records got dropped, possibly because of timeouts when trying to add the records. 
iturune
4
user's latest post:
Best Datamodel for a Social...
Published (2009-11-29 08:26:00)
Hi Ludovico Van Thank you for once again spending time on my problem. Well time moves on, I have a project deadline in about two weeks and in that time I should complete 3 different clients: A website, a winform and a Pocket PC. My university project is a social network where the three different clients consumes a Web Service connected to a database. I like to keep it kind of simple, because the...
sandy060583
3
user's latest post:
Business logic layer
Published (2009-11-24 14:24:00)
hi, please refer the following code & use it for yr data Layer as well business layer.. http://ramanisandeep.wordpress.com/2008/07/18/data-access-class-coding-for-cnet-20/
nileshbs
3
user's latest post:
VB.NET Class structure issue
Published (2009-11-24 02:12:00)
Hello Mark, Will tell me the class hierarchey, with interfaces if any for my example if you dont mind. Because I am still confused.   Thanks Nilesh.
Mark DotNet Evans
3
user's latest post:
VB.NET Class structure issue
Published (2009-11-24 04:22:00)
Here is a basic example of the Channel and Entity Classes, not sure on the relationship of Unit to Entity so you need to work out which is the child and which is the parent.  This should at least get you going in the right direction Public Class Channel #Region " Fields " Private _id As Int32 Private _name As String Private _status As String Private _parentID As Int32 Private _parent As Channel #End Region #Region...
asp.41net
3
user's latest post:
how to save .pdf file or .jpg?
Published (2009-11-25 16:38:00)
thanks entens, do i only need to add one column in my table to store the file ? i think it would ok to store the file directly into the database, cause the file sizes arent  big  say 200 kbytes max, thanks for the link, let me try it and i'll come back if i have a question. After the record is added including the file within the table, how can i show or allow the user to see or download it when visiting a software record in particular?...
LudovicoVan
3
user's latest post:
Best Datamodel for a Social...
Published (2009-11-28 14:52:00)
Conserning the Notice Board (Wall) system then I am planning to store the Wall note one time and then have a subscription system. So all in all I have a chain of 3 tables: Users , NoteSubscriptions and Notes . I don't get it. Supposedly, a user "subscribes to" another user (say, they become friends), a user does not subscribe to the single messages... Concerning plain Messages between 2 Users...
 

Latest active threads on Architecture::

Forums - ASP.NET Forums
Started 1 week ago (2009-11-25 09:28:00)  by atconway
Well without some sort of registration or permenant user tracking, it will be quite difficult to prevent users from voting more than once. As an alternative lets look at the reccomendations you made: Cookies: Can be cleared and user could vote again. IP or MAC address: User could go to a different machine and vote again. Email Address: User could put in a different email address and ...
Thread:  Show this thread (9 posts)   Thread info: Vote Module Size: 1,423 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Vote Module :: Architecture :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 2 days, 18 hours ago (2009-11-30 11:40:00)  by lszk
Really no one here using DDD?
Thread:  Show this thread (2 posts)   Thread info: entity/value object in DDD Size: 147 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: entity/value object in DDD :: Architecture :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 9 hours ago (2009-11-29 20:41:00)  by Aquaren
By your description, it is clear that you understand what behavior is expected. It is also clear, however, that you are thinking about the application from a data-centric point of view. This can lead to several problems including business logic in the database, tight coupling between your repository and UI, and testability. If you have worked with MVVM, then you understand the benefits of "...
Thread:  Show this thread (5 posts)   Thread info: Project Architecture Guidance Please Size: 817 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Project Architecture Guidance Please :: Architecture :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 week, 5 days ago (2009-11-20 23:55:00)  by ali62b
I domt think ORM tools like LINQ to SQL or ENtity Framework be too difficult as you said in LINQ to SQL you drag your tables and drop them in designer and WOW magic your DAL layer and part of Your BLL is created without writing a line of code the you can extend your own BLL leyer bye extending partial class in your own way . and partial classes are not difficult too think about them as formal ...
Thread:  Show this thread (7 posts)   Thread info: Data Access Layer help Size: 645 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Data Access Layer help :: Architecture :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 2 days, 22 hours ago (2009-11-30 07:48:03)  by integrasol
It really depends on your code and how much load is on the database server. It seems to me that 7 records got dropped, possibly because of timeouts when trying to add the records.
Thread:  Show this thread (2 posts)   Thread info: Why didn’t see 10 records in database ? Size: 280 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Why didn’t see 10 records in database ? :: Architecture :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 4 hours ago (2009-11-30 01:39:34)  by bloggernext
It depends on what you or your employer wants but Use Silverlight 4 and Visual Studio 2010 and WCF RIA Services for a Silverlight n-layer application with WCF. EF is good with ADO.NET Data Services and WCF RIA Services. L2S are great for read-only type database access. EF is best bet if you want to integrate with future WCF business frameworks. if you plan to build line of business applications...
Thread:  Show this thread (3 posts)   Thread info: Design issue Size: 682 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Design issue :: Architecture :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 week, 2 days ago (2009-11-24 04:49:00)  by qwe123kids
Hi, It is Nothing But.. 1} Database --->layer means(cs files containg infor database connection calling stored proce etc) 2} bussiness layer ---> Layer Validate UR bussine sLocic (cs ile valiating emaild it, dtata, Adding modifying etc ) Applying Business rule before seding to DAL.. 3} Presentaion layer :- Means look and feel.. OR Chk the below link http://weblogs.asp.net/bsimser/...
Thread:  Show this thread (3 posts)   Thread info: Web Application in 3 tier architecture. Size: 829 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Web Application in 3 tier architecture. :: Architecture :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 2 hours ago (2009-11-30 03:59:06)  by integrasol
Check out how to use optimistic concurrency with ADO.NET, http://msdn.microsoft.com/en-us/library/aa0416cz.a spx .
Thread:  Show this thread (3 posts)   Thread info: Concurrency Handling Size: 277 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Concurrency Handling :: Architecture :: Forums - ASP.NET Forums"
 

Hot threads for last week on Architecture::

Architecture
Re: Vote Module - 9 new posts
Started 1 week ago (2009-11-25 09:28:00)  by atconway
Well without some sort of registration or permenant user tracking, it will be quite difficult to prevent users from voting more than once. As an alternative lets look at the reccomendations you made: Cookies: Can be cleared and user could vote again. IP or MAC address: User could go to a different machine and vote again. Email Address: User could put in a different email address and ...
Thread:  Show this thread (9 posts)   Thread info: Vote Module Size: 1,423 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Vote Module :: Architecture :: Forums - ASP.NET Forums"
Architecture
Started 6 days, 14 hours ago (2009-11-26 15:31:00)  by LudovicoVan
The usual approach would be to have the message stored once, with a reference to the user who owns it, the date of publishing, and so on. The (dynamic) list of messages to show on any user's wall comes from a query against the messages published by the user's friends, possibly restricted to a date range, etc. HTH, -LV
Thread:  Show this thread (7 posts)   Thread info: Best Datamodel for a Social Network? Size: 459 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Best Datamodel for a Social Network? :: Architecture :: Forums - ASP.NET Forums"
Architecture
Started 1 week ago (2009-11-25 15:57:00)  by whatispunk
This is a common scenario. You should be able to find lots of help if you google it. I would recommend keeping the file on disk and not saving it to the database, but you would keep metadata about the file in the database. Basically, the database would be used to recall the original filename (not the full path), userId who created the file, mimetype, etc. Then when you want to retrieve the ...
Thread:  Show this thread (6 posts)   Thread info: how to save .pdf file or .jpg? Size: 1,751 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to save .pdf file or .jpg? :: Architecture :: Forums - ASP.NET Forums"
Architecture
Started 3 days, 9 hours ago (2009-11-29 20:41:00)  by Aquaren
By your description, it is clear that you understand what behavior is expected. It is also clear, however, that you are thinking about the application from a data-centric point of view. This can lead to several problems including business logic in the database, tight coupling between your repository and UI, and testability. If you have worked with MVVM, then you understand the benefits of "...
Thread:  Show this thread (5 posts)   Thread info: Project Architecture Guidance Please Size: 817 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Project Architecture Guidance Please :: Architecture :: Forums - ASP.NET Forums"
Architecture
Started 1 week ago (2009-11-26 01:58:00)  by XIII
Hi, there are quite some good tutorials on this to be found here: http://www.google.com/search?hl=nl&source=hp&q=asp .net+create+n-tier+with+linq&lr=&aq=f&oq =. Grz, Kris.
Thread:  Show this thread (4 posts)   Thread info: Building 3-Tier Architecture using LINQ Size: 442 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Building 3-Tier Architecture using LINQ :: Architecture :: Forums - ASP.NET Forums"
Architecture
Started 1 week, 1 day ago (2009-11-24 23:31:00)  by Randhawa
Hi Graham, Please go through a simple example of 3 tier application from the link given below. http://2leggedspider.wordpress.com/2004/05/20/buil ding-a-3-tier-aspnet-application-without-visual-st udionet/ Hope it helps Regards, Randhawa
Thread:  Show this thread (4 posts)   Thread info: Business Entities / Business Objects Size: 590 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Business Entities / Business Objects :: Architecture :: Forums - ASP.NET Forums"
Architecture
Started 1 week, 2 days ago (2009-11-23 16:56:26)  by atconway
For starters, could you please either re-post the code or modify the original post using to fix the code please? It is showing up with all kinds of HTML like <BR> tags and it is difficult to read to go along with your questions.
Thread:  Show this thread (6 posts)   Thread info: Polymorphism question Size: 346 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Polymorphism question :: Architecture :: Forums - ASP.NET Forums"
Architecture
Started 4 days, 19 hours ago (2009-11-28 10:11:00)  by InternetAlarm
Unless the mainframe web service "pushes" updates out to your application - how can your application possibly know that there have been changes? If accurate rates are critical to your application, you have no option but to query the web service as and when your users request data.
Thread:  Show this thread (4 posts)   Thread info: minimizes the trip to the web service Size: 401 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: minimizes the trip to the web service :: Architecture :: Forums - ASP.NET Forums"
Architecture
Started 1 week, 6 days ago (2009-11-19 06:22:00)  by thirumaran007
> You can create a new project or you can use your bussiness object for entity > there is no need to create property to the all table fields...if you want to pass any bulk value from your UI to Data access layer then only you can use your own propery for the required filed..other wise no need to create any property * the main think is that if you want to share your Bussiness object to ...
Thread:  Show this thread (11 posts)   Thread info: How to create Business Entities in .Net. Size: 705 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to create Business Entities in .Net. :: Architecture :: Forums - ASP.NET Forums"
Architecture
Started 1 week ago (2009-11-26 05:33:00)  by integrasol
Why not add a parameter to the constructor of the class in your Class Library that takes connection string, or even a property, and then open the connection based on that information?
Thread:  Show this thread (4 posts)   Thread info: Passing Configuration info to Class Library Project Size: 284 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Passing Configuration info to Class Library Project :: Architecture :: Forums - ASP.NET Forums"