Aaronls79

Stories submitted by Aaronls79

Inversion Of Control cs Dependency Injection vs Strategy Pattern(thesprage.com)

submitted by Aaronls79Aaronls79(425) 3 years, 3 months ago

My attempt at clearing up my own confusion on these subjects. read more...

add a comment |category: |Views: 66

tags: another

Automate ClickOnce with Nant (thesprage.com)

submitted by Aaronls79Aaronls79(425) 4 years ago

When using the clickonce publish wizard, the wizard does some neat things for you. First it increments the version, builds the project then it generates some manifests, signs the manifests, generates a default html page, creates a setup.exe and finally copies all the needed files to your deployment location. This great up until you want to automate this build process and you find out not all of these tasks are being handled in msbuild. read more...

add a comment |category: |Views: 409

tags: another

General C# Questions.(thesprage.com)

submitted by Aaronls79Aaronls79(425) 4 years ago

Interview question preparation. General C# questions read more...

add a comment |category: |Views: 6

tags: another

Fibonacci Without Recursion(thesprage.com)

submitted by Aaronls79Aaronls79(425) 4 years ago

Interview Questions preparation. Write the Fibonacci number sequence without recursion. read more...

add a comment |category: |Views: 27

tags: another

Upgrade DotNetNuke(thesprage.com)

submitted by Aaronls79Aaronls79(425) 4 years, 1 month ago

Feel my pain. read more...

add a comment |category: |Views: 9

tags: another

DotNetNuke Inter-Module Communication or: How Your Modules Can Get The(kemmis.info)

submitted by Aaronls79Aaronls79(425) 4 years, 2 months ago

DotNetNuke Inter-Module communication read more...

add a comment |category: |Views: 58

tags: another

Post Seattle Code Camp(thesprage.com)

submitted by Aaronls79Aaronls79(425) 4 years, 3 months ago

I learned a lot at the Seattle Code camp, but one of the biggest things I learned is how much I still don't know. How to people gain the information and knowledge they need to survive in our technical profession? read more...

add a comment |category: |Views: 0

tags: another

Seattle Code Camp (thesprage.com)

submitted by Aaronls79Aaronls79(425) 4 years, 4 months ago

Seattle Code Camp on Jan. 26th from what I hear it is a little smaller than most but seems to have some good content. The schedule includes speakers such as William (Bill) Vaughn and Phil Haack. Most of the tracks covered will pertain to .Net but there are a few Java sessions as well. read more...

add a comment |category: |Views: 0

tags: another

Mission Complete: Continuous Integration .Net(thesprage.com)

submitted by Aaronls79Aaronls79(425) 4 years, 11 months ago

What I did to implement Continuous Integration and where I when to get the information I needed. read more...

add a comment |category: |Views: 11

tags: another

The Strategy Pattern and Reflection(thesprage.com)

submitted by Aaronls79Aaronls79(425) 5 years, 1 month ago

Using the Strategy Pattern and Reflection I easily created a Pluggable application. read more...

add a comment |category: |Views: 147

tags: another

The Observer Pattern(thesprage.com)

submitted by Aaronls79Aaronls79(425) 5 years, 3 months ago

Implementing the Observer pattern in VB.Net. read more...

add a comment |category: |Views: 36

tags: another

Throw vs Throw ex(thesprage.com)

submitted by Aaronls79Aaronls79(425) 5 years, 4 months ago

A common mistake a lot of new .Net developers do is using Throw ex instead of just Throw. The difference between Throw ex and Throw is very simple but can cause major headaches when it comes to maintenance. If you use Throw ex it overwrites the stack trace this makes it very hard to find the original line of the thrown exception as you can see in the example I have provided. read more...

1 comment |category: |Views: 120

tags: another

Style Helper/Color Converter(thesprage.com)

submitted by Aaronls79Aaronls79(425) 5 years, 4 months ago

Simple app used to convert HEX to RGB or RGB to Hex or just help match up colors and font. read more...

add a comment |category: |Views: 8

tags: another

Throw vs Throw ex(thesprage.com)

submitted by Aaronls79Aaronls79(425) 5 years, 4 months ago

A common mistake a lot of new .Net developers do is using Throw ex instead of just Throw. The difference between Throw ex and Throw is very simple but can cause major headaches when it comes to maintenance. If you use Throw ex it overwrites the stack trace this makes it very hard to find the original line of the thrown exception as you can see in the example I have provided. read more...

add a comment |category: |Views: 35

tags: another

System Wide Spell Check(thesprage.com)

submitted by Aaronls79Aaronls79(425) 5 years, 5 months ago

Dyslexic Helper is a spell check that can be used anywhere in windows. read more...

1 comment |category: |Views: 15

tags: another

XNA Fun – Develop Your Own Games(thesprage.com)

submitted by Aaronls79Aaronls79(425) 5 years, 5 months ago

The steps needed to setup XNA so you can get started developing your own games. read more...

add a comment |category: |Views: 3

tags: another