SEARCH RESULTS
 
Showing 1-10 of 13 records
 
Expand article

Pluralsight On-Demand is now live!

2008-10-29 19:49:34 by keith-brown in Security Briefs
 
...Pluralsight's online training offering, Pluralsight On-Demand . I'm psyched that we finally shipped Be sure to check it out soon (you can preview bits of each course right now for free), as we're offering a limited-time early adopter discount that's good for the life of your subscription. Our online courses are told by the authors themselves,...
 
 
 
 
 
Expand article

Serializable XmlDocument

The Article has images
2008-08-19 02:58:00 by keith-brown in Security Briefs
...Pluralsight.Samples Serializable public class SerializableXmlDocument : ISerializable public SerializableXmlDocument public SerializableXmlDocument(XmlDocument value this .Value = value public XmlDocument Value { get; set region ISerializable implementation public SerializableXmlDocument(SerializationInfo info StreamingContext context ...
 
 
 
 
 
Expand article

Planning for Failure

2007-12-02 11:27:00 by Keith Brown in Security Briefs
 
...Pluralsight, and hey, like most of us, I'm still learning it
 
 
 
 
 
Expand article

Congratulations, Craig!

2008-01-11 03:52:00 by Keith Brown in Security Briefs
 
...Pluralsight , where his insight and experience is invaluable It has been something like four years that Ive been working on FlexWiki . Not very quickly at times, but I do at least try to put in around an hour every day. For quite a while now, that hour has become more a chore than something I look forward to. But I was committed to completing...
 
 
 
 
 
Expand article

Turning on cruise control

2008-01-18 07:26:00 by Keith Brown in Security Briefs
 
...Pluralsight . We're always working on little projects (well, some larger than others) and making use of continuous integration seemed like a great idea. I was surprised how easy it was to get started with it. Craig was the impetus behind this effort, of course The best tip I can offer for you if you're thinking of installing and using...
 
 
 
 
 
Expand article

Enabling hierarchical nant builds

2008-03-07 05:49:00 by Keith Brown in Security Briefs
 
...Pluralsight. I recently worked with Craig to restructure our nant build. As part of that, I wanted to ensure that I could run the build from anywhere in the source tree. We use a typical hierarchical build where each project has a build script that knows how to compile, test, deploy, etc. based on the specified target. Then at the top of the...
 
 
 
 
 
Expand article

Enabling hierarchical nant builds

2008-03-07 12:49:00 by keith-brown in Security Briefs
 
...Pluralsight. I recently worked with Craig to restructure our nant build. As part of that, I wanted to ensure that I could run the build from anywhere in the source tree. We use a typical hierarchical build where each project has a build script that knows how to compile, test, deploy, etc. based on the specified target. Then at the top of the...
 
 
 
 
 
Expand article

Enabling hierarchical nant builds

2008-03-07 12:49:00 by keith-brown in Security Briefs
 
...Pluralsight. I recently worked with Craig to restructure our nant build. As part of that, I wanted to ensure that I could run the build from anywhere in the source tree. We use a typical hierarchical build where each project has a build script that knows how to compile, test, deploy, etc. based on the specified target. Then at the top of the...
 
 
 
 
 
Expand article

Welcome, David Starr

2008-07-09 13:01:00 by keith-brown in Security Briefs
 
...Pluralsight instructor. I apologize for not writing this sooner - we've all been really busy getting the new website out the door Here's what David had to say Welcome
 
 
 
 
 
Expand article

Controlling column width in a GridView

2008-07-30 17:23:27 by keith-brown in Security Briefs
 
...Pluralsight , and many of those pages make use of the ASP.NET GridView control to display rectangular data. It's generally a really easy to use control, but I've always struggled with getting column widths to look right My goal is to fix the width of each column at design time, and any field that contains text that may be longer than my fixed...