felipecvo

Stories kicked by friends of felipecvo

OpenID for ASP.NET MVC, A Quick Setup(andrewblogs.com)

submitted by beckelmwbeckelmw(2755) 1 year, 8 months ago

If you need to get your ASP.NET MVC website setup with some basic OpenID Authentication, I can help get you started. All you need is a DLL, a view, and two controller actions. read more...

add a comment |category: |Views: 228

tags: another

How A .NET Developer Learned Ruby And Rake, To Build Apps In Windows(www.lostechies.com)

submitted by aPlatypusaPlatypus(35) 1 year, 8 months ago

Leverage powerful open source tools to improve your build and development processes. read more...

add a comment |category: |Views: 282

tags: another

AutoPoco v0.2 Released (codeofrob.com)

submitted by JuergenJuergen(45) 2 years, 1 month ago

New Features in AutoPoco :-) read more...

2 comments |category: |Views: 446

tags: another

Git's guts: Branches, HEAD, and fast-forwards(lostechies.com)

submitted by beckelmwbeckelmw(2755) 2 years, 6 months ago

Lets get some learning done. There are a few questions that keep cropping up when I introduce people to Git, so I thought I'd post some answers as a mini-series of blog posts. I'll cover some fundamentals, while trying not to retread too much ground that the fantastic Git community book already covers so well. Instead I'm going to talk about things that should help you understand what you and Git are doing day-to-day. read more...

add a comment |category: |Views: 4

tags: another

It’s Okay To Write Unit Tests(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 6 months ago

A few simple reasons why you should be writing unit tests. read more...

add a comment |category: |Views: 377

tags: another

Selective Unit Testing – Costs and Benefits(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 6 months ago

Test Driven Development is widely regarded as a hallmark technique of professional software development, but should you really do it all the time? Steve Sanderson argues that unit tests yield significant practical business value only for certain kinds of code. This blog post suggests what might be the underlying forces that determine whether unit tests will justify the long-term expense of creating and maintaining them. These ideas are then applied to structuring an ASP.NET MVC application. read more...

add a comment |category: |Views: 292

tags: another

Dependency Injection and Inversion of Control with ASP.MET MVC(mikesdotnetting.com)

submitted by MikesdotnettingMikesdotnetting(340) 2 years, 7 months ago

As you delve more into ASP.NET MVC you start to come across a whole new way of doing things that Web Forms development didn't really expose you to. Inversion of Control (IoC) and Dependency Injection (DI) are two phrases that crop up a lot in the MVC space. So what are they all about? And should you care? read more...

add a comment |category: |Views: 22

tags: another

Reimagining www.asp.net - Part One: The Home Page Experience(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 8 months ago

How would you redesign www.asp.net if you could start from scratch? read more...

add a comment |category: |Views: 280

tags: another

xVal v1.0 is now released(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 8 months ago

In case you’re not aware, xVal is a validation helper for ASP.NET MVC that lets you use your own choice of server-side validation framework (e.g., Microsoft’s DataAnnotations attributes, or Castle Validator, or NHibernate Validaion) and dynamically generates client-side validation code from your rules. Version 1.0 adds new features including dynamic client-side validation summaries and remote (ajax) validation rules. read more...

add a comment |category: |Views: 218

tags: another

Microsoft Chart Controls to PDF with iTextSharp and ASP.NET MVC(mikesdotnetting.com)

submitted by MikesdotnettingMikesdotnetting(340) 2 years, 8 months ago

If you are developing a business application using ASP.NET MVC, and need to produce some kind of dashboard-style reporting, the Chart Controls from Microsoft are a good place to start. Having a summary in some form of document, say a PDF is also a common requirement. This article introduces you to satisfying both needs. read more...

add a comment |category: |Views: 123

tags: another

Is Silverlight the new WebForms?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 8 months ago

Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? read more...

add a comment |category: |Views: 715

tags: another

ASP.NET MVC MvcSiteMapProvider 1.0 released(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 8 months ago

Back in March, I blogged about an experimental MvcSiteMap provider I was building. Today, I am proud to announce that it is stable enough to call it version 1.0! Download MvcSiteMapProvider 1.0 over at CodePlex. Ever since the source code release I did back in March, a lot of new features have been added, such as HtmlHelper extension methods, attributes, dynamic parameters, … I’ll leave most of them up to you to discover, but there are some I want to quickly highlight. read more...

2 comments |category: |Views: 297

tags: another

My Barriers to Learning TDD(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 2 years, 8 months ago

As a follow up to my previous post declaring that I finally "get" TDD to some extent, I figured I'd reflect on the barriers that I have had up to this point which made it difficult for me to learn how to unit test in some effective manner as well as truly understanding the benefits of TDD practices. Now, I am by no means claiming to be an expert in unit testing, mocking, or TDD. I didn't open the refrigerator, drink some of the TDD-flavored Kool-Aid, and threw on a subsequent Mortarboard to illustrate that I've somehow graduated into this new, higher level of software development. I'm still learning from others as well as my own errors experiences just like everyone else. The purpose of this is to reveal to others some of the issues that I had and hopefully provide some insight on how to overcome such. read more...

add a comment |category: |Views: 11

tags: another

Finally Understanding the Merits of TDD(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 2 years, 9 months ago

I'm not a TDD person...or at least I wasn't until last week. Up until then, I had read the blogs and looked at the examples to try to understand TDD and unit testing (with mocking) in general. Almost all of the examples I was shown demonstrated very basic scenarios that, in most cases, were too trivial to show value. I would ask people who would speak about unit testing in general how you'd do a specific scenario and would get mix responses ranging from "just try it" to "you should be using this tool and it'll just write the tests for you". read more...

add a comment |category: |Views: 519

tags: another

How to: “Kick It” or “Shout It” from Google Reader(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 2 years, 9 months ago

Evernote published a Google Reader "Send To" “how to” today, and I showed DZone readers how to push items to DZone’s queue yesterday. Here’s how you can send stories to DotNetKicks or DotNetShoutout. read more...

add a comment |category: |Views: 127

tags: another

Integration Testing Your ASP.NET MVC Application(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 11 months ago

Unit tests are great for proving the correctness of a single component. But how can you prove that you whole ASP.NET MVC application hangs together properly - including its view templates, configuration settings, and database schema? Integration tests cover what unit tests can't - Steven Sanderson shows one way to approach it with ASP.NET MVC. read more...

add a comment |category: |Views: 401

tags: another