Awesome show guys! I'm halfway through the video and couldn't resit asking if we can have the powershell scripts that Michael has demoed. That would be great.
Let me be clear: Nuget is certainly not a fail; you have a misunderstanding about it. The package that you are searching is https://nuget.org/packages/SignalR.Sample and this is the old SignalR package. So, it's unlisted now so that it won't appear in searches.
It's impossible that the missing part of this recording is under NDA because this event is not only for people who are under NDA. Also, the project is now Open Source and they shipped the alpha product. So, there is nothing to hide here.
Can we please get the whole session recording?
Also, can we get the source code which has been demoed by Rowan?
This is one of the most awesome recordings among all the Channel9 videos. Thanks all of you guys for an outstanding presentation and answering all of my questions during the session
The CDN scenario that Howard talked is the one I am waiting for a long time. Here is what I do now:
I am getting the JavaScript libraries through Nuget. So, they go to Scripts folder under the root of my project. And some css files through nuget as well (like TwBootstrap). They usually go to Content folder. By not changing the file locations, I am able to update them smoothly via nuget. So, they stay as they are.
But I want to get the bundled and minified files under ~/assets/js/ and ~/assets/css/ which is better for me to sync this assets folder with my CDN storage.
So:
I have an xml file which I define the bundles and minification rules.
I have a PowerShell script which does the bundling and minification with the help of AjaxMin.exe and put the output files inside the desired folder.
Then I integrate this powershell code with my build script for the solution.
Here is initial code that does this: https://gist.github.com/2852551 The powershell code is really bad right now and needs to be refactored.
I am not sure if the solution you guys are considering supports a scenario to output the files under another folder (if these are css files, there will probably be image files to go into that output dir as well.)
Comments
Episode 105 - General Availability of Windows Azure Infrastructure as a Service (IaaS)
Building Real-time Web Apps with ASP.NET SignalR
@Ali Zaidi:
Here are two great articles on the topic that you are interested in:
https://github.com/SignalR/SignalR/wiki/SignalR-with-Redis-Running-on-a-Windows-Azure-Virtual-Machine
https://github.com/SignalR/SignalR/wiki/Azure-service-bus
Building Real-time Web Apps with ASP.NET SignalR
@huseyin
Let me be clear: Nuget is certainly not a fail; you have a misunderstanding about it. The package that you are searching is https://nuget.org/packages/SignalR.Sample and this is the old SignalR package. So, it's unlisted now so that it won't appear in searches.
What you need to install is the Microsoft.AspNet.SignalR.Sample package which also won't appear in searches because it's a pre-release package: https://nuget.org/packages/Microsoft.AspNet.SignalR.Sample
In order to install this package through PMC, you need to type the following command:
Install-Package Microsoft.AspNet.SignalR.Sample -pre
Building data centric applications for web, desktop and mobile with Entity Framework 5.
@Rowan
Super cool! Thanks Rowan.
Easy Asynchrony with C#: No More Callbacks!
Great session!
Is it possible to get the source code which is demoed on this session?
Building data centric applications for web, desktop and mobile with Entity Framework 5.
Super cool session!
It's impossible that the missing part of this recording is under NDA because this event is not only for people who are under NDA. Also, the project is now Open Source and they shipped the alpha product. So, there is nothing to hide here.
Can we please get the whole session recording?
Also, can we get the source code which has been demoed by Rowan?
Thanks!
Async in ASP.NET
This is one of the most awesome recordings among all the Channel9 videos. Thanks all of you guys for an outstanding presentation and answering all of my questions during the session
Howard Dierking Shows You How to Optimize Your ASP.NET Sites
great show guys. thanks!
The CDN scenario that Howard talked is the one I am waiting for a long time. Here is what I do now:
I am getting the JavaScript libraries through Nuget. So, they go to Scripts folder under the root of my project. And some css files through nuget as well (like TwBootstrap). They usually go to Content folder. By not changing the file locations, I am able to update them smoothly via nuget. So, they stay as they are.
But I want to get the bundled and minified files under ~/assets/js/ and ~/assets/css/ which is better for me to sync this assets folder with my CDN storage.
So:
Here is initial code that does this: https://gist.github.com/2852551 The powershell code is really bad right now and needs to be refactored.
I am not sure if the solution you guys are considering supports a scenario to output the files under another folder (if these are css files, there will probably be image files to go into that output dir as well.)
Visual Studio Toolbox: Visual Studio 2012 Release Candidate
Ok, everything is great so far (03:40min) but how many more comments do you guys need to get rid of ALL CAPS menu?
Jon Galloway Helps Introduce Web Camps 2012
Great to here that mvcconf is coming soon again. Also, I hope all web camps sessions will be recorded.
Also, I have a feeling that an awesome guy named Brady Gaster will be doing some SignalR stuff on one of those sessions (I hope)
Episode 71 - Using Cloud9 IDE to Deploy to Windows Azure
Nice hat!
C#5, ASP.NET MVC 4, and asynchronous Web applications
Please, post the video already!