DeveloperDeveloperDeveloper Sydney 2011

If you are going to be around Sydney during beginning of July, there is a great technical event going around that will be going on July 2rd and 3rd.
DeveloperDeveloperDeveloper! Sydney is this year being hosted on 2nd & 3rd July. The developer conference, for developers by developers – with three tracks of great content covering a mix of ALM, Web, and general development topics from the best community and industry leaders!
On July 3rd we will offer you the opportunity to compete with others in building a proto-type application Windows Phone 7 Mango or the Kinect for Windows SDK and take out the prizes for the day.
Registration
The registration for the 2 days of the event is now open. You can choose to attend only one day if you like.
You can register for DDD Sydney at
Voting For Sessions
If you plan to attend DDD Sydney, you will love to know that you can help determine how awesome the event is going to be by voting for topics you want to attend from the pool of session submissions.
Read the full post ... (549 words, 4 images, estimated 2:12 mins reading time)
General News, Local Events, Microsoft News, Miscellaneous
MvcConf
Assuming some of you have attended live or watched the recordings for the past MVCConf conference. It’s a virtual conference concerned (as the name tells) about everything related to Web MVC Frameworks in .NET (ASP.NET MVC, FubuMVC, Spark, …).
Videos from the previous MvcConf event can be found at:
http://www.viddler.com/explore/mvcconf/videos/ and http://tekpub.com/conferences/mvcconf
MvcConf 2
They plan to have a second event after the great success of the first one. And they started a call-for speakers. See:
http://www.mvcconf.com/
Quoting Details
When:
Tuesday Feb 1st 8AM – 5PM CST
Where:
Virtual
Register:
Check back 1/17
Call For Speakers
If you would like to speak at this years conference. Fill out the Speaker Proposal form.
An Awesome Conference
MvcConf is a virtual conference focused on one thing: writing awesome applications on top of the ASP.Net MVC framework. Your brain will explode from taking in so much hard core technical sessions. Sounds fun eh?
This is a community event and we want the best and brightest sharing what they know.
We intend to record each session and make them available online for viewing. We intend to make the videos available free of charge, depending on conference sponsorships.
Read the full post ... (230 words, 2 images, estimated 55 secs reading time)
.NET, ALT.NET, ASP.NET, ASP.NET MVC, General News, Local Events, Microsoft News, MVC

Another internal company email I sent today and found useful enough to share in the wild (after few modifications)…
Hey all,
There is an online conference (streamed over the Internet, you don’t have to go to physical place) tomorrow called MVCConf; in addition to the MVC in the name it’s related to so many .NET and SQL and jQuery related stuff.
You may want to attend as many sessions as you can.
The conference is going to be TOMORROW July 22 from 8 AM to 5 PM CDT (that means UTC – 5 time, considering Abu Dhabi is UTC + 4, the mentioned time is 9 hours late than Abu Dhabi, so, 8 AM CDT = 5 PM for us, 5 PM CDT = 2 AM for us).
Of course you do not have to attend all the sessions. Actually you cannot, because they have 3 parallel tracks. (3 sessions at a time).
The conference is streamed over Microsoft Live Meeting.
Register from:
See you online :)
Let me add here that the conference agenda can be found at:
Read the full post ... (267 words, 3 images, estimated 1:04 mins reading time)
.NET, ALT.NET, ASP.NET, ASP.NET MVC, Local Events, Microsoft News, MVC
This is something I have posted to a private mailing list before, and thought since I have only fixed number of keyboard strokes to death, I should be sharing it with larger audience…
Before Beginning
I know some of the audience of this blog may have not even tried ASP.NET MVC, so, you may need to bare with me for a while ((and those familiar with it just bypass this section please).
In ASP.NET MVC, the request goes to a specific method (commonly known as Controller Action) to handle it (choosing which method/action is based on something called Routing, we don’t care about that for now).
Once the method is executed, typically it ends with calling a page or user control (commonly called a View) to send some markup to the browser. Usually this is an ASPX or ASCX file without code behind. It has some special properties to interact with the data coming from the controller action, and some special shortcut methods to write HTML markup (called HTML helpers).
Read the full post ... (1802 words, 6 images, estimated 7:12 mins reading time)
ASP.NET, ASP.NET MVC, Microsoft News, Miscellaneous, MVC, Razor