|
More site info...
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.
|
|
|
|
|
Posting activity on Architecture:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
66
|
134
|
361
|
|
Post:
|
115
|
244
|
747
|
|
|
Architecture Posting activity graph:
|
Top authors during last week:
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...
user's latest post:
Vote Module
Published (2009-11-30 15:20:30)
ok i'll check it thx you so much :)
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...
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.
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...
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/
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.
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...
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?...
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::
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 ...
Started 2 days, 18 hours ago (2009-11-30 11:40:00)
by lszk
Really no one here using DDD?
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 "...
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 ...
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.
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...
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/...
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 .
|
|
Hot threads for last week on Architecture::
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 ...
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
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 ...
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 "...
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.
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
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.
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.
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 ...
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?
|
|