Monday 25 January 2010 @ 4:25 pm
Title Of Each Article Video Included With Each Post [...]
Monday 25 January 2010 @ 4:22 pm
Title Of Each Article Video Included With Each Post Part 1 Introduction To RIA Services In Silverlight (This Article) 7 Minutes Part 2 Basic RIA Services And DataGrid With VS 2010 Tooling 14 Minutes Part 3 Adding A DataGrid With Connect The Dots DataBinding in VS [...]
Monday 25 January 2010 @ 4:20 pm
Title Of Each Article Video Included With Each Post Part 1 Introduction To RIA Services In Silverlight (This Article) 7 Minutes Part 2 Basic RIA Services And DataGrid With VS 2010 Tooling 14 Minutes Part 3 Adding A DataGrid With Connect The Dots DataBinding in VS [...]
Monday 25 January 2010 @ 4:16 pm
Title Of Each Article Video Included With Each Post [...]
Monday 25 January 2010 @ 3:51 pm
Title Of Each Article Video Included With Each Post Part 1 Introduction To RIA Services In Silverlight (This Article) 7 Minutes Part 2 Basic RIA Services And DataGrid With VS 2010 Tooling 14 Minutes Part [...]
Sunday 24 January 2010 @ 2:59 pm
The problem is that I’m trying to keep track of the exact URL a person selects including the request parameter. That is, I have a URLs that can be played as follows: http://video.peterkellner.net/TestPage.html?src=P1_Intro.wmv http://video.peterkellner.net/TestPage.html?src=P2_BasicRIANoTooling.wmv I’ve actually got 7 videos that I want people to be able to play. [...]
Saturday 23 January 2010 @ 12:41 pm
Title Of Each Article Video Included With Each Post Part 1 Introduction To RIA Services In Silverlight (This Article) 7 Minutes Part 2 Basic RIA Services And DataGrid With VS 2010 Tooling 14 Minutes Part 3 Adding A DataGrid With Connect The Dots DataBinding in VS [...]
Wednesday 20 January 2010 @ 12:12 pm
This series of video presentations goes through the process of building a Speaker and Sessions Viewer for Silicon Valley Code Camp’s data using PDC09 presentation here and am very thankful for the help. I’m personally very excited about the opportunities Silverlight 4.0, RIA Services, I’m back and very excited. [...]
Tuesday 19 January 2010 @ 9:55 am
I’ve blogged before about how much I like The Question On Finalbuilder Forums The Delay action does not seem to let me put a %delayseconds% type variable in the counter fields for setting. I want to set the delay to x number of minutes based on some variable. How can I do [...]
Wednesday 13 January 2010 @ 8:13 am
NOTE ADDED 1/25/2010 by PETER KELLNER: Just finished 7 blog posts that each have video that basically follows was was done in the presentation. They are linked here on this blog at: http://peterkellner.net/category/ria-services/ I just volunteered to present at the next Bay.Net Meeting (San Francisco, [...]
Monday 11 January 2010 @ 9:09 am
For those of you that have been sleeping for the past year, Cloud computing is Hot! Amazon more or less lead the way with their cloud computing platforms for the longest time with new comers like GoGrid, Google and Microsoft coming along with their own offerings more recently. The offerings are quite complex, [...]
Wednesday 23 December 2009 @ 4:11 pm
Mats and I met today in Palo Alto for lunch to talk about the upcoming Ext Core Developer, and of course seeing old friends. We also talked about Mats incorporating his schedule component into the
Monday 21 December 2009 @ 9:48 am
Say you have some logging in your code that finds something unusual going on. In my case, I have a DataContext that I check to make sure it’s not already open before I open it. The method that I call the DataContext in is a utility method that is buried many layers down. [...]
Saturday 19 December 2009 @ 6:52 pm
So, if you are like me, it’s easy to make mistakes on whether to use && or || when combining variables on if statements. I hate to just start nesting if statements because the code gets bulky, but if not, I have to think three times about whether I got it right. [...]
Monday 14 December 2009 @ 10:36 am
You all know that I’ve blogged quite a bit about LINQ2SQL. That technology has saved me a huge amount of programming effort verses using ado.net directly. We all know that LINQ2SQL is really just a stepping stone to Visual Studio 2010 beta 2. It’s obviously not done, but from what I’ve seen, when [...]
Monday 7 December 2009 @ 6:14 pm
This is probably something pretty simple, hardly worth blogging about, but it took me a little while (15 minutes) to figure out how to open a file C#. Say you have a block of code like the following for simply reading all lines of a file: StreamReader streamReader = new StreamReader("myfile.txt")
string [...]
Friday 4 December 2009 @ 11:27 am
This one is just to amazing to not blog about. I’ve been a die heart ReSharper Icon that is) so I hovered over to see what it wanted.
And, I chose what it suggested, and wow! check this out. The way I should have coded it in the first place.
private static int GetTransitTime(string [...]
Wednesday 2 December 2009 @ 7:10 pm
My friend Mats Bryntse, who you may know from our our San Francisco ExtJS developer who builds the highest quality stuff so definitely worth your time if you need a component like this. Good Luck!
Wednesday 2 December 2009 @ 1:05 pm
I’m currently watching an online video (400 level, very high) from PLINQ, this can be avoided with clean error free code (as long as my method is thread safe). Here is some simple code that demonstrates this. var result =
source.AsParallel().Where
(x => [some condition]).Select(x => [something]);
.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier [...]
Wednesday 18 November 2009 @ 9:58 pm
Silverlight, JavaScript, Forms, etc.). RIA services has been on my radar for quite some time. I was hoping to get some good conversations about this, but never expected to get almost an hour with Scott Guthrie,
|