HoolieMan

Stories submitted by HoolieMan

Starting and using Git successfully(www.lostechies.com)

submitted by HoolieManHoolieMan(1715) 1 year, 9 months ago

A great overview about how to get started with Git as well as some pitfalls to avoid if you are coming from SVN. read more...

add a comment |category: |Views: 10

tags: another

Build Tools Roundup For .NET Systems(www.lostechies.com)

submitted by HoolieManHoolieMan(1715) 1 year, 9 months ago

A great breakdown of all the .Net build systems. read more...

add a comment |category: |Views: 17

tags: another

The Siege Project: A Very Interesting Library to help with IOC(lostechies.com)

submitted by HoolieManHoolieMan(1715) 2 years, 2 months ago

This library seems to go much further than the existing Service Locator abstractions to make working with different IOC containers much easier. read more...

add a comment |category: |Views: 38

tags: another

Analyzing AutoMapper performance(lostechies.com)

submitted by HoolieManHoolieMan(1715) 2 years, 6 months ago

A great real world example of profiling a .net app or library read more...

add a comment |category: |Views: 176

tags: another

Bart’s Control Library – Not What You Think It Is – Part 0(community.bartdesmet.net)

submitted by HoolieManHoolieMan(1715) 2 years, 7 months ago

Very interesting article on minimizing the use of keywords in c# for control flow. read more...

add a comment |category: |Views: 9

tags: another

Why Agile Doesn’t Really Work(elegantcode.com)

submitted by HoolieManHoolieMan(1715) 3 years, 8 months ago

This is a very interesting perspective on Agile that many of us have to deal with every day. I think this is very close to many people's reality. read more...

add a comment |category: |Views: 66

tags: another

Using a Windows Service just to run a scheduled process is Wrong!(weblogs.asp.net)

submitted by HoolieManHoolieMan(1715) 3 years, 9 months ago

A classic post by Jon Galloway: A Windows Service is the wrong solution to scheduling one-off custom processes. The right solution for scheduling simple processes is the Windows Task Scheduler. read more...

1 comment |category: |Views: 111

tags: another

How do you Validate Method Arguments?(weblogs.asp.net)

submitted by HoolieManHoolieMan(1715) 3 years, 9 months ago

This is a great article on validating Method arguments by Fredrik Normén. read more...

add a comment |category: |Views: 15

tags: another

Dear Software Tool Vendors...I'm Breaking Up With You(lostechies.com)

submitted by HoolieManHoolieMan(1715) 3 years, 10 months ago

Ever feel like you can't keep up with the latest and greatest and things are getting more complex not easier? So does Jimmy Bogard. read more...

add a comment |category: |Views: 4

tags: another

New features in the next BlogEngine.NET(blog.madskristensen.dk)

submitted by HoolieManHoolieMan(1715) 3 years, 10 months ago

Mads Kristensen describes many of the features coming in the next release of BlogEngine.net. "This is by far the biggest release in BlogEngine.NET history" read more...

1 comment |category: |Views: 1

tags: another

Dotnetkicks Penance(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 3 years, 10 months ago

Sometimes this feeling of guilt comes over me. A little voice in my head says: “Why haven’t you visited the upcoming section of Dotnetkicks.com lately..." How guilt can lead you to support your fellow Dotnetkickers... read more...

add a comment |category: |Views: 0

tags: another

SubSonic BlogProvider for BlogEngine.net(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 3 years, 10 months ago

Here is a new BlogProvider for BlogEngine.net which uses a SubSonic generated data access layer. It uses the same schema as the existing MSSQLBlogProvider. SubSonic + BlogEngine.net = .net Open Source goodness! read more...

add a comment |category: |Views: 18

tags: another

A couple of really useful Extension Methods(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 3 years, 10 months ago

Here are a couple of extension methods for working with WebControls and Tables that I have found really helpful lately. read more...

add a comment |category: |Views: 13

tags: another

Finding Out Which Groups a User is a Member of(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 3 years, 10 months ago

When using Windows authentication with Asp.net, I often need to know which active directory groups a user is a member of. When you don't know the group names ahead of time this isn't as straight forward as I expected. read more...

add a comment |category: |Views: 1

tags: another

Using BlogEngine.net as a general purpose CMS part I(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 3 years, 11 months ago

In this series of posts, I will show how I converted a small website from just standard .aspx pages into a site where all pages are editable by Windows Live Writer and via an online interface. In Part I of this series I will just set some background on how I am approaching the creation of this lightweight CMS. read more...

add a comment |category: |Views: 392

tags: another

Creating a Vista Style Crome Button in WPF(blogs.msdn.com)

submitted by HoolieManHoolieMan(1715) 3 years, 11 months ago

A nice tutorial for beginners on how to make a very nice looking button in WPF using Expression Blend. read more...

add a comment |category: |Views: 1119

tags: another