Slace

7,982
Reputation
620 views

Registered User

Name Slace
Member for 1 year
Seen yesterday
Website
Location Melbourne, Australia
Age 25
ASP.NET developer
Nov
20
accepted What are your favorite, but less obvious, Visual Studio 2008 tips and tricks?
Oct
20
awarded  Great Answer
Oct
17
comment Linq - Top value form each group
@Jon - yeah i noticed after I posted it. Couldn't be bothered taking it down though :P
Oct
15
answered Linq - Top value form each group
Oct
15
answered ASP.NET Event Handler problem on Postback
Oct
12
awarded  Popular Question
Oct
1
asked MSBuild passing parameters to CallTarget
Oct
1
comment MSBuild task to execute an external MSBuild file
Ahh! I knew there had to be a better way. I hadn't come across the MSBuild task before :)
Oct
1
asked MSBuild task to execute an external MSBuild file
Sep
28
answered TFS SharePoint retrieving list of projects
Sep
17
awarded  Yearling
Sep
14
awarded  Guru
Sep
14
accepted Can I specify a set of base parameters for a Linq-to-sql DataContext?
Sep
5
accepted Performing an update with LINQ
Sep
3
accepted Totaling a GridView in ASP.NET
Aug
29
accepted Implementing UpdatePanel manually
Aug
26
answered TFSBuild:How to trigger a build only when a particular file is checked in?
Aug
26
accepted Need some groupby Linq2Sql help, please.
Aug
23
answered Best practices of porting C# server logic to client JS?
Aug
20
awarded  
Aug
19
answered More private than private? (C#)
Aug
18
answered Is it possible to extract values from itemgroups in TFSBuild.proj during a build
Aug
13
awarded  Nice Answer
Aug
10
answered How to avoid user interruption when deploying a website on IIS 6.0/.NET 3.5
Aug
10
comment Is Silverlight a viable choice over raw ASP.NET?
I'm not expecting it to make everything easier, just hoping that it would be able to help better handle state between forms. And WF isn't really practicle as there isn't much in the way of logical branching in the form, just changes to UI rules (some fields on or off, mandatory state toggled, etc)
Aug
10
comment Is Silverlight a viable choice over raw ASP.NET?
I'm concerned about Session due to the potential weight and that devs tend to forget to clear it. And due to the size of the forms (i'm talking a min of 20 fields per stage) trying to compress them onto 1 page is really hard :/
Aug
10
asked Is Silverlight a viable choice over raw ASP.NET?
Aug
8
comment Javascript: “Cancelling” a dynamic script tag?
define 'dynamic script tag'
Aug
7
answered Umbraco Installation Problem On IIS7
Aug
5
comment Hidden Features of C#?
if you have to use the unsafe keyword you're doing it wrong! :P
Jul
30
comment Why is this expectation failing?
i fixed the DI so that I didn't need to mock the LogOn class
Jul
30
comment Why is this expectation failing?
Well that was rather dumb of me, the reason I mock LogOn is because I don't want the SetUp to operate as normal. Using dependancy injection for a data provider (which was originally omitted) . I can't not mock the LogOn class (or so I think)
Jul
30
revised Why is this expectation failing?
adding the left out code
Jul
30
asked Why is this expectation failing?
Jul
29
accepted Server.Mappath in C# classlibrary
Jul
29
answered Server.Mappath in C# classlibrary
Jul
29
accepted Why can’t I use a Linq query on a Visio Masters collection?
Jul
29
answered What Check-In Policies should be considered for version control?
Jul
29
answered Why can’t I use a Linq query on a Visio Masters collection?
Jul
29
awarded  Tumbleweed
Jul
28
comment Mapping XML data type with NHibernate
Thanks, I knew Ayende would have done a post but xml & nhibernate in the same query tend to bring back incorrect results :P
Jul
28
asked Mapping XML data type with NHibernate
Jul
27
asked Multiple foreign keys to a single column
Jul
26
answered only update 1 column with linq
Jul
23
comment Log4Net - Different appenders per namespace
@Mitch Wheat: True using something like MEF would be neat but we've got a DI-less implementation which I'm just trying to tweak
Jul
23
asked Log4Net - Different appenders per namespace
Jul
22
asked ASP.NET Membership - Edit profile information
Jul
21
awarded  Popular Question
Jul
15
comment How to find Max Date
ahh, Visual Studio 2005. Well someone can point out that the Func wont work there anyway :P
Jul
15
revised How to find Max Date
added 110 characters in body