eriklane

Stories kicked by eriklane

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

Setting up Continuous Integration for your Application with Team City(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 8 months ago

A short screencast on setting up Continuous Integration for your Application with Team City read more...

add a comment |category: |Views: 265

tags: another

Entities and Repositories Discussion(rosscode.com)

submitted by ang3lfir3ang3lfir3(660) 3 years, 8 months ago

Earlier today, there was a great discussion in an IRC channel about entities and whether they should have behaviors or not, and that eventually moved onto Repositories. It's a good discussion and after it was over, several of us felt it would be a good reference for later. Since I have a log of the conversation, I figured I'd repost it for future reference. Hopefully, you'll find it a good read as well. read more...

add a comment |category: |Views: 311

tags: another

How much should an object know about itself?(blog.eriklane.com)

submitted by eriklaneeriklane(15) 4 years, 10 months ago

What ever happened to Tell, Don't Ask? read more...

add a comment |category: |Views: 0

tags: another

There are only four software licenses(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 1 month ago

A brief summary of the most common open source licenses. Also discusses licensing code snippets within your blog. read more...

1 comment |category: |Views: 1

tags: another

Free - Three Hour Video on Designing .NET Class Libraries (Excellent)(coolthingoftheday.blogspot.com)

submitted by marcosmarcos(2779) 5 years, 1 month ago

This class presents best practices for designing frameworks that are reusable object-oriented libraries. The guidelines are applicable to frameworks ranging in size and in their scale of reuse from large system frameworks to small components shared among several applications. They started as a small set of naming and design conventions, but have been enhanced, scrutinized, and refined to a point where they are generally considered the canonical way to design frameworks at Microsoft. They carry the experience and cumulative wisdom of thousands of developer hours, over three versions of the .NET Framework. (Via Greg) read more...

3 comments |category: |Views: 35

tags: another

Rhino Mocks 3.0 is available for download(dotnetproject.blogspot.com)

submitted by adventureradventurer(2244) 5 years, 1 month ago

A dynamic mock object framework for the .Net platform. It's purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing. read more...

add a comment |category: |Views: 2245

tags: another

Why TDD Works For *Me*(knowledgebits.blogspot.com)

submitted by rauchyrauchy(455) 5 years, 1 month ago

A look at the advantages of Test Driven Development from the developer's point of view instead of the project's. read more...

add a comment |category: |Views: 5

tags: another

Announcing PositiveLookahead.com(positivelookahead.com)

submitted by eriklaneeriklane(15) 5 years, 2 months ago

Community Book review site. Comment anonymously, if you wish. Link to a review on your blog, if you've already reviewed a book...etc.. read more...

add a comment |category: |Views: 0

tags: another

Speed Test: Switch vs If-Else-If(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 5 years, 2 months ago

The .NET framework and the C# language provide two methods for conditional processing where multiple discrete values can be selected from. The switch statement is less flexible than the if-else-if ladder but is generally considered to be more efficient. read more...

5 comments |category: |Views: 408

tags: another

DotNetKicks to be Open Sourced(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 2 months ago

As the community on DotNetKicks.com has grown in size over the past year, I have received received many offers of help with adding features and many requests for the source code. Due to other top secret commitments, I have recently not had as much time as I would have liked to continue the development of DotNetKicks.com. A discussion on DotNetKicks last week re-highlighted the issue of feature stagnation (the community is continuing to grow just fine). We are in the business of solving problems, and the best solution here is to open source the project. I had planned to release some code this past weekend, but some of the current dependencies include code that I don't wish to release. I am currently refactoring the dependencies, and I will be able to release some code very soon. Please shout it from the roof tops, we need all the contributers we can get. read more...

4 comments |category: |Views: 5

tags: another

Always implement the ToString() method(blog.slaven.net.au)

submitted by dalzieldalziel(6230) 5 years, 2 months ago

Implementing the ToString() method make debugging a whole lot easier read more...

add a comment |category: |Views: 1

tags: another

Jean-Paul S. Boodhoo's Blog - Getting Started Learning Some New Develo(jpboodhoo.com)

submitted by skoonskoon(200) 5 years, 2 months ago

Ways to improve yourself as a developer. read more...

add a comment |category: |Views: 13

tags: another