Click here to Skip to main content
15,885,309 members

Arjan Einbu - Professional Profile



Summary

    Blog RSS
1,106
Author
373
Authority
235
Debator
3
Enquirer
280
Organiser
255
Participant
0
Editor
Arjan is working at KodeCompagniet AS in Norway, creators of the DemiCode line of components.

His job is in programming, architecture and training where his main focus is on C# and MS SQL Server.
Arjan holds several certifications including MCT, MCSD/MCSD.NET, MCAD, MCDBA and MCSE.

When he is not programming, he is probably taking a trip on his Honda Varadero.

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.


 
Generaldb4o Pin
Arjan Einbu10-Sep-07 23:06
Arjan Einbu10-Sep-07 23:06 
GeneralTest First Development / Unittesting Pin
Arjan Einbu13-Sep-03 23:20
Arjan Einbu13-Sep-03 23:20 
An other thing I'm trying to get better at is Unittesting and the main concept in Test First Development: Always create a failing test. (If a test never has failed. It's not worth anything.)

A failing test is proof that test is actually running, and only then can the unittest be seen as a verification or proof of that the method beeing tested is really doing its job.

When the test is created upfront, you don't know the exact implementation details of the solution you are testing. You only know how it is supposed to behave. (Either since you know the output from a method, the state of an object or the exceptions it should throw.) This is a good thing!

After the test has failed atleast once (with the empty solution) you can start programming on the solution. When the tests work, your solution is done. (Or you start creating more test for new functionality. Next iteration of the project.)

Unittesting is part of what's called the Agile methodologies. I've learned them from one specific branch of this, named XP, or eXtreme Programming.
NewsVS.NET2005 Pin
Arjan Einbu11-Oct-05 12:08
Arjan Einbu11-Oct-05 12:08 
GeneralPrevayler / Bamboo Prevalence Pin
Arjan Einbu13-Sep-03 9:41
Arjan Einbu13-Sep-03 9:41 
GeneralRe: Prevayler / Bamboo Prevalence Pin
Arjan Einbu18-Oct-03 9:37
Arjan Einbu18-Oct-03 9:37 
GeneralRe: Prevayler / Bamboo Prevalence Pin
Arjan Einbu10-Nov-03 10:39
Arjan Einbu10-Nov-03 10:39 

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.