SEARCH RESULTS
 
Showing 1-10 of 135 records
 
Expand article

The Return on Investment for Securing Information

2007-08-13 00:00:00 by Sean Kline in Speaking of Security, the RSA Blog and Podcast
 
...Return on Investment (ROI) of security. Amrit Williams has several links in his recent discussion of the topic. This reminds me of some work that I did with BearingPoint on the ROI of a Services-Oriented Architecture (SOA), a similarly challenging area in which to quantify value. The framework we used for justification involved underlying...
 
 
 
 
 
Expand article

Better exception reporting in ASP.NET part 2

2008-08-04 14:11:14 by keith-brown in Security Briefs
 
...return ErrorEventFormattingHelper.FormatRequestErrorEvent(errorEvent); else return raisedEvent.ToString(); } private string ComputeEmailSubject(WebBaseEvent raisedEvent) { StringBuilder subjectBuilder = new StringBuilder(); // surface some details in subject about error events WebBaseErrorEvent errorEvent = raisedEvent as WebBaseErrorEvent;...
 
 
 
 
 
Expand article

Two out of three ain't bad

The Article has embedded video
2008-03-04 22:05:04 by HASH0x8473b8c in StillSecure, After All These Years
 
...Return Path decided who would stay in our office space. We both started in the old Hotbank incubator and watched as other companies came and went. Finally Brad and his people left and it was just StillSecure and Return Path. Finally we both came to the realization that this place ain't big enough for the both of us. We were faced with several...
 
 
 
 
 
Expand article

Enabling hierarchical nant builds

2008-03-07 05:49:00 by Keith Brown in Security Briefs
 
...return; } searchDir = ParentOf(searchDir); } while (!IsRootDirectory(searchDir)); } private bool IsRootDirectory(string path) { return Path.GetPathRoot(path) == Path.GetFullPath(path); } private string ParentOf(string directory) { return Path.GetFullPath(Path.Combine(directory, "..")); } private bool MarkerFileExistsIn(string directory) {...
 
 
 
 
 
Expand article

Two out of three ain't bad

The Article has embedded video
2008-03-04 23:05:04 by ashimmy in StillSecure, After All These Years
 
...Return Path decided who would stay in our office space. We both started in the old Hotbank incubator and watched as other companies came and went. Brad and his people left and it was just StillSecure and Return Path. Finally we both came to the realization that this place ain't big enough for the both of us. We were faced with several options...
 
 
 
 
 
Expand article

Enabling hierarchical nant builds

2008-03-07 12:49:00 by keith-brown in Security Briefs
 
...return; } searchDir = ParentOf(searchDir); } while (!IsRootDirectory(searchDir)); } private bool IsRootDirectory(string path) { return Path.GetPathRoot(path) == Path.GetFullPath(path); } private string ParentOf(string directory) { return Path.GetFullPath(Path.Combine(directory, "..")); } private bool MarkerFileExistsIn(string directory) {...
 
 
 
 
 
Expand article

Enabling hierarchical nant builds

2008-03-07 12:49:00 by keith-brown in Security Briefs
 
...return; } searchDir = ParentOf(searchDir); } while (!IsRootDirectory(searchDir)); } private bool IsRootDirectory(string path) { return Path.GetPathRoot(path) == Path.GetFullPath(path); } private string ParentOf(string directory) { return Path.GetFullPath(Path.Combine(directory, "..")); } private bool MarkerFileExistsIn(string directory) {...
 
 
 
 
 
Expand article

Serializable XmlDocument

The Article has images
2008-08-19 02:58:00 by keith-brown in Security Briefs
...return new SerializableXmlDocument(doc public static implicit operator XmlDocument SerializableXmlDocument sdoc return sdoc.Value endregion region Xml serialization helper methods private static byte [] Serialize(XmlDocument doc MemoryStream stream = new MemoryStream doc.Save(stream return stream.CopyUpToSeekPointer private static...
 
 
 
 
 
Expand article

OMG, Security ROI Comes Back - And It is Mad As Hell :-)

2008-03-11 00:58:00 by Dr Anton Chuvakin in Anton Chuvakin Blog -
 
...return : 'One is Jos Pols who, in his recent article The Fallacy of Information Security ROI in the February 2008 issue of the ISSA Journal (membership required to access link resource), claims that one cannot have a return where there is no income. .' They next bring back the "return in the form of savings" (which many disagree with ...):...
 
 
 
 
 
Expand article

Security ROI