rgrubbs

Stories kicked by rgrubbs

Running Applications in IronRuby(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 10 months ago

Simple as that. Shows you how to get a Ruby app running in IronRuby. Who doesn't want to write Ruby on .net!? read more...

add a comment |category: |Views: 212

tags: another

Richard Feynman, the Challenger, and Software Engineering(duartes.org)

submitted by gustavodgustavod(775) 4 years, 3 months ago

When Richard Feynman investigated the Challenger disaster, he issued a brilliant report with many insights into the nature of engineering. These apply directly to modern software development. Not sure if this one is on topic - it's about general software engineering. read more...

4 comments |category: |Views: 31

tags: another

Kigg - A Digg like application developed in ASP.NET MVC(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 3 months ago

Learn how to develop a Digg/DotNetKicks like application in ASP.NET MVC, LINQ To SQL and ASP.NET Ajax. read more...

5 comments |category: |Views: 108

tags: another

Silverlight Roadmap(weblogs.asp.net)

submitted by bgoldy99bgoldy99(370) 4 years, 5 months ago

check out the details read more...

1 comment |category: |Views: 52

tags: another

Subsonic Roadmap(blog.wekeroad.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 5 months ago

Rob describes the state of the Subsonic project and reveils the future plans for SubSonic. read more...

add a comment |category: |Views: 63

tags: another

Speed Coding with Regionerate, GhostDoc & Visual Studio's Refactoring(rauchy.net)

submitted by rauchyrauchy(455) 4 years, 5 months ago

A short screencast I created that demonstrates how I use free productivity enhancers such as GhostDoc, Regionerate and Visual Studio's built-in refactoring tools. read more...

add a comment |category: |Views: 42

tags: another

SubSonic a day in the life of. (part 1)(blog.wekeroad.com)

submitted by rgrubbsrgrubbs(115) 5 years ago

Shows the SubSonic project in action. Solid stuff. read more...

add a comment |category: |Views: 0

tags: another

Five Things Every Micro-ISV Should Know About Intellectual Property(software.ericsink.com)

submitted by HaackedHaacked(5105) 5 years, 11 months ago

Eric Sink lays down some knowledge on intellectual property. read more...

add a comment |category: |Views: 4

tags: another

Beyond Test Driven Development: Behaviour Driven(video.google.com)

submitted by MaruisMaruis(65) 6 years ago

Description: Google TechTalks March 17, 2006 Dave Astels Dave Astels (co-author of "A Practical Guide to eXtreme Programming" and author of Jolt Award winning "Test-driven Development: A Practical Guide") has over 2 decades of experience in the software field, most of that involved with object-oriented technologies and techniques. Dave has been studying, practicing, teaching, evangelising, and coaching XP and Agile Processes since 1998. Dave's experience ranges from embedded process control systems to consumer products (both consumer electronics and shrinkwrapped software) to energy trading systems. Dave is an independant software consultant specializing in the areas of agile process, programming practices, and object design/architecture. Dave is one of the thought leaders in the area of TDD, and now BDD. ABSTRACT Test Driven Development (TDD) has become quite well known. Many developers are getting benefit from the practice. But it is possible that we can get even more value. A new practice is getting attention these days: Behaviour Driven Development (BDD). BDD removes all vestiges of testing and instead focuses on specifying the behaviour desired in the system being built. This talk will be focus on Ruby and will introduce a new BDD framework: rSpec. The ideas, however, are language independent. read more...

add a comment |category: |Views: 9

tags: another

Find out details using LOG PARSER from huge text files without opening(blogs.msdn.com)

submitted by itzrahulsoniitzrahulsoni(745) 6 years ago

How to find parse HUGE files without opening them in Notepad, Excel etc for searching for a specific text. This tool called Log Parser comes in really handy to do quite a lot of analysing stuff. It is a command line interface and definitely not one of the easiest ones to learn, but once you get the hang of it, you will sure feel that you didn't do a bad job in investing your time into this tool. read more...

add a comment |category: |Views: 0

tags: another

TestDriven.NET 2.0.1545 with NCoverExplorer 1.3.2 Released(weblogs.asp.net)

submitted by jfritzjfritz(80) 6 years, 2 months ago

The Visual Studio integrated testing tool TestDriven.NET has just released version 2.0.1545 with plenty of upgrades and 'must have' additional features. For those not familiar, TestDriven.NET is an add-on that puts all of your favorite NUnit and NCover testing tools on a right-click menu inside of Visual Studio. This download is a must have add-on for all developers. NCoverExplorer gives you a graphical view of exactly what code was executed during your unit testing process. read more...

add a comment |category: |Views: 3

tags: another

ZedGraph: A flexible charting library for .NET(codeproject.com)

submitted by jfritzjfritz(80) 6 years, 2 months ago

Here's an open source charting library for .NET that provides a high degree of configurability. read more...

add a comment |category: |Views: 153

tags: another

Trio of notable authors Introduces "Beginning .NET Game Programming"(dotnet.sys-con.com)

submitted by dbteqdbteq(115) 6 years, 2 months ago

This article describes a book, written by a trio of notable authors David Weller, Alexandre Santos Laboa, and Ellen Hatton. The book introduces the reader to a variety of fundamental concepts that go into programming a game. Every section of the book is accompanied by several source code listings that demonstrate the concept at hand. This book is relevant to both .NET 2.0 as well as .NET 1.1. read more...

add a comment |category: |Views: 1

tags: another

VSLive!(ftponline.com)

submitted by ColdChilliColdChilli(55) 6 years, 2 months ago

If you develop with the Visual Studio .NET tool suite, VSLive! is the conference for you. VSLive! will surpass your expectations with more content and more events in one place than any other Visual Studio event. Learn from the Microsoft Development Team Managers and industry experts from around the world. You'll get cutting edge techniques to solve your development challenges today and build the next generation applications of tomorrow. No other conference, no corporate trainers, no one else will compare to VSLive!'s standard of editorial excellence and commitment to real-world, practical information designed to take your skills to the next level. read more...

add a comment |category: |Views: 0

tags: another

Writing Dataset to Excel in ASP.NET(c-sharpcorner.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

This article is helpful for those who would like to write dataset contents to a excel file and try to display it in the browser......... read more...

add a comment |category: |Views: 176

tags: another

Using MySQL with .NET(developerfusion.co.uk)

submitted by cainfotechcainfotech(460) 6 years, 3 months ago

It is realy amazing to combine a powerful platform like .net with a free database like MySql. Well the credit goes to the ODBC database functions in ADO .net. You install it and its ready for the action and rollover to build a simple application for reading a table built in MySQ. Read to know more about using My SQL with . NET..... read more...

add a comment |category: |Views: 24

tags: another