meeting today - Elegant MVC with Spark

2 views
Skip to first unread message

Eric Hexter

unread,
Sep 1, 2010, 5:36:23 AM9/1/10
to c4...@googlegroups.com

September Meeting

When: 9/1/2010 12:00 - 1:00 PM CDT (Live Meeting) Download the live meeting client here.

Topic: Elegant MVC with Spark - The way views were meant to be

Many developers are desperately unsure when it comes to choosing a view engine to use when building MVC applications. A lot of them liked it better when there was only one the choose from with ASP.NET MVC, while others didn’t really like the idea of being saddled with the WebForms baggage they’d heard about or worked with in traditional ASP.NET. Many are now looking to Razor to save the day, but most haven't yet seen what's been sitting right under their noses.

When it comes to the Spark View Engine, you can easily go back to true separation of concerns between View and Controller. Come along and watch demonstrations of seldom used, but powerful features of Spark including:

  • Bindings support for more elegant looking HTML
  • Transportation of your views client-side via JavaScript for faster pages
  • Integration with and migration to FubuMVC

Speaker: Robert Greyling

Rob Greyling is just a plain old professional developer and technology addict like many of you, and is trying to get by with a massive technology menu to choose from in front of him. He is also the co-founder of two start-ups, one of which is a small consulting business that focusses on delivering robust and tailored solutions in the UK Banking and Insurance sectors, and the other is a brand new work in progress called cozwecan.com which hopes to make a small splash some time this year. He is an avid technologist and enjoys coding in various languages although .NET C# is still responsible for bringing home the bacon.


Eric Hexter

blog | http://Hex.LosTechies.com
info | http://www.linkedin.com/in/erichexter

djy...@gmail.com

unread,
Sep 1, 2010, 9:35:37 PM9/1/10
to c4...@googlegroups.com
In fact I think the MVC of dotnet havn't not enough mature to use.....
 
Don't you think?
329.gif

Chi Chan

unread,
Sep 1, 2010, 9:46:02 PM9/1/10
to Community for ASP.NET MVC
I don't agree with that. A lot of people are using it.

In terms of development speed it may not be as awesome as other
popular frameworks, but in terms of using it in production I don't see
the "why not".



On Sep 1, 9:35 pm, djy...@gmail.com wrote:
> In fact I think the MVC of dotnet havn't not enough mature to use.....
>
> Don't you[?] think?
>
>  329.gif
> < 1KViewDownload

djy...@gmail.com

unread,
Sep 1, 2010, 10:00:57 PM9/1/10
to c4...@googlegroups.com
my means every upgrade the MVC has large change,maybe now you use a function many times,and next version is havn't....

and i think the validation framework in MVC is too bad.not as good as self's code...

of course,every product want to as a silver bullet,but in every details work it's not enough good.







--
You received this message because you are subscribed to the "Community for ASP.NET MVC" group.

To post to this group, send email to c4...@googlegroups.com

To unsubscribe from this group, send email to
c4mvc+un...@googlegroups.com
For more options, visit this group at
http://CommunityForMvc.Net



--
Roy Du
 

360.gif

Nilsson, Johan

unread,
Sep 2, 2010, 4:47:33 AM9/2/10
to c4...@googlegroups.com
Maaan I really wanted to check this out but couldn't quite understand
what time it was going to be in GMT+1, i'm in Sweden : /

Couldn't quite make out what cdt whas, perhaps use gmt for further events?

Best regards

Mike Scott

unread,
Sep 2, 2010, 6:54:36 AM9/2/10
to c4...@googlegroups.com
Wow, what a coincidence! I logged in an hour late, just as the event was
finishing, for the same reason. I could still hear people talk and raised a
question about giving the time in UTC (~GMT) but no-one answered.

So +1 for the suggestion to state times in UTC. You can include a local time
as well, but please include the UTC time.

Cheers,

Mike.

Mayank Srivastava

unread,
Sep 2, 2010, 10:45:44 AM9/2/10
to c4...@googlegroups.com
My disagree I friend Winking smile on the versioning part.
 
For the validation framework, if you intend to say - I do not use the out of the box stuff coz it's not cool enough, I'd say - I do too.
Never used it when I did previous frameworks, will not use it with the next cool framework, coz that's how I roll! I like to build my custom infrastructure in the framework which is efficient, elegant and Cool!
 
However I'll be interested to know the better out of the box validation frameworks if you've come across.

 

Date: Thu, 2 Sep 2010 10:00:57 +0800
Subject: Re: [c4mvc] Re: meeting today - Elegant MVC with Spark
From: djy...@gmail.com
To: c4...@googlegroups.com

Quentin Blacklock

unread,
Sep 2, 2010, 9:54:51 AM9/2/10
to c4...@googlegroups.com
CDT = Central Daylight Time = Central Time Zone of the United States,
Daylight Savings Time = GMT - 5

CST = Central Standard Time = Central Time Zone of the United States =
GMT - 6

Quentin

Valentin Plamadeala

unread,
Sep 2, 2010, 8:26:24 AM9/2/10
to c4...@googlegroups.com
I think there is going to be a video uploaded for this in the future,
anyway I didn't liked this viewengine, probably it is useful for jsp guys and ppl that like to write lots of xml

Nilsson, Johan

unread,
Sep 2, 2010, 12:04:28 PM9/2/10
to c4...@googlegroups.com
hehe typical of americans to specify central standard time as central
time zone of united states, why not use greenwidge as everyone else? :
) just joking ^^

Jordan Day

unread,
Sep 2, 2010, 12:14:45 PM9/2/10
to c4...@googlegroups.com
In defense of the USA, Americans aren't the only ones who do that:
http://www.timeanddate.com/library/abbreviations/timezones/au/cst.html

Valentin Plamadeala

unread,
Sep 2, 2010, 1:26:40 PM9/2/10
to c4...@googlegroups.com
europeans CET Central European Time (which is GMT +1 :D)

Mike Scott

unread,
Sep 2, 2010, 5:34:51 PM9/2/10
to c4...@googlegroups.com
Hi Quentin

Thanks for that. Sure, anyone could figure it out. I knew what the offset
was, but for some reason I had goofed up on the mental calc. But why not
quote the time in something universal, i.e. UTC? Everyone's time zone is
offset from that. Quoting the time *only* in a particular local time zone
just makes it more complex and thus error-prone to convert to a different
time zone.

Eric Hexter

unread,
Sep 2, 2010, 5:55:49 PM9/2/10
to c4...@googlegroups.com

Hey guys,

I will add a link from the website to a timezone converter to make it easier for everyone. Sorry for those who missed it. I really had no idea of how international the group would become.

Tuna Toksoz

unread,
Sep 2, 2010, 6:21:10 PM9/2/10
to c4...@googlegroups.com
Google Calendar can adjust timezones

George Mauer

unread,
Sep 2, 2010, 9:00:05 PM9/2/10
to c4...@googlegroups.com
In defense of the USA, CST is actually an unusual timezone to specify within america too, you usually to EST or PST.  CST is simply where Eric is located. 

On Thu, Sep 2, 2010 at 11:04 AM, Nilsson, Johan <jon...@gmail.com> wrote:

John Leger

unread,
Sep 3, 2010, 1:22:34 AM9/3/10
to c4...@googlegroups.com

Thinking out loud here but when dealing with a global audience ... need to stop there and research ...peace

>> >> > c4mvc+un...@googlegroups.com<c4mvc%2Bunsu...@googlegroups.com>


>> >> > For more options, visit this group at
>> >> > http://CommunityForMvc.Net
>> >>
>> >> --
>> >> You received this message because you are subscribed to the "Community
>> for
>> >> ASP.NET MVC" group.
>> >>
>> >> To post to this group, send email to c4...@googlegroups.com
>> >>
>> >> To unsubscribe from this group, send email to

>> >> c4mvc+un...@googlegroups.com<c4mvc%2Bunsu...@googlegroups.com>


>> >> For more options, visit this group at
>> >> http://CommunityForMvc.Net
>> >>
>> >>
>> >> --
>> >> You received this message because you are subscribed to the "Community
>> for
>> >> ASP.NET MVC" group.
>> >>
>> >> To post to this group, send email to c4...@googlegroups.com
>> >>
>> >> To unsubscribe from this group, send email to

>> >> c4mvc+un...@googlegroups.com<c4mvc%2Bunsu...@googlegroups.com>


>> >> For more options, visit this group at
>> >> http://CommunityForMvc.Net
>> >
>> > --
>> > You received this message because you are subscribed to the "Community
>> for
>> > ASP.NET MVC" group.
>> >
>> > To post to this group, send email to c4...@googlegroups.com
>> >
>> > To unsubscribe from this group, send email to

>> > c4mvc+un...@googlegroups.com<c4mvc%2Bunsu...@googlegroups.com>


>> > For more options, visit this group at
>> > http://CommunityForMvc.Net
>>
>> --
>> You received this message because you are subscribed to the "Community for
>> ASP.NET MVC" group.
>>
>> To post to this group, send email to c4...@googlegroups.com
>>
>> To unsubscribe from this group, send email to

>> c4mvc+un...@googlegroups.com <c4mvc%2Bunsu...@googlegroups.com>

djy...@gmail.com

unread,
Sep 3, 2010, 1:51:44 AM9/3/10
to c4...@googlegroups.com
I suggest to recording every meeting!
 
The time zone is a question,E.g.9/1/2010 12:00 - 1:00 PM CDT convert to Beijing time,it's 9/2/2010 1:00 - 2:00 AM,and that time I 'm sleeping...,if someone can recording the meeting,I can watch when I get up.haha~,and when I can send you about something I think...
It's seems so better,I think many bodys agree with me.....
327.gif

Mike Scott

unread,
Sep 3, 2010, 4:28:57 AM9/3/10
to c4...@googlegroups.com

Yeah, it’s amazing, apparently there are other countries out there beyond the US borders and, get this... the inter tubes are connected to them!

Valentin Plamadeala

unread,
Sep 6, 2010, 2:02:21 PM9/6/10
to c4...@googlegroups.com
Hey guys,
sorry for spamming :)

but I think that I made the most awesome survey app on asp.net-mvc in the world,
it's better than google forms :)

http://surveymaster.codeplex.com/

(in case you wanna see it)

video presentation:
http://www.youtube.com/watch?v=N-JyCH0OVJQ

djy...@gmail.com

unread,
Sep 6, 2010, 9:27:52 PM9/6/10
to c4...@googlegroups.com
It seems so well,Thank you!


 
2010/9/7 Valentin Plamadeala <vnex...@gmail.com>

--
You received this message because you are subscribed to the "Community for ASP.NET MVC" group.
 
To post to this group, send email to c4...@googlegroups.com
 
To unsubscribe from this group, send email to
c4mvc+un...@googlegroups.com
For more options, visit this group at
http://CommunityForMvc.Net



--

Valentin Plamadeala

unread,
Sep 7, 2010, 9:41:58 AM9/7/10
to c4...@googlegroups.com
You're welcome, djy365 :)

Dave Hanna

unread,
Sep 2, 2010, 10:33:39 PM9/2/10
to c4...@googlegroups.com
To Eric or whoever runs the site:

I got a solicitation for a webinar or some such the other day. Next to the
time of the event in whatever time zone it was (PDT, I think, but it doesn't
matter), there was a dropdown box with a label that said "Show in my time
zone", and let you select the time zone, and then converted it. I haven't
thought about it, but I'm sure it wouldn't take that many lines of
javascript to implement it.!

That might be a nice touch, especially considering the international
audience.

Alexey Kuzmin

unread,
Sep 3, 2010, 3:24:01 AM9/3/10
to c4...@googlegroups.com
I am at UTC +10 also missed this event. It would be grate to have recording of that.

327.gif

sohel shaikh

unread,
Sep 7, 2010, 1:22:12 AM9/7/10
to c4...@googlegroups.com
ThAnKs Valentin Plamadeala for making SurveyMaster as an open source.  It's dream come to true after analyzing your code seriously MVC Rocks  

Sohel Shaikh
Web Developer

........................................................................................................

m.
+91 9820484111

e.  sohel.s...@gmail.com
w. http://sites.google.com/site/sohelshaikhs/
.......................................................................................................

Please don't print this email unless you really have to.  Save the einvoirnment and save yourself some cash too!
This email including any attachment, is private and confidential.  It should not be read, copied, disclosed or otherwise used by any person other than the intended recipient(s).  If you have received this email in error, please notify the sender immediately.
___________________________________________________________________________

"Success is the ability to go from one failure to another with no loss of enthusiasm" 
____________________________________________________________________________

My profiles: Facebook Twitter Delicious WordPress
Contact me: Google Talk/ Sohel Shaikh


--

Javier Lozano

unread,
Sep 7, 2010, 10:07:18 AM9/7/10
to Community for ASP.NET MVC
Hi Dave,

That's a good idea - we're in the process of making a new website so
we'll add that feature to the backlog.

As Eric mentioned earlier when we started this a few months back, we
didn't know it was going to be this big. As for the reason why time is
12:00 PM CDT (US Central Daylight Time) is because both Eric and I are
on that time zone and it's during our lunch hour :)
> On Wed, Sep 1, 2010 at 11:36 AM, Eric Hexter <eric.hex...@gmail.com>
> For more options, visit this group athttp://CommunityForMvc.Net
>
> --
> You received this message because you are subscribed to the "Community for
> ASP.NET MVC" group.
>
> To post to this group, send email to c4...@googlegroups.com
>
> To unsubscribe from this group, send email to
> c4mvc+un...@googlegroups.com
> For more options, visit this group athttp://CommunityForMvc.Net
>
> --
> You received this message because you are subscribed to the "Community for
> ASP.NET MVC" group.
>
> To post to this group, send email to c4...@googlegroups.com
>
> To unsubscribe from this group, send email to
> c4mvc+un...@googlegroups.com
> For more options, visit this group athttp://CommunityForMvc.Net

Mike Scott

unread,
Sep 7, 2010, 11:31:59 AM9/7/10
to c4...@googlegroups.com
Adding a time zone conversion would be a nice touch, but really all you need
is to state both the US CDT time and UTC. I'm sure everyone knows their own
offset from UTC and is accustomed to doing the conversion.

Antony Scott

unread,
Sep 7, 2010, 11:42:32 AM9/7/10
to c4...@googlegroups.com
How about using this website in future?

Eric Hexter

unread,
Sep 7, 2010, 12:06:20 PM9/7/10
to c4...@googlegroups.com
That site throws a javascript error for me.

Stephen Bohlen

unread,
Sep 7, 2010, 12:19:21 PM9/7/10
to c4...@googlegroups.com
"Works on My Machine" but all the same I'd just recommend that all times simply be provided only in GMT/UTC (and obviously noted as such wherever mentioned).  Converting from UTC to local time in your head seems to me to be something that near-all of the intended audience for C4MVC should be able to do for themselves :)

(instead, I recommend limited resources be focused elsewhere on more valuable items that can't simply be solved with a stated and consistently adhered to policy).

My $0.02 ...oh, wait...is that USD or CDN...? :P

Steve Bohlen
sbo...@gmail.com
http://blog.unhandled-exceptions.com
http://twitter.com/sbohlen

djy...@gmail.com

unread,
Sep 7, 2010, 10:10:59 PM9/7/10
to c4...@googlegroups.com
I think is USD ^_^

2010/9/8 Stephen Bohlen <sbo...@gmail.com>



--

djy...@gmail.com

unread,
Sep 10, 2010, 11:53:55 AM9/10/10
to c4...@googlegroups.com
How about LeadNT.NET?

2010/9/7 Antony Scott <antony...@ntlworld.com>



--

djy...@gmail.com

unread,
Sep 14, 2010, 3:22:03 AM9/14/10
to c4...@googlegroups.com

hi,guys,can you tell me what website about .net are you used to visit?

Valentin Plamadeala

unread,
Sep 14, 2010, 3:26:59 AM9/14/10
to c4...@googlegroups.com
stackoverflow.com
codeplex.com
c4mvc.net
channel9.msdn.com


On Tue, Sep 14, 2010 at 10:22 AM, <djy...@gmail.com> wrote:

hi,guys,can you tell me what website about .net are you used to visit?

--

djy...@gmail.com

unread,
Sep 14, 2010, 4:43:43 AM9/14/10
to c4...@googlegroups.com
thanks!

2010/9/14 Valentin Plamadeala <vnex...@gmail.com>

Valentin Plamadeala

unread,
Sep 14, 2010, 7:58:58 AM9/14/10
to c4...@googlegroups.com
:) forgot about http://www.lostechies.com/
SOLID principles - very good

George Mauer

unread,
Sep 14, 2010, 9:06:06 AM9/14/10
to c4...@googlegroups.com

Codebetter.com
Devlicio.us
Elegantcode
Ted neward's blog
Ward bell's blog
Udi dahan's blog

Infoq - has more good information than you could possibly process

On Sep 14, 2010 6:59 AM, "Valentin Plamadeala" <vnex...@gmail.com> wrote:
> :) forgot about http://www.lostechies.com/
> SOLID principles - very good
>
> On Tue, Sep 14, 2010 at 11:43 AM, <djy...@gmail.com> wrote:
>
>> thanks!
>>
>> 2010/9/14 Valentin Plamadeala <vnex...@gmail.com>
>>
>> stackoverflow.com
>>> codeplex.com
>>> c4mvc.net
>>> channel9.msdn.com
>>>
>>>
>>> On Tue, Sep 14, 2010 at 10:22 AM, <djy...@gmail.com> wrote:
>>>
>>>> hi,guys,can you tell me what website about .net are you used to visit?
>>>>
>>>> --
>>>> You received this message because you are subscribed to the "Community

>>>> for ASP.NET <http://asp.net/> MVC" group.


>>>>
>>>> To post to this group, send email to c4...@googlegroups.com
>>>>
>>>> To unsubscribe from this group, send email to

>>>> c4mvc+un...@googlegroups.com<c4mvc%2Bunsu...@googlegroups.com>


>>>> For more options, visit this group at

>>>> http://CommunityForMvc.Net <http://communityformvc.net/>


>>>>
>>>
>>> --
>>> You received this message because you are subscribed to the "Community for

>>> ASP.NET <http://asp.net/> MVC" group.


>>>
>>> To post to this group, send email to c4...@googlegroups.com
>>>
>>> To unsubscribe from this group, send email to

>>> c4mvc+un...@googlegroups.com <c4mvc%2Bunsu...@googlegroups.com>


>>> For more options, visit this group at

>>> http://CommunityForMvc.Net <http://communityformvc.net/>


>>>
>>
>>
>>
>> --
>> Roy Du
>> Blog:http://www.leadnt.com
>>
>>
>> --
>> You received this message because you are subscribed to the "Community for
>> ASP.NET MVC" group.
>>
>> To post to this group, send email to c4...@googlegroups.com
>>
>> To unsubscribe from this group, send email to

>> c4mvc+un...@googlegroups.com <c4mvc%2Bunsu...@googlegroups.com>

杜建宇

unread,
Sep 14, 2010, 9:29:56 AM9/14/10
to c4mvc
thank you !
 
 
------------------ Original ------------------
From:  "George Mauer"<gma...@gmail.com>;
Date:  Tue, Sep 14, 2010 09:06 PM
To:  "c4mvc"<c4...@googlegroups.com>;
Subject:  Re: [c4mvc] Re: meeting today - Elegant MVC with Spark

Tuna Toksoz

unread,
Sep 14, 2010, 9:58:30 AM9/14/10
to c4...@googlegroups.com
Just in case it hasn't been written: lostechies.com
Reply all
Reply to author
Forward
0 new messages