http://baldi.myopenid.com/
Name: http://baldi.myopenid.com/
Score: 4,555.45
Last Seen: 665 days, 3 hours, 14 minutes ago
Member Since: 11 January, 2010
DotNetShoutout
atom rss
9
Shouts

“Unplugged” Chat with Me this Thursday - ScottGu's Blog

published 1103 days, 18 hours, 41 minutes ago posted by mithumithu 1105 days, 12 hours, 38 minutes ago
Friday, May 14, 2010 1:34:20 AM GMT Wednesday, May 12, 2010 7:37:23 AM GMT
This Thursday (May 13th) I’m going to be doing another online LIDNUG chat session.  The chat will be from 10:00am to 11:30am Pacific Time. You can learn more about it here and join the chat at the appropriate time with this link. I do these chats a few times a year and they tend to be pretty fun.  Attendees can listen to me talk live via LiveMeeting, and can submit any questions they want to me.  I then answer as many of them as I can in the 90 minutes.  We’ll probably talk a lot about the new feature... (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, LIDNUG, Talks, Visual Studio, ScottGu
6
Shouts

A Brief Discussion On Visual Studio 2010 Top Features - CodeProject

published 1106 days, 5 hours, 1 minute ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 1108 days, 1 hour, 37 minutes ago
Tuesday, May 11, 2010 3:13:40 PM GMT Sunday, May 09, 2010 6:37:39 PM GMT
In this article I will describe about some new features of Visual Studio 2010 which I explored till now. These features are really very useful in terms of productive development. This article is mainly targeted for beginners of Visual Studio 2010 but everybody can get benefit on the same. Author: Kunal Chowdhury - http://www.kunal-chowdhury.com (more)
category: How To | clicked: 0 | comment | | source: www.codeproject.com
tags: Visual Studio 2010, Visual Studio
7
Shouts

When is AJAX an overkill for your ASP.NET-jQuery web applications? Part-1

published 1106 days, 10 hours, 40 minutes ago posted by novogeeknovogeek 1107 days, 6 hours, 10 minutes ago
Tuesday, May 11, 2010 9:34:41 AM GMT Monday, May 10, 2010 2:05:18 PM GMT
AJAX libraries have simplified developer’s life by providing clean & easy-to-use API. Their usage is so simple that we developers over use it, without realizing the performance impacts. In this article, I would like to explain few scenarios in which AJAX can be an overkill for your web apps. (more)
category: Web Dev | clicked: 0 | comment | | source: www.novogeek.com
tags: ASP .NET, JavaScript, jQuery, Ajax
9
Shouts

Pinning Projects and Solutions with Visual Studio 2010 - ScottGu's Blog

published 1105 days, 10 hours, 33 minutes ago posted by mithumithu 1106 days, 14 hours, 10 minutes ago
Wednesday, May 12, 2010 9:42:25 AM GMT Tuesday, May 11, 2010 6:05:19 AM GMT
This is the twenty-fourth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. Today’s blog post covers a very small, but still useful, feature of VS 2010 – the ability to “pin” projects and solutions to both the Windows 7 taskbar as well VS 2010 Start Page.  This makes it easier to quickly find and open projects in the IDE. [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu]VS 2010 Jump List on Windows 7 Taskb... (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, ScottGu, Community News
6
Shouts

jQuery, ASP.NET, and Browser History - Stephen Walther

published 1109 days, 12 hours, 36 minutes ago posted by MayankSriMayankSri 1110 days, 5 hours, 11 minutes ago
Saturday, May 08, 2010 7:38:35 AM GMT Friday, May 07, 2010 3:03:38 PM GMT
Nice use of URL Fragments (more)
category: Web Dev | clicked: 2 | comment | | source: stephenwalther.com
9
Shouts

User Interface Testing with Selenium Vs. Coded UI | devermind.com

published 1109 days, 12 hours, 36 minutes ago posted by http://claimid.com/adriangrigorehttp://claimid.com/adriangrigore 1111 days, 48 minutes ago
Saturday, May 08, 2010 7:38:35 AM GMT Thursday, May 06, 2010 7:26:55 PM GMT
This week I needed to write some automated UI level tests for my current web project (LogMyTime Zeiterfassung). After a bit of research, I narrowed the list of candidates down to Selenium and Visual Studio UI Automation testing (a.k.a. Coded UI). Then I spent a couple of hours with each tool to see what works better for me. This article gives a summary of my first impression. (more)
category: Web Dev | clicked: 54 | comment | | source: devermind.com
tags: Test Automation, Coded UI Test, Web application, Selenium
5
Shouts

Interface contracts – forcing code contracts through interfaces

published 1107 days, 9 hours, 14 minutes ago posted by gpeipmangpeipman 1108 days, 2 hours, 16 minutes ago
Monday, May 10, 2010 11:01:12 AM GMT Sunday, May 09, 2010 5:58:34 PM GMT
Sometimes we need a way to make different implementations of same interface follow same rules. One option is to duplicate contracts to all implementation but this is not good option because we have duplicated code then. The other option is to force contracts to all implementations at interface level. In this posting I will show you how to do it using interface contracts and contracts class. (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: Code Contracts, Visual Studio 2010, interface contracts
5
Shouts

C# Optional Parameters

published 1107 days, 9 hours, 14 minutes ago posted by BlackWaspBlackWasp 1108 days, 3 hours, 14 minutes ago
Monday, May 10, 2010 11:01:12 AM GMT Sunday, May 09, 2010 5:00:51 PM GMT
C# 4.0 introduces optional parameters to the language for methods, constructors, indexers and delegates. Optional arguments can be defined within a member's signature but omitted from calls to that member, in which case default values are used instead. (more)
category: How To | clicked: 0 | comment | | source: www.blackwasp.co.uk
10
Shouts

jQuery Templates and Data Linking (and Microsoft contributing to jQuery) - ScottGu's Blog

published 1109 days, 12 hours, 36 minutes ago posted by mithumithu 1110 days, 12 hours, 16 minutes ago
Saturday, May 08, 2010 7:38:35 AM GMT Friday, May 07, 2010 7:58:49 AM GMT
The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today. Two years ago I announced that Microsoft would begin offering product support for jQuery, and that we’d be including it in new versions of Visual Studio going forward. By default, when you create new ASP.NET Web Forms and ASP.NET MVC projects with VS 2010 you’ll find jQuery automatically added to your project. A few weeks ago during my second keynote at the MIX 2010 confe... (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, .NET, Microsoft, Visual Studio, JavaScript, VS2010, jQuery, Ajax, ScottGu, ASP.NET
7
Shouts

HanselMinutes - Show #213 - Aspect Oriented Programming (AOP) and LinFu with Philip Laureano

published 1108 days, 10 hours, 52 minutes ago posted by mithumithu 1108 days, 15 hours, 32 minutes ago
Sunday, May 09, 2010 9:23:22 AM GMT Sunday, May 09, 2010 4:42:57 AM GMT
Scott talks to AOP expert Philip Laureano about Aspect Oriented Programming. Is it the missing piece of the Object Orient Programming puzzle? It sounds scary but is it? Should I start using IL Rewriting and Dynamic Proxies on my next project, or is it too dangerous? All this and more as Scott and Philip learn about LinFu, an Open Source project that enables these scenarios and more! (more)
category: Podcast | clicked: 2 | comment | | source: www.hanselminutes.com
tags: AOP, LinFu, HanselMinutes, Dynamic Proxy
8
Shouts

RIA Services - Enterprise Patterns with WCF RIA Services

published 1110 days, 7 hours, 15 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1112 days, 12 hours, 34 minutes ago
Friday, May 07, 2010 1:00:09 PM GMT Wednesday, May 05, 2010 7:40:28 AM GMT
Learn how to leverage WCF RIA Services in your Silverlight applications. Michael D. Brown uses an extensive point-of-sale program to illustrate how to meet the needs of the simplest to the most complex business apps with various enterprise design patterns. (more)
category: Metro | clicked: 0 | comment | | source: msdn.microsoft.com
tags: RIA, Silverlight, RIA Services, MSDN, riaservices, WCF RIA Services, MSDN Magazine
7
Shouts

Code Contracts: Hiding ContractException

published 1110 days, 7 hours, 15 minutes ago posted by gpeipmangpeipman 1112 days, 12 hours, 48 minutes ago
Friday, May 07, 2010 1:00:09 PM GMT Wednesday, May 05, 2010 7:26:51 AM GMT
It’s time to move on and improve my randomizer I wrote for an example of static checking of code contracts. In this posting I will modify contracts and give some explanations about pre-conditions and post-conditions. Also I will show you how to avoid ContractExceptions and how to replace them with your own exceptions. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: Exception Handling, Code Contracts, Visual Studio 2010
5
Shouts

Run console application from a .net application

published 1109 days, 12 hours, 36 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 1110 days, 14 hours, 58 minutes ago
Saturday, May 08, 2010 7:38:35 AM GMT Friday, May 07, 2010 5:17:14 AM GMT
To execute command line (console applications) in the shell or via command prompt (cmd) from a .NET application can be done easily. But when it should be more than fire and forget, it becomes more complicated. (more)
category: How To | clicked: 0 | comment | | source: www.code-in.net
tags: .NET, BCL, Console
4
Shouts

SEO for Blogengine.net

posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 1113 days, 8 hours, 46 minutes ago
Tuesday, May 04, 2010 11:28:47 AM GMT
BlogEngine.NET is already optimized for search engines, but there are some points which have to receive attention, like adding tags and a description to your blog posts. With the robots.txt and the sitemap feature of BlogEngine.NET you have the possibility to affect the search results which search engines like Google shows. (more)
category: How To | clicked: 2 | comment | | source: www.code-in.net
tags: BlogEngine.NET, SEO
12
Shouts

Innovation Showcase : Team Foundation Server Power Tools Released!

published 1119 days, 13 hours, 15 minutes ago posted by jbarnesjbarnes 1120 days, 21 hours, 53 minutes ago
Wednesday, April 28, 2010 7:00:19 AM GMT Monday, April 26, 2010 10:21:29 PM GMT
26 April 2010 Team Foundation Server Power Tools Released! Check-out these great new Power Tools just released for TFS 2010: Alerts Explorer A plug-in to Visual Studio, Alerts Explorer provides a graphical user interface that supports flexible subscription of alerts based on check-in, work item change, or build completion. Microsoft Team Foundation Server 2010 Best Practices Analyzer   To launch the Microsoft Team Foundation Server 2010 Best Practices Analyzer, click Start, point to All Program... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
9
Shouts

Moses' Blog | Mapping Conceptual Model Function to Complex Type in Entity Framework 4.0

published 1137 days, 8 hours, 29 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1139 days, 11 hours, 54 minutes ago
Saturday, April 10, 2010 11:45:33 AM GMT Thursday, April 08, 2010 8:20:56 AM GMT
Introduction You might hear of KiGG, the open source project that is currently live as http://dotnetshoutout.com. I wanted to expose part of KiGG data as an OData Service for read only. But I figured out that exposing raw KiGG schema might not be useful. So I had to choose between 2 options that were up to my mind:Build some views on the physical store -database-. Create a new entity data model for those views and use the new data model context for DataServiceContext.Use Entity Framework 4.0 conceptual ... (more)
category: How To | clicked: 1 | comment | | source: mosesofegypt.net
tags: linqtoentities, entityframework4, EF4, entityframework, DataServices, OData
6
Shouts

Better Coding - Better Coding with Visual Studio 2010

published 1141 days, 10 hours, 36 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1142 days, 5 hours, 51 minutes ago
Tuesday, April 06, 2010 9:38:53 AM GMT Monday, April 05, 2010 2:23:49 PM GMT
From functional IDE improvements to better support for parallel programming, Visual Studio 2010 comes with a host of new features to help meet the needs of today’s demanding, ever-changing development environment. Doug Turnure provides an overview of the more important ones and practical advice on how to use them. (more)
category: How To | clicked: 0 | 1 comment | | source: msdn.microsoft.com
tags: VS.Net 2010, MSDN, VS 2010, MSDN Magazine
9
Shouts

Back to (Parallel) Basics Do you really want to do that? or Why doesn't the new Parallel.For support BigInteger? - Scott Hanselman

published 1123 days, 9 hours, 43 minutes ago posted by jantujantu 1125 days, 10 hours, 23 minutes ago
Saturday, April 24, 2010 10:32:07 AM GMT Thursday, April 22, 2010 9:52:22 AM GMT
Got an interesting question on Twitter, and got a fabulous answer in email from Stephen Toub, who happens to be my most favorite multi-threaded person. Here's the question. "why doesn't the new parallel.for support BigInteger?"It's an interesting question for a few reasons. First, it's interesting because it's a question about the new parallel stuff in .NET 4 and Visual Studio 2010 that lets the developer take parallel problems that would be very hard and makes them extremely easy. For example, you can... (more)
category: How To | clicked: 51 | comment | | source: www.hanselman.com
tags: Programming, VS2010., Back to Basics
7
Shouts

Silverlight 4 Training Kit - ScottGu's Blog

published 1124 days, 9 hours, 6 minutes ago posted by mithumithu 1124 days, 17 hours, 8 minutes ago
Friday, April 23, 2010 11:09:19 AM GMT Friday, April 23, 2010 3:07:10 AM GMT
We recently released a new free Silverlight 4 Training Kit that walks you through building business applications with Silverlight 4.  You can browse the training kit online or alternatively download an entire offline version of the training kit.  The training material is structured on teaching how to use the new Silverlight 4 features to build an end to end business application. The training kit includes 8 modules, 25 videos, and several hands on labs. Below is a breakdown and links to all of the conte... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: .NET, Lab, Download, training kit, Silverlight 4, Visual Studio, ScottGu, applications
9
Shouts

How To Build a Group SMS Application with ASP.NET MVC

published 1123 days, 9 hours, 43 minutes ago posted by http://john-sheehan.com/http://john-sheehan.com/ 1124 days, 20 hours, 29 minutes ago
Saturday, April 24, 2010 10:32:07 AM GMT Thursday, April 22, 2010 11:46:16 PM GMT
A quick walkthrough demonstrating how to build a group SMS application using ASP.NET MVC and Twilio. (more)
category: Web Dev | clicked: 4 | comment | | source: blog.twilio.com
tags: ASP.NET MVC, twilio, REST