Ed Altorfer

1,692
Reputation
87 views

Registered User

Name Ed Altorfer
Member for 1 year
Seen Nov 23 at 19:16
Website
Location Seattle, WA
Age 23
Solutions Developer at Avanade, Inc. in Seattle, Washington.

I am currently working on an insurance policy administration system at Fireman's Fund Insurance Company in Novato, CA for Accenture and Avanade. We are using tools like MSMQ, SQL Server, ASP.NET, C#, and a number of custom applications and scripts to carry out the project.
Nov
20
asked How do I stop NCover from hijacking every .NET assembly?
Nov
17
accepted What does scalability mean to you?
Oct
20
comment What is the email subject length limit?
I agree with you for practical purposes, but I think that 256 is better than some of the other options you mentioned since it is more consistent with other products.
Oct
20
answered What is the email subject length limit?
Oct
17
accepted after reading Simply Rails 2
Oct
15
comment Is this a good enough function to pad 0’s to the left of an nvarchar?
Yep—you could cast the result to NVARCHAR if you need to.
Oct
15
answered What are the Best Practices to follow while creating a data-dictionary?
Oct
15
answered Is this a good enough function to pad 0’s to the left of an nvarchar?
Oct
15
answered WCF MaxReceivedMessageSize Question
Oct
15
comment Is it wrong to have DB Server installed in the CI Server
Why is it actually necessary for you to do this? What CI product are you using? Are you concerned about performance if you separate CI from the database server?
Oct
15
answered after reading Simply Rails 2
Oct
10
awarded  Yearling
Aug
9
comment What’s an extensible way of implementing server-side command processing in an MMORPG?
Thanks! I've read about this pattern already in relation to games, but I'm having a hard time figuring out how the commands will have access to the things they need. For example, how can a log in command attach the user token to an active user list once the command is successful and put a success message on the send queue? How can a character move request process the move on a map and then send an acknowledgement back to the client? Etc. Thanks again!
Aug
9
revised What’s an extensible way of implementing server-side command processing in an MMORPG?
added 580 characters in body
Aug
9
comment What’s an extensible way of implementing server-side command processing in an MMORPG?
You can see that each of these processes is different and requires different information. On the server-side, how can I do something like:...
Aug
9
asked What’s an extensible way of implementing server-side command processing in an MMORPG?
Jul
4
awarded  Popular Question
Jun
25
asked What is a clean/intuitive approach to extending a sealed class in .NET 1.1?