http://web2trends.blogspot.com/
Name: http://web2trends.blogspot.com/
Score: 167.09
Last Seen: 961 days, 11 hours, 8 minutes ago
Member Since: 9 November, 2009
DotNetShoutout
atom rss
10
Shouts

Introducing ‘Vingy’ Add-in for VS2010 – Search StackOverflow, CodeProject, DotNetKickS etc easily from with in Visual Studio

published 959 days, 12 hours, 54 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 961 days, 17 hours, 28 minutes ago
Wednesday, October 06, 2010 12:27:15 PM GMT Monday, October 04, 2010 7:54:05 AM GMT
Vingy let you search the web (mainly sites like StackOverflow, CodeProject, MSDN etc) in a non intrusive way, with out leaving the IDE. Vingy is a simple, but effective add in for Visual Studio 2010 so that you can search the web in a non intrusive way, and can filter results based on sources. (more)
category: UX | clicked: 1 | comment | | source: amazedsaint.blogspot.com
tags: .NET, C#, WPF, Visual Studio, Tools
7
Shouts

Dynamic Filtering and Querying in Your .NET applications - Using Mono’s C

published 965 days, 20 hours, 27 minutes ago posted by http://web2trends.blogspot.com/http://web2trends.blogspot.com/ 966 days, 16 hours, 23 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Wednesday, September 29, 2010 8:58:16 AM GMT
In my last post, I explained how to host Mono’s C# Compiler As A Service in your .NET applications. In this post, we’ll explore this a bit further, and see how to leverage Mono’s compiler as a service for implementing some dynamic querying features in your .NET applications. Read my first post How To Host Mono’s C# Compiler as a Service in your .NET Application if you missed it. Now, let us explore some more points about using Mono’s C# Compiler as a Service in general, and the ‘Evaluator’ class in par... (more)
category: How To | clicked: 0 | comment | | source: amazedsaint.blogspot.com
tags: Mono, .NET, C#
2
Shouts

Published Software Design Patterns For Everyone Ebook

published 976 days, 11 hours, 7 minutes ago posted by http://web2trends.blogspot.com/http://web2trends.blogspot.com/ 977 days, 17 hours, 55 minutes ago
Sunday, September 19, 2010 2:14:31 PM GMT Saturday, September 18, 2010 7:26:45 AM GMT
Aggregated some of my earlier articles on design patterns (I published in code project), and published an e-book on the same over Scribd. The objective is to introduce software design patterns to you in a simple, human readable, and funny (?) way - in the context of designing a soccer engine - By discussing the thought process behind applying design patterns Software Design Patterns Made Simple (more)
category: How To | clicked: 5 | comment | | source: amazedsaint.blogspot.com
9
Shouts

What is LINQ to Events a.k.a RX Framework?

published 1070 days, 11 hours, 45 minutes ago posted by http://amazedsaint-intutions.blogspot.com/http://amazedsaint-intutions.blogspot.com/ 1071 days, 14 hours, 23 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Wednesday, June 16, 2010 10:59:04 AM GMT
I received a mail some time back, asking me to “clarify in simple words the concept of LINQ to Events”. This is a quick post on LINQ to Events a.k.a the RX Framework, and the objective of this post is to high light some of my previous posts on the same topic. NET Rx team (this is not an official name) found that any push sequence (events, callbacks) can be viewed as a pull sequence (as we normally do while accessing enumerables) as well – or they are Dual in nature. In short observer/observable pattern... (more)
category: How To | clicked: 3 | comment | | source: amazedsaint.blogspot.com
tags: .NET, Reactive, System.Reactive, C#
13
Shouts

Creating a custom View Engine for ASP.NET MVC leveraging Text Templates (T4)

published 1072 days, 11 hours, 32 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1076 days, 13 hours, 35 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Friday, June 11, 2010 11:46:13 AM GMT
This post is about creating a custom View Engine for ASP.NET MVC, leveraging the Text Template (T4) infrastructure already out there, and this is largely experimental :). This is in fact a spin off idea of some thing else I was doing :). [+] Download Related Source Code For me, the most beautiful aspect of ASP.NET MVC is it’s extensibility – they way you can ‘stretch’ the framework, to make it suitable for your own needs. I highly recommend you to read this article from Code Climber’s blog - 13 ASP.NET... (more)
category: Web Dev | clicked: 0 | comment | | source: amazedsaint.blogspot.com
tags: ASP.NET MVC, C#, MVC
8
Shouts

Developing for Multicore machines. Tasks in .NET 4.0 - Why/What/How?

published 1113 days, 15 hours, 33 minutes ago posted by http://web2trends.blogspot.com/http://web2trends.blogspot.com/ 1115 days, 7 hours, 22 minutes ago
Wednesday, May 05, 2010 9:48:26 AM GMT Monday, May 03, 2010 5:59:48 PM GMT
With those multi core processors everywhere, support for parallelism is an already implicit requirement for any new application. This post explores how easily you can implement parallel features in your application, with Tasks in .NET 4.0. (more)
category: How To | clicked: 1 | 2 comments | | source: amazedsaint.blogspot.com
tags: C#, tasks, .Net 4.0, Parallelism
10
Shouts

Bing Maps oData Windows Phone 7 - Nerd Dinner Client For Windows Phone 7

published 1133 days, 13 hours, 47 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1134 days, 13 hours, 52 minutes ago
Thursday, April 15, 2010 11:34:26 AM GMT Wednesday, April 14, 2010 11:29:11 AM GMT
Here is a quick Windows Phone 7 client for Nerd Dinner. You can query the Nerd Dinner oData endpoint and see the dinners in the Bing maps as push pins. Also, you can select a Push Pin to view the related details of the dinner. Source code is available here It is a spin off of my actual Silverlight + oData + Bing Maps Client for Nerd Dinner It was a quick 1-2 hour work. Myself and Shoban was discussing this for some time, and today we spend some time together in Tech Ed India 2010 – and did a quick port... (more)
category: Metro | clicked: 3 | 1 comment | | source: amazedsaint.blogspot.com
tags: Silverlight, Windows Phone 7, Bing Maps, NerdDinner, OData
5
Shouts

.NET Journal Digest 2009-10 – Few Handpicked Articles on Silverlight, WPF, .NET 4.0

posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1143 days, 14 hours, 38 minutes ago
Monday, April 05, 2010 10:43:35 AM GMT
I was thinking about creating a Blog digest, by picking few nice articles on Silverlight, WPF, .NET 4.0 etc. I finally did that over the weekend. Silverlight: Creating a Silverlight Client for @shanselman ’s Nerd Dinner, using oData and Bing MapsBehaviors, Triggers and Actions in Silverlight And WPF Made Simple – Part I – BehaviorsBehaviors, Triggers and Actions in Silverlight And WPF Made Simple – Part 2 – TriggersSilverdraw: A collaboration board using SIlverlight + WCF - Source Code & Intro Arti... (more)
category: Metro | clicked: 0 | 1 comment | | source: amazedsaint.blogspot.com
tags: Silverlight, C#, WPF, .Net 4.0
9
Shouts

oData + Silverlight + Bing Maps - Creating A Cool Client for @shanselman ’s Nerd Dinner

published 1140 days, 11 hours, 30 minutes ago posted by http://amazedsaint-articles.blogspot.com/http://amazedsaint-articles.blogspot.com/ 1143 days, 14 hours, 35 minutes ago
Thursday, April 08, 2010 1:51:53 PM GMT Monday, April 05, 2010 10:46:43 AM GMT
Creating a Silverlight + Bing maps client using NerdDinner's oData endpoint Final app - http://amazedsaint.net/nerddinner Source Code - http://amazedsaint.net/nerddinner/silverlightnerddinner.zipWhat we’ll be doing? The Silverlight read only client can pull Dinners and RSVPs from Nerd Dinner website over t... (more)
category: Metro | clicked: 3 | 1 comment | | source: amazedsaint.blogspot.com
tags: Silverlight, NerdDinner, Bing, OData
6
Shouts

Key Take Aways and Links from #Mix10 Keynote - Silverlight Windows Phone 7 XNA

published 1163 days, 12 hours, 1 minute ago posted by http://amazedsaint-projects.blogspot.com/http://amazedsaint-projects.blogspot.com/ 1164 days, 7 hours, 3 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 6:18:21 PM GMT
Watching online the Mix 10 Keynote from Scott Guthrie. Here we go, the key take aways listed below. FeaturesWindows Phone 7 can hosts the same Silverlight runtime as the web platform. Supports media experiences Supports deep zoom WP7 initially will run a superset of Silverlight 3 with phone-specific extensions like accelerometer. Silverlight penetration now at 60% (was 45% during PDC, this is news for me) Windows Phone 7 supports 'traditional' development platforms - Visual Studio 2010, Blend. Windows Ph... (more)
category: Metro | clicked: 0 | 2 comments | | source: amazedsaint.blogspot.com
tags: Silverlight, Windows Phone 7, C#, Mix10K
9
Shouts

C# 4.0 dynamic keyword for Dummies – Under the hood

published 1174 days, 10 hours, 48 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1175 days, 16 hours, 12 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 9:09:33 AM GMT
In this post, we’ll go back to the basics to uncover few interesting aspects of C# 4.0 dynamic features. Let us start with a simple experiment. Static Typing or Early Binding Let us start with a bare minimum program. Fire up VS2010 and try the following code. It is obvious that this won’t compile. Simply because, the compile/design time checking ensures type safety - and as we don’t have a method named SomeStupidCall in our Human class, we can’t compile the same. So, that is what you get. Du... (more)
category: How To | clicked: 2 | 1 comment | | source: amazedsaint.blogspot.com
tags: dynamic, C#, C# 4.0, VS2010
12
Shouts

Introducing ElasticObject for .NET 4.0 - An easier way to work with XML in CSharp, A Smarter Cousin of ExpandoObject.

published 1186 days, 6 hours, 46 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1188 days, 7 hours, 45 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 5:36:55 PM GMT
This is an intro post on the ‘ElasticObject’ concept I’ve implemented some time back – First of all, let us see what exactly the ElasticObject implementation is capable off. After that we might touch the implementation details. To start with, here are few scenarios you can use ElasticObjectAn easier, fluid way to work with data formats – like XML and JSON. Presently, we’ve some support for XML. Cleaner code though it is duck typed A ... (more)
category: How To | clicked: 12 | 2 comments | | source: amazedsaint.blogspot.com
tags: .NET, dynamic, C#, XML, DynamicObject
7
Shouts

A 10 minute ASP.NET MVC Twitter Search App – Using a Duck Typed (dynamic) View Model using ElasticObject

published 1184 days, 19 hours, 22 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1185 days, 14 hours, 57 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Monday, February 22, 2010 10:25:05 AM GMT
The objective of this article is to demonstrate how to use duck typed (dynamic) view models with ASP.NET MVC, especially when you work with fluid data stores like XML. As we are using .NET dynamic features, you’ll need VS2010 beta or RC to work with the samples. Full source code is available, but I’ll recommend you to go through the article before you download. [v] Download Twitter Search AspNetMvcDemoApp The Application Alright, to start with, have a look at the application screen shot below. It is a... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: amazedsaint.blogspot.com
tags: .NET, .Net 4.0, MVC, ASP.NET
10
Shouts

Silverlight in Windows Phone 7 and beyond. Why Silverlight is going to be ‘The’ development platform

published 1189 days, 11 hours, 16 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1190 days, 18 hours, 47 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Wednesday, February 17, 2010 6:34:19 AM GMT
Remember the “Three Screens and a Cloud” phrase coined by Ray Ozzie? To understand why it is such a brilliant vision, just take a step back and see what percentage of your time you end up spending with these three screens – your PC, your phone and the Television hanging in front of you. And suddenly, you’ll realize that all recent announcements from Microsoft – be it Azure, Live Services, Bing, Silverlight, Windows 7 or the brand new Windows Phone 7 Series - is just individual pieces of a larger puzzle, ... (more)
category: Metro | clicked: 0 | 1 comment | | source: amazedsaint.blogspot.com
tags: Software Design, Silverlight, Windows Phone 7, Architecture
9
Shouts

Top 5 Common programming mistakes .NET developers must avoid !!

published 1199 days, 11 hours, 41 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1199 days, 16 hours, 24 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Monday, February 08, 2010 8:57:43 AM GMT
Some time back, I asked a question in Stackoverflow.com, about common programming mistakes .NET developers must avoid. The response was awesome, to say the least. I’m just listing down the top 5 developer crimes I picked, from the answers I received (regardless the votes). (more)
category: How To | clicked: 3 | 3 comments | | source: amazedsaint.blogspot.com
tags: .NET, Software Develeopment, C#, programmers
10
Shouts

Behaviors, Triggers and Actions in Silverlight And WPF Made Simple – Part 2 – Triggers

published 1212 days, 11 hours, 48 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1212 days, 20 hours, 14 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Tuesday, January 26, 2010 5:07:55 AM GMT
Triggers and Actions – Scratching the Surface A Trigger can invoke a set of Actions, when it is fired. For example, you can nest few actions (like PropertyChangeAction to change a property of an element) in an EventTrigger, so that those actions will get executed when a specific Event occurs. You can attach more than one trigger to an element. If you have some WPF background, you may quickly remember the DataTriggers, MultiDataTriggers etc. There are various Triggers and Actions that comes ‘out of the b... (more)
category: Metro | clicked: 1 | 2 comments | | source: amazedsaint.blogspot.com
tags: Silverlight Expression Blend
12
Shouts

Behaviors, Triggers and Actions in Silverlight And WPF Made Simple – Part I - Behaviors

published 1216 days, 16 hours, 19 minutes ago posted by http://web2trends.blogspot.com/http://web2trends.blogspot.com/ 1219 days, 13 hours, 26 minutes ago
Friday, January 22, 2010 9:02:39 AM GMT Tuesday, January 19, 2010 11:55:29 AM GMT
The objective of this article series is to give a quick overview of Behaviors, Triggers and Actions in Silverlight and WPF. Together, they enable a great deal of design time interactivity for your UI. They also make possible re-use and re-distribution of interaction logic. This is the first article in the series, and I’ll explain about Behaviors, and also we’ll create a custom behavior. In this post, we’ll play around with Microsoft Expression Blend 4.0 beta a bit, to help us understand the concept furt... (more)
category: Metro | clicked: 0 | 1 comment | | source: amazedsaint.blogspot.com
tags: Silverlight, WPF, Blend, Behaviors
8
Shouts

WPF Extensibility Hacks – Preview 1 – Few interesting Triggers and Actions for WPF, Invoking Triggers based on Conditions etc

published 1220 days, 14 hours, 40 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1223 days, 20 hours, 18 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Friday, January 15, 2010 5:04:05 AM GMT
A set of extensibility hacks for WPF. A few interesting triggers and actions, including EventTrigger, ReactiveTrigger, InvokeMethodAction, and InvokeCommandAction. Also allows invoking Triggers and Actions based on Conditions. Just want to have a quick word on what is available. Here are a couple of points about Wex. Wex is built on top of the System.Windows.Interactivity infrastructure. Wex allows you to define multiple conditions for invoking triggers (like you can specify a KeyDown event trigger sh... (more)
category: UX | clicked: 1 | 1 comment | | source: amazedsaint.blogspot.com
tags: C#, WPF, Visual Studio
8
Shouts

Slex For Silverlight Preview 2 – Conditionally invoking Triggers

published 1240 days, 11 hours, 52 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1240 days, 19 hours, 11 minutes ago
Tuesday, December 29, 2009 1:29:13 PM GMT Tuesday, December 29, 2009 6:10:28 AM GMT
As of now, Slex Preview 2 Provides the following Triggers EventTrigger – Will be fired when an event is raised. Can listen to events of Elements, or events from your view model PropertyTrigger – Will be fired when the specified property changes. Can listen to properties of Elements, or property in your view model ReactiveTrigger – Can ‘import’ an Observable that you may ‘export’ using MEF. Useful to define and use custom events using System.Reactive. And the following actions Invok... (more)
category: Metro | clicked: 1 | 1 comment | | source: amazedsaint.blogspot.com
tags: .NET, Silverlight, C#, MEF, Blend, Expression
7
Shouts

Introducing Slex - Silverlight Experimental Hacks – Now you’ve a PropertyTrigger, EventTrigger, InvokeCommandAction etc.

published 1254 days, 13 hours, 40 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1255 days, 6 hours, 18 minutes ago
Tuesday, December 15, 2009 11:41:59 AM GMT Monday, December 14, 2009 7:03:25 PM GMT
Slex is built on top of System.Windows.Interactivity framework, and supports a couple of interesting Triggers and Actions. This includes EventTrigger, PropertyTrigger, InvokeCommandAction, InvokeMethodAction etc. This is the intro screen of the related demo, and I’ll explain a bit on each item. The download link ... (more)
category: Metro | clicked: 0 | 1 comment | | source: amazedsaint.blogspot.com
tags: .NET, Silverlight, Blend, Visual Studio