Discussion Group
Content Element Order
wondering if there is a best solution.
======html.spark:=======
<head>
<use:head>
</head>
=============
=======Application.spark:===== =
<content:head>
LAYOUT
</content>
=============
=======View.spark:======
<content:head>
Re: Project upgrade
most of my development at the moment, both including and excluding Spark.
Go for it!
-Asbjørn
Re: Project upgrade
sound promising :)
Re: Project upgrade
Does anyone have any thoughts about moving the projects
over to vs2010?
Or is it more likely that most devs want it to stay under vs2008?
I don't really mind either way since I'm using Steve
Dunn's great tool <[link]> to convert back and forth, but since most of my
Re: Project upgrade
Re: Project upgrade
I should have been more clear. Your projects you write that use the Spark
binaries can still stay in vs2008 since I'm fairly sure that Spark will
continue to get compiled against 3.5SP1 for now and your vs2008 Intellisense
will stay.
I was more referring to the source code of the Spark projects being upgraded
Re: Project upgrade
loose intellisense in Spark is not good option to me. I saw recent
updates on TeamCity and noticed that Louis has merged your codes to
trunk tonight. Could you, please, comment what's happening? Personally
I have no idea about Spark roadmap.
Project upgrade
Or is it more likely that most devs want it to stay under vs2008?
I don't really mind either way since I'm using Steve Dunn's great
tool<[link]>to
convert back and forth, but since most of my work happens on vs2010,
Re: Microsoft's new "Razor" View Engine
you publicly talk about what and who influenced you *is* the point.
You give credit where credit it due and although Andrew sound like a great
(and smart) guy. Pretending that this is "their invention" is a little hard
to swallow. RE: the design cues (I spelt it wrong), good ideas eventually
RE: Microsoft's new "Razor" View Engine
In terms of design queues, though, I think you'd be surprised... Andrew talks about that a bit at [link]
the premise and syntax was well underway before I even started working at building 42.
Kind of like how Spark in the early days was compared to coldfusion a lot, along with a few other php template engines with strikingly similar features. I'll be the first to point out Spark was directly influenced by experiences with NVelocity, and NHaml to some extent, but I hadn't seen any of the others before. I think the same thing happened with Razor.
RE: Visual Studio intellisense
Sent: Sunday, July 04, 2010 6:00 PM
To: spark-dev@googlegroups.com
Still actively working on it as I get time. Last few show-stopper bugs to kill now and I think we'll be ready for a beta period.
Will keep you posted.
Regards,
Rob
What's the state on the VS 2010 version?
Re: Visual Studio intellisense
kill now and I think we'll be ready for a beta period.
Will keep you posted.
Regards,
Rob
Re: Microsoft's new "Razor" View Engine
The published article is here:
blog.robertgreyling.com/2010/0 7/is-razor-just-wolf-in-sparks -clothing.html
<[link]>Feedback
most welcome...
Best regards,
Re: Microsoft's new "Razor" View Engine
are used so much.
eg. blahIndex etc.
I use this code block in nearly every crud page.
<tr each="var item in Model.List" class="even?{itemIndex % 2 != 0}">
</tr>
i hate having to declare the i variable outside a foreach and then increment
Re: Microsoft's new "Razor" View Engine
We're currently building a new product using Spark as the view engine
and hence the question given your unique position with regard to Spark
and Microsoft.
Re: Microsoft's new "Razor" View Engine
two engines. The main focus being on education - I don't intend to bash
Razor, but I do intend to call out direct parallels between the two.
They say that imitation is the sincerest form of flattery eh Lou ;)
Would you mind if I ran the post by you first when it's done Lou? I don't
Re: Microsoft's new "Razor" View Engine
The reason is that it's still mixed code (the new tags and html). It doesnt
get the same flow as spark.
Re: Microsoft's new "Razor" View Engine
discussion list, have shared some opinions and thoughs on some
threads. But in terms of design, implementation, and the future -
Spark and Razor are totally unrelated.
Specifically to the question - what is the future of Spark - nothing
Microsoft's new "Razor" View Engine
Louis, @ Microsoft do you also work on Razor development? What's the
future for Spark, if any?
Re: Variable file name in render partial
ViewComponent in MonoRail to solve this problem.
