hgarcia

Stories kicked by hgarcia

A simple approach to hydrating the C# MongoDB Driver Objects(www.lostechies.com)

submitted by hgarciahgarcia(1534) 1 year, 2 months ago

How to add some extension methods to the BSon object to make your life simpler. read more...

add a comment |category: |Views: 39

tags: another

Ruby and .Net Developers Solve Two Different Kinds of Problems(blog.nitriq.com)

submitted by viggityviggity(1124) 1 year, 10 months ago

Explains that a lot of Ruby's criticism of .Net's use of an IDE stems from the differences in the kinds of projects that are solved with each platform. read more...

add a comment |category: |Views: 456

tags: another

RavenDB – Basic usage considerations(codeofrob.com)

submitted by robashtonrobashton(384) 2 years ago

A summary of the common considerations to take when developing new applications against RavenDB read more...

add a comment |category: |Views: 28

tags: another

That No Sql Thing(ayende.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

Ayende introduction to a series of post on the different alternatives to RDBMS read more...

add a comment |category: |Views: 538

tags: another

Gherkin editor, syntax highlighting, autocompletion for user stories(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

A simple WPF based editor to write user stories BDD style to use with SpecFlow or Cucumber. Open source based on AvalonEdit from the SharpDevelop project. read more...

add a comment |category: |Views: 251

tags: another

MongoDB provider for Blogengine.net, saving an entity.(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

In the second part of this multi part serie, we finally save something to the database. We refactor our code and we set the foundations for further work on the select and mapping features. read more...

add a comment |category: |Views: 43

tags: another

Dynamic Programmer - Creating a MongoDB provider for Blogengine.Net 1(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

In this multipart serie, I will create a MongoDB provider for BlogEngine.Net I will explore the problems and solutions I find during the development process. I will use mostly a test first approach and all the code is public in Codeplex for you to follow along. read more...

add a comment |category: |Views: 37

tags: another

Dynamic Programmer - Creating a MongoDB provider for Blogengine.Net 1(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

MongoDb is a document oriented database, identified as part of the NoSql movement. In this series of post I will try to create a provider to use with the open source blogging engine Blogengine.net read more...

add a comment |category: |Views: 19

tags: another

Clone a project on Codeplex to your own Codeplex repo (ala Github)(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

Github and Bitbucket allow you to clone a repository from inside the site. Codeplex doesn't offer that just yet but there is an alternative. read more...

add a comment |category: |Views: 18

tags: another

Mercurial integration with Visual Studio(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 3 months ago

Since codeplex is supporting Mercurial. It seems like a good idea to use an integration package for Visual Studio. read more...

add a comment |category: |Views: 664

tags: another

Integrating Visual Studio with Git(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 3 months ago

If you are using Git you may want to integrate it with Visual Studio. There is a plug-in for that :-) read more...

add a comment |category: |Views: 160

tags: another

Thoughts on ASP.NET MVP – A Framework That Wants To Be MVC(blog.wekeroad.com)

submitted by simonechsimonech(10.1k) 2 years, 4 months ago

Rob Conery discusses again why ASP.NET MVC matters now, and how (and why) the concept of productivity changed over the years. read more...

3 comments |category: |Views: 391

tags: another

Leveraging Windows 7 Boot to VHD to Test Visual Studio 2010(lostechies.com)

submitted by hgarciahgarcia(1534) 2 years, 4 months ago

How to set up bootable VHD in win 7. read more...

add a comment |category: |Views: 15

tags: another

Insert route, route registration after the fact with ASP.NET MVC(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 4 months ago

Registering routes need to be done in order, so adding a route after the initial route registration may not work if the route need to be in another position that is not the last one. This set of extension methods will help with this problem. read more...

add a comment |category: |Views: 9

tags: another

AutoMapper DSL design post-mortem(lostechies.com)

submitted by hgarciahgarcia(1534) 2 years, 5 months ago

As I move towards the 1.0 release of AutoMapper, I’m already running in to things I wish I had done differently. I still will probably fix all of these eventually, but none of these design issues should prevent a release, especially since it’s not any public functionality. A lot of it came from trying out designs in the open, but it can be difficult to change direction once it’s out in the open and in production. The Fluent NHibernate guys have changed their API quite a bit up to release, for better or worse, and I wasn’t too keen to follow that same path. read more...

add a comment |category: |Views: 11

tags: another

The Dynamic Programmer - ASP.NET Mvc in Action. Book review(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 6 months ago

A short review on a Fantastic book. read more...

add a comment |category: |Views: 13

tags: another