DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

adron Subscribe to this feed
adron
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by adron
1
kicks
submitted by adron 1 month, 3 days ago

codebetter.com — Make em' play nice. Over on Codebetter. read more...

Add a comment add a comment | category: | Views: 10
tags: | tag it

4
kicks
submitted by adron 2 months, 3 days ago

adronbhall.com — BlogEngine.NET does not currently do multiple blogs per installation of the web application. I know this is supposed to change in the future, but I needed a solution now. The easiest fix really, and the previous Community Server Engine installation lent itself well to this, was to just create a web application for each blog I was going to have. read more...

Add a comment add a comment | category: | Views: 20
tags: | tag it

3
kicks
submitted by adron 2 months, 16 days ago

adronbhall.com — Not sure how many people do or don't get into a good flow at work.  I wonder how many do versus how many don't. Currently I imagine that not many places have a good development flow.  Instead they have more of the wait, talk, wait, wait, wait, now develop really fast type flows. read more...

Add a comment add a comment | category: | Views: 2
| tag it

1
kicks
submitted by adron 3 months, 7 days ago

adronbhall.com — Maybe because I'm often entertained by the geekiest of things, I've started usage of the Smuggling Pattern named after a fellow software architect Matt Davis's terminology of smuggling data into and out of Excel. It is something that I've lately needed to do on a regular basis, get data into and out of Excel without Excel, or at least the evil COM Interop Model, really knowing what is going on. In other words, I want total programmatic control over data so I can trust it versus Excel mangling my poor data up. This is what the Smuggling Pattern is going to do for me, and it is doing it well. Now you might think, "WTF!" But just to clarify, the Smuggling Pattern is really the Builder Pattern that we architects know and love with a cooler more fun more pirate like name! So with that, here's some of that code, and the TDD process I undertook to get this sucker built to set sail. read more...

Add a comment add a comment | category: | Views: 3
tags: | tag it

1
kicks
submitted by adron 3 months, 22 days ago

adronbhall.com — Just some semi-elegant stuff I've conjured up recently to get column names in Excel and do some other functional things. I wrote this code in a true TDD fashion. It still, for some reason, seems odd to me to write tests in VB, since it was always a language that encouraged dirtiness. But alas, this is fairly solid stuff. read more...

Add a comment add a comment | category: | Views: 2
tags: | tag it

2
kicks
submitted by adron 4 months, 12 days ago

adronbhall.com — Ok, ok, ok, the other two parts where lean on the unit tests. Now we get down to the mocking, faking, and testing. The first two tests I wrote have to do with the UserListing Entity. Once again, since we're in a situation were thing are generated by LINQ, I'm not really sure of a solid reason, or how, to write tests that fail first. How would one do that for testing entities? I'm not sure but here are my first two that run returning green lights. read more...

Add a comment add a comment | category: | Views: 5
tags: , | tag it

1
kicks
submitted by adron 4 months, 15 days ago

adronbhall.com — In the next part of this series I undertook are some of my various clean ups. Create respective test classes for each of the pieces of the database that will have respective entities, methods, or objects to test. But before really getting on a roll with the tests I have to detour through creating a fake for the DataContext Object for my LINQ to SQL Data Access Layer. So check it out, and send some feedback. read more...

Add a comment add a comment | category: | Views: 2
tags: , | tag it

1
kicks
submitted by adron 4 months, 16 days ago

adronbhall.com — Just a few examples here. First we'll setup the basic architecture from the lowest common denominator - the database - bounce up to the first layer, and test in isolation and test in integration. These examples are simply the easiest ways to test the basic data and data access layer using Stubs, Mocks, and general unit test practices. irst off here are the pieces of the architecture that you'll NEED regardless. No real coding in this entry (except for the T-SQL), just setting up the solution to put the tests in and have the initial database architecture setup. The part 2 entry will have more on the testing, and part 3 will have actual functional code tests and implementations - after all, I'm working this up in a test driven development mentality - "mostly". read more...

Add a comment add a comment | category: | Views: 9
tags: , | tag it

1
kicks
submitted by adron 5 months, 6 days ago

adronbhall.com — Over the last few months I've worked through some projects that have a unique trait. The last time I worked in a scenario like this it was at Bank of America. At Bank of America some of the team was in Jacksonville, some where in Atlanta, others in Charlotte, Seattle, San Francisco, New York, and a few more disparate locations. Looking back these were all amazingly efficient and well run projects. read more...

Add a comment add a comment | category: | Views: 4
| tag it

1
kicks
submitted by adron 5 months, 11 days ago

adronbhall.com — Another quickie tip o' the day. When the build is broken in TeamCity, a good habit to gain is to "Take Responsibility" for the broken build. Whoever broke it, or more specifically whoever is fixing it, should click on "Take Responsibility" so that others know that it is being fixed. read more...

Add a comment add a comment | category: | Views: 3
| tag it

1
kicks
submitted by adron 5 months, 12 days ago

adronbhall.com — Just a quick one over of the awesomeness of ReSharper and NUnit. In both VB and C# one can execute a test, or tests within a class by a mere click of the mouse! No need to right click and run test, or open up additional windows or a test runner. Just click. read more...

Add a comment add a comment | category: | Views: 3
tags: | tag it

1
kicks
submitted by adron 5 months, 13 days ago

adronbhall.com — For the .NETters that use TeamCity there are two primary notification tools. The first is a tray icon tool and the second is a VS.NET plug-in. Both of these notification tools can be found on the TeamCity Build Server Site. Go to the user settings section and download the notification tools. I'm just going to go over the tray icon notification tool right now and maybe the VS.NET notification tool add in later. read more...

Add a comment add a comment | category: | Views: 2
| tag it

2
kicks
submitted by adron 5 months, 16 days ago

adronbhall.com — Starting a new project always requires a certain amount of setup, one of the primary goals of any development group these days should be continuous integration. This is something that is not expensive or time consuming to setup. Recently for a grand price of about zero dollars (except for my regular pay, so I suppose not truly zero dollars) I setup Team City, started a build process going, and got back to coding and research on next steps all within about 3-4 hours. Mind you, two of those hours was stuck on a dumb problem because I "clicked" the wrong option in a drop down box. read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

3
kicks
submitted by adron 7 months, 1 day ago

adronbhall.com — I officially joined the effort for the Windows Live Writer called smugmug4writer for Smugmug, currently maintained by Chris Patterson. I've found myself using the plugin so much while writing entries that I finally decided I'd contact him and see about doing some additions. Thus I put together this quick tutorial on how to get connected with Visual Studio and Teamprise to work on CodePlex Projects. Specifically, I've set it up to work on the smugmug4writer. Feel free to come join us and check out the cool features of this software application. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

4
kicks
submitted by adron 9 months, 22 days ago

adronbhall.com — In the <a href="http://adronbhall.com/blogs/technology__software_development/archive/2007/12/25/6062.aspx" target="_blank">first part of this series</a> I went over how to create a basic skeleton of controllers and models so that we could create a mock test and get it green lighted along with some other tests for getting the basic navigation methods tested and green lighted.&nbsp; In this part of the series I'm going to go over the model from a LINQ point of view.&nbsp; After that in subsequent parts of this series I'll start building out the views, utilizing of course a test driven development process.&nbsp; So no more blabbering, let's code. read more...

Add a comment add a comment | category: | Views: 0
tags: , , , , | tag it

2
kicks
submitted by adron 10 months, 12 days ago

adronbhall.com — I've been building web sites for a while now. I've been writing code, object oriented style for the better part of a decade. Unit testing I've been doing for all of about 1-2 years to various degrees. Nothing super advanced yet, and slowly I'm getting some of the more advanced unit testing methods figured out. Not so much advanced, but just newer methods for testing in different situations. So now I've figured out web service unit tests, database unit tests, and all sorts of other ways to unit test things. So my question is, how does one unit test a cube? read more...

Add a comment add a comment | category: | Views: 0
tags: , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge