Quantcast
Channel: DataChomp » MVC
Browsing all 9 articles
Browse latest View live

Lets open some new doors – MVC

I have tried ASP.NET MVC a couple times and after a couple hours seem to always roll back to webforms because it is "easier" or a time constraint or any number of excuses. However, last night I decided...

View Article



Early MVC Pitfalls – Shared Hosting and Action Link

I have a great hosting provider - Arvixe and they are on the ball for both my Linux hosting as well as my .NET stuff. So as I started cranking out apps and went to deploy I knew I could count on them...

View Article

Getting Started with Massive in MVC3

Rob Conery has created a new ORM of sorts https://github.com/robconery/massive  and as a DBA, I must say I like what I see so far. Getting started:  So some of you might be noob programmers like myself...

View Article

Getting Started with Massive in MVC3 – Part 2

If you read over my first post on this you probably have some questions going through your mind.... I know I did... So lets ask them: Rob, your queries make no sense to me because I have no idea about...

View Article

Massive and using multiple args:

So, in Rob Conery's example of using multiple args in a query  var tbl = new Products();var products = tbl.All(where: "CategoryID = @0 AND UnitPrice > @1", orderBy: "ProductName", limit: 20, args:...

View Article


Tekpub – Full Throttle with Rob Sullivan show notes

The question emails are starting to pile in (which is a good thing!) so this post is basically a way to centralize links/answers. In the show, I say a few times "we'll see this later" (like with SQL...

View Article

Getting started with Postgres and MVC3

"Postgres? WTF man, you're a SQL Server DBA!" It's true, I am a SQL Server DBA but even I have to admit that the Postgres team is doing some wildy exciting stuff. With that in mind, lets take a quick...

View Article

Image may be NSFW.
Clik here to view.

Running ASP.NET MVC4 on Ubuntu 12.04

The single most question I get regarding our Hello Postgres series over Tekpub is "How are you running your app on Linux?" As much as I enjoy sending volleys of fragmented explanations over emails to...

View Article


Image may be NSFW.
Clik here to view.

CI with MVC4 and Linux? No Problem

There are a lot of tools out there that we can use to automate our awesomeness. One of those easy/free/fun tools is a continuous integration (CI) server. Since we are building in Windows and deploying...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images