Tugberk
http://tugberkugurlu.com/
@tourismgeek
Kind of a .Net programmer, Undergraduate at @muglauniversity. C#, MS SQL, ASP.Net, ASP.Net MVC, Razor & JQuery Stuff...
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Episode 105 - General Availability of Windows Azure Infrastructure as a Service (IaaS)
Apr 19, 2013 at 11:54 AMBuilding Real-time Web Apps with ASP.NET SignalR
Dec 28, 2012 at 5:45 AM@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
Dec 28, 2012 at 5:42 AM@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.
Nov 05, 2012 at 11:43 PM@Rowan
Super cool! Thanks Rowan.
Easy Asynchrony with C#: No More Callbacks!
Nov 04, 2012 at 4:28 AMGreat 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.
Nov 04, 2012 at 1:17 AMSuper 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
Jul 24, 2012 at 8:23 AMThis 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
Jun 01, 2012 at 7:38 AMgreat 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
May 31, 2012 at 12:23 PMOk, 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
Apr 16, 2012 at 2:04 PMGreat 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)
See more comments…