pzycoman

Stories submitted by pzycoman

An exhuastive ASP.Net Error Handler(unauthorised-access.com)

submitted by pzycomanpzycoman(70) 3 years, 1 month ago

An exhaustive asp.net error emailer - it will email you with everything you possibly need to debug the error, from the error message details, to the process' identity, to the current appdomain information! And its free! read more...

add a comment |category: |Views: 21

tags: another

An introduction to Pex(unauthorised-access.com)

submitted by pzycomanpzycoman(70) 3 years, 1 month ago

A quick, simple introduction to Microsoft Pex! read more...

add a comment |category: |Views: 22

tags: another

OnItemCommand for Nettiers 2.3(unauthorised-access.com)

submitted by pzycomanpzycoman(70) 3 years, 1 month ago

OnItemCommand added for Nettiers 2.3's table repeater! read more...

add a comment |category: |Views: 8

tags: another

Null Object Pattern(unauthorised-access.com)

submitted by pzycomanpzycoman(70) 3 years, 3 months ago

My view on the null object pattern - I think its an antipattern instead of a pattern. read more...

add a comment |category: |Views: 27

tags: another

Nesting Repeaters without OnItemDataBound(unauthorised-access.com)

submitted by pzycomanpzycoman(70) 3 years, 3 months ago

Nesting Repeaters without OnItemDataBound. What it says on the tin. read more...

add a comment |category: |Views: 3

tags: another

Delete YAF from a database(unauthorised-access.com)

submitted by pzycomanpzycoman(70) 3 years, 3 months ago

How to delete Yet Another Forum from a database. read more...

add a comment |category: |Views: 8

tags: another

Introduction to CSS Adapters(unauthorised-access.com)

submitted by pzycomanpzycoman(70) 3 years, 6 months ago

An introduction to ASP.NET CSS Adapters, a quick showcase on them, and info on how to replace <SPAN> tags around Label's with a <DIV>! read more...

add a comment |category: |Views: 13

tags: another

Extending NetTiers - Adding a SeperatorTemplate(unauthorised-access.com)

submitted by pzycomanpzycoman(70) 3 years, 7 months ago

A brief tutorial on how to add a SeperatorTemplate to the item repeaters in .Nettiers and how to implement it in the codesmith templates. read more...

add a comment |category: |Views: 26

tags: another

I want my .ForEach(System.Action<T>)!(unauthorised-access.com)

submitted by pzycomanpzycoman(70) 3 years, 7 months ago

Well I was adding things to a dictionary today (Because im lazy, I have to store 2 values, and I really cant be bothered with creating a class just for that), and I wanted to run a ForEach(System.Action<T>) on it, because I like doing that on System.Collections.Generic.List<t> - it works well, so why change what you know? read more...

add a comment |category: |Views: 28

tags: another