Aaronls79

Stories kicked by Aaronls79

Super Simple MVVM(www.charlieblog.net)

submitted by mattatsallysmattatsallys(130) 1 year, 10 months ago

When I was learning MVVM it was taking a bit to really “click”. I was checking for videos or tutorials for something super simple. I never really found anything, they always were doing more than I needed for something super simple. I finally told myself I was going to write a simple app where I have two text boxes, a button, and a label. read more...

add a comment |category: |Views: 672

tags: another

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

ASP.Net MVC Custom Error Pages(genericerror.com)

submitted by GenericErrorGenericError(215) 3 years, 3 months ago

I have recently spent quite a bit of time getting my ASP.Net MVC application to display errors to the user the way I want and this post outlines the steps I took to get there. This includes general application errors, page not found errors and stupid user errors. read more...

add a comment |category: |Views: 1468

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

Dual Monitors for Developers(blog.jrpsoftware.com)

submitted by rplantrplant(750) 4 years, 4 months ago

Let's face it, a multiple monitor setup is the only way to go for a software developer, or any other computer professional these days. If you are still using only a single monitor, you are not working at your full potential. read more...

8 comments |category: |Views: 38

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

Upgrading from DNN 4.x to 4.7(mitchelsellers.com)

submitted by hismightinesshismightiness(549) 4 years, 6 months ago

This blog entry explores the steps necessary to efficiently upgrade DotNetNuke (DNN) to version 4.7. read more...

add a comment |category: |Views: 26

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

Interview Questions for DotNet, C#, OOP, ASP.net ... etc(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 3 months ago

These are the most important 20 interview questions, which should be like 1+1 for any developer. read more...

add a comment |category: |Views: 914

tags: another

Tips: Using Strong Typed DataSets with Web Services(keithelder.net)

submitted by TheElderTheElder(490) 5 years, 3 months ago

The articles covers several tips to increase performance when using datasets with web services. read more...

add a comment |category: |Views: 15

tags: another