Click here to Skip to main content
15,904,155 members

Ista - Professional Profile



Summary

    Blog RSS
8,370
Authority
938
Debator
84
Enquirer
18
Organiser
575
Participant
0
Author
0
Editor
I stared making video games on the commodore 64 when I was 8. I made my first enginnering application when I was 9. I started programming C++ on the macintosh at 12. I use c# constantly and love it.

Currently i'm a software architect and develop web sites for friends business and title companies.

Ohh yeah, and I'm a real smart #%@^#% so dont get offended.

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralEnvironment decisions Pin
Ista4-Aug-06 4:45
Ista4-Aug-06 4:45 
GeneralAnd I said this: Pin
Ista2-Aug-06 7:58
Ista2-Aug-06 7:58 
GeneralAnother person who just doesn't have what it takes Pin
Ista2-Aug-06 7:37
Ista2-Aug-06 7:37 
GeneralWOW rocks Pin
Ista31-Jul-06 8:20
Ista31-Jul-06 8:20 
GeneralOne more today Pin
Ista28-Jul-06 10:47
Ista28-Jul-06 10:47 
GeneralAlmost done to go play Pin
Ista28-Jul-06 10:41
Ista28-Jul-06 10:41 
GeneralNow for the BIZ layer Pin
Ista28-Jul-06 7:31
Ista28-Jul-06 7:31 
GeneralMore about DALs Pin
Ista28-Jul-06 7:16
Ista28-Jul-06 7:16 
GeneralDAL discoveries Pin
Ista27-Jul-06 11:29
Ista27-Jul-06 11:29 
I know the old DAL way of MS doing it.

But, heres my thought.

I have a site im building for someone. The DAL and BIZ layer will be-redistributable so heres my thoughts.

Each type of action an the DAL will have its own interface. I think about 5 totals. This way when customers use it they only get the functions I make avaliable for a particular action.

This is cool, because using an abstract factory I can dish out a particular interface based on the users credentials and the actions to be performed ny the biz layer. Its all pretty basic.

Plus, each method in the DAL will have an attribute attached that specifies what external source it accesses. The build provider can easily read these and include all the nessary resources.

That is sooo cool. Plus it will be easy to understand.

But actually the interface part. Yes about 5 interfaces and then use .net security to limit particular functions.

Not sure about that tho. The layer needs to be super fast with pooling since we expect a minimum of 300 users at a low. Maybe take out the security and left the interfaces control that. That way I dont have slow try catches everywhere

I haven't read any answers tioday so Im not annoyed



--------------------------------------------------------

1 line of code equals many bugs. So don't write any!!

My mad coder blog

Generalwindow.open has funny behaviours Pin
Ista27-Jul-06 11:20
Ista27-Jul-06 11:20 
GeneralMorning 7/27/2006 Pin
Ista27-Jul-06 4:06
Ista27-Jul-06 4:06 
GeneralSomething that annoys the crap out of me Pin
Ista27-Jul-06 3:33
Ista27-Jul-06 3:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.