loudej

Stories kicked by loudej

Gate: Rack for .Net(whereslou.com)

submitted by pwhe23pwhe23(972) 4 months, 10 days ago

The topic of this post is OWIN – specifically the 0.2.1 refresh of the Gate reference implementation which has been released to NuGet.org. read more...

2 comments |category: |Views: 228

tags: another

Beginning ASP.NET MVC 1.0 – Finally Available(nayyeri.net)

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

Kevan announces the availability of the book Beginning ASP.NET MVC by Wrox, and explains in details the contents of the book and the level it is targeting read more...

add a comment |category: |Views: 281

tags: another

Exploring how to use Expressions w/ Spark(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 11 months ago

Exploring how to use Expressions w/ Spark. We are going to take a look at the various different ways you can use Looping Expressions with the Spark View engine. read more...

add a comment |category: |Views: 144

tags: another

Exploring how to use Expressions w/ Spark(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 11 months ago

Taking a look at the various different ways you can use Expressions with the Spark View engine. We are going to review simply scenarios such as math based expressions and move up to looking at nested if-then-else statements. read more...

add a comment |category: |Views: 148

tags: another

Exploring how to use Global Variables and ViewData (Strongly typed and(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 11 months ago

Taking a look at how to utilized both global variables and local variables. We will also take a look at how to create and use both strongly typed viewdata and weakly typed view data. read more...

add a comment |category: |Views: 266

tags: another

Learning how to add IntelliSense for the Spark View Engine(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 11 months ago

Learning how to add IntelliSense for the Spark View Engine inside Visual Studio read more...

add a comment |category: |Views: 392

tags: another

Saying Hello to the Spark View Engine(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years ago

Taking a introductory look at the Spark View engine. The Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly. read more...

2 comments |category: |Views: 419

tags: another

Hosting your OSS project on github(codebetter.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 2 months ago

Aaron walks through hosting an oss project on github and how to use git as the SCC system. read more...

add a comment |category: |Views: 122

tags: another

Client Rendering Views with Spark and ASP.NET MVC(odetocode.com)

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

There are quiet a few tutorials for Spark floating around, but I wanted to call out what appears to be a well hidden secret in the samples: the client rendering of views. In short, the client rendering produces JavaScript you can invoke on the client to render the same HTML you see when rendering a server-side partial view. This means you can happily fetch JSON from the server and use it to produce HTML without duplicating the server-side template logic on the client. read more...

add a comment |category: |Views: 17

tags: another

Simple layouts and views with Spark and MonoRail(sidesofmarch.com)

submitted by jcoffmanjcoffman(370) 3 years, 3 months ago

writing a simple layout with Spark view engine. read more...

add a comment |category: |Views: 17

tags: another

Replacing the default view engine in MVC w/ Spark(dimecasts.net)

submitted by LordLord(3737) 3 years, 4 months ago

DimeCast - Replacing the default view engine in MVC w/ Spark read more...

add a comment |category: |Views: 216

tags: another

Spark Language Package - Preview 1(whereslou.com)

submitted by LordLord(3737) 3 years, 5 months ago

This is a very early copy of a msi which installs a Spark language package for Visual Studio 2008. It will put dlls into a Program Files\Spark directory and add just enough registry keys to add color and intellisense to files with a .spark extension. read more...

add a comment |category: |Views: 293

tags: another

Sparks of brilliance(codinginstinct.com)

submitted by loudejloudej(10) 3 years, 8 months ago

Torkel Ödegaard continues his review and description of the Spark view engine. "This will be another post about the MVC view engine spark, by the title of this post and my last post you can safely assume that I really like this view engine. Since my last post about spark there has been some big updates to the view engine and a bunch of new features." read more...

add a comment |category: |Views: 13

tags: another

Partial Rendering View Engines in ASP.NET MVC(bradwilson.typepad.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

The ASP.NET MVC team just dropped CodePlex Preview 5. It contains a whole raft of new stuff, but there are two highly related features that I worked on. Since I have one foot in the "Dynamic Data" space and one foot into the "MVC" space (being the guy working on "Dynamic Data for MVC"), it means I get to have conversations like this: read more...

add a comment |category: |Views: 489

tags: another

Top 10 Things That Annoy Programmers(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 8 months ago

Programmers all have their personal pet peeves. Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: read more...

1 comment |category: |Views: 946

tags: another

MVC ViewEngines & Spark(codinginstinct.com)

submitted by dist0rti0ndist0rti0n(125) 3 years, 9 months ago

Quick overview of using Spark read more...

add a comment |category: |Views: 37

tags: another