CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: Steven Burman
C#
[Test]
        public void SpikeReportProfiler()
        {
            //init profiler output capturer
            const string profilerLocation = @"D:\Projects\EDS3\tools\nhprof\NHProf.exe";
            var profilerCapture = new CaptureProfilerOutput(profilerLocation);
            profilerCapture.StartListening();
 
            //init profiler
            NHibernateProfiler.InitializeOfflineProfiling("dump.nhprof");
by Steven Burman   January 06, 2010 @ 5:34pm
Tags: nhprof
233 Views
1 comments
 
C#
foreach (var group in groups)
                {
                    if (group.AllowsPermission(permissionType))
                    {
                        cache.Put(cacheKey, new List<bool> {true});
                        return true;
                    }
                }
 
by Steven Burman   December 23, 2009 @ 4:48pm
296 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate