http://baldi.myopenid.com/
Name: http://baldi.myopenid.com/
Score: 4,555.45
Last Seen: 669 days, 2 hours ago
Member Since: 11 January, 2010
DotNetShoutout
atom rss
10
Shouts

ASP.NET MVC 2.0 Validation

published 1090 days, 8 hours, 21 minutes ago posted by sonukapoorsonukapoor 1093 days, 2 hours, 45 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Friday, May 28, 2010 4:15:40 PM GMT
An overview of validation in ASP.NET MVC 2.0. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: Validation, MVC, ASP.NET
5
Shouts

Introduction to the Reactive Extensions for JavaScript – Wrapping the Dojo API - Matthew Podwysocki - CodeBetter.Com

published 1091 days, 8 hours, 27 minutes ago posted by ScottScott 1092 days, 17 hours, 48 minutes ago
Sunday, May 30, 2010 10:32:51 AM GMT Saturday, May 29, 2010 1:12:00 AM GMT
Recently in some of the comments I’ve received (keep them coming BTW), I get questions about taking existing APIs and moving them towards using the Reactive Extensions for JavaScript (RxJS). How can we get away from constant callback hell and move towards composable asynchronous and event-based blocks instead? In this post, I’m going to walk through how we wrapped the Dojo Toolkit APIs to provide both event handling and AJAX functionality.... (more)
category: Web Dev | clicked: 6 | comment | | source: codebetter.com
tags: Reactive Framework, Reactive Extensions for JavaScript, Ajax, RxJS
5
Shouts

Understanding LINQ to SQL (7) Data Changing - Dixin's Blog

published 1090 days, 8 hours, 21 minutes ago posted by rajuraju 1092 days, 2 hours, 33 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Saturday, May 29, 2010 4:27:01 PM GMT
[LINQ via C# series] After understanding how to retrieve data with LINQ to SQL, now take a look at data change (create (insert) / update / delete).Object Identity When changing data queried by LINQ to SQL, one common confusion for LINQ to SQL beginners is the object identity. Identity of entity objects The models working in LINQ to SQL are mappings of SQL Server database stuff, like one .NET entity object in the mummery is the mapping of one record in the database table, etc. Generally speaking, withi... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Linq To SQL, C#, LINQ via C# Series, TSQL, Visual Studio, Linq
5
Shouts

.NET Framework Targeting Error (.NET Framework Client Profile) - Janiv Ratson's Blog

posted by janivjaniv 1094 days, 12 hours, 19 minutes ago
Thursday, May 27, 2010 6:41:12 AM GMT
.NET Framework Targeting Error (.NET Framework Client Profile) Two of my colleagues: Alon Nativ and Ziv Farjun have found an interesting, yet confusing, issue in Visual Studio 2010 and .NET Framework 4. They work on a .NET Framework 4 solution which includes few .NET Framework 4 projects. To test the project they created a Console Application project, added a reference to their other projects, used the appropriate namespace, and created a class that is defined in one of their projects. Everything is ma... (more)
category: How To | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: .NET Framework Client Profile, Dev, Visual Studio 2010, Client Profile, .NET Framework 4.0
3
Shouts

Creating Dynamic Windows 7 Taskbar Overlay Icons - Pete Brown

published 1090 days, 8 hours, 21 minutes ago posted by jantujantu 1091 days, 8 hours, 58 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 10:02:10 AM GMT
Icons.NETWPFwin7WindowsClientThis is adapted from my recent "Creating your First WPF Application"post. I felt the dynamic overlay was interesting enough to pull out into a separate post.WPF hasgood integration with the Windows 7 taskbar. One of the moreinteresting ways to integrate with the taskbar is to show anoverlay icon. Most examples of this show how to overlay a staticimage or some visuals. I wanted to go one step further and display some... (more)
category: Metro | clicked: 0 | comment | | source: 10rem.net
tags: .NET, WindowsClient, win7, WPF
3
Shouts

How To Build UAC Compatible Application In .NET

published 1090 days, 8 hours, 21 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 1091 days, 5 hours, 42 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 1:17:54 PM GMT
We all know about a feature called User Account Control (UAC) which introduced with the launch of Windows Vista. By default, UAC is enabled and provides users a better and safer computing experience, but most of the users find it irritating when the UAC prompts everytime they try to run a program. Disabling UAC is not recommended at all. With UAC enabled programmers find it difficult to access some of the locations on the local drive. Programatically you cannot write or create a file or directory in roo... (more)
category: How To | clicked: 11 | comment | | source: www.midnightprogrammer.net
tags: C# 4.0 .NET, w2k8, Windows 7
4
Shouts

Code Rush Vs. ReSharper - Jesse Liberty

published 1090 days, 8 hours, 21 minutes ago posted by jantujantu 1091 days, 4 hours, 6 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 2:54:37 PM GMT
Its funny how sometimes there are pairs of products that contend for “best” and yet seem to be so evenly matched that the decision is often arbitrary, a pick made based on what your friends use, what you used first, which commercial (or Evangelist) is better. Some classics come to mind * Coke v Pepsi * Parallels v Fusion * Starbucks v Pete’s None of that prevents adherents from a total conviction that whatever product they happen to use is far superior (see cognitive dissonance), but I’ve never been ... (more)
category: Metro | clicked: 0 | comment | | source: jesseliberty.com
tags: Programming, Visual Studio, Tools
4
Shouts

Windows 7 Logon Screen Changer

published 1090 days, 8 hours, 21 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 1091 days, 3 hours, 39 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 3:21:39 PM GMT
Recently I was reading an article on some Windows 7 forums on how to change Windows Logon Background. There are manual steps which helps me to change the longon background, but its tedious if I have to do it manually everytime. So I decided to make a tool which can do it for me.  I start up a new project in Visual Studio 2010 and create a new windows application. I am not writing about how I did it, I am just giving away this tool for use. Just Browse and click Change Logon Screen and you are done. P... (more)
category: How To | clicked: 2 | comment | | source: www.midnightprogrammer.net
tags: Windows 7, C#, UI
3
Shouts

patterns & practices Security Guidance Roundup - J.D. Meier

published 1090 days, 8 hours, 21 minutes ago posted by jantujantu 1091 days, 3 hours ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 4:00:40 PM GMT
Software Engineering, Project Management, and EffectivenessThis BlogHomeEmail Blog AuthorRSS for PostsRSS for CommentsAtomSearchAdvanced search options...Search In:EverythingBlogsForumsPeopleGroupsPlacesPagesDate range:All TimeLast YearLast 6 MonthsLast 3 MonthsLast MonthLast WeekLast Two DaysSearchTagsAgileAppArchAzureBloggingCloudDesignEffectivenessFramesGetting ResultsGuidance EngineeringGuidance ExplorerInnovationLeadershipMy Projectspat... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Patterns & Practices
3
Shouts

Linq Basics

published 1090 days, 8 hours, 21 minutes ago posted by abhi2434abhi2434 1091 days, 19 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 6:41:01 PM GMT
Hi Folks, Hope you all are enjoying this blog. Its a long time since I last posted in this blog. As technology is getting richer and richer, I must write something new in this post. Right now it is definitely a phase of all of us to take the new .NET framework 3.5 with having lots of flexibility in both coding as well as technology. Lets start with Whats New in 3.5? You know the three concepts that was added with .NET 3.0 : 1. Windows Communication Foundation (.NETs first attempt to merge all the e... (more)
category: How To | clicked: 0 | 1 comment | | source: www.abhisheksur.com
3
Shouts

Difference Between DirectCast and TryCast

published 1090 days, 8 hours, 21 minutes ago posted by abhi2434abhi2434 1091 days, 22 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 6:38:05 PM GMT
Generally while doing our program in VB.NET or any language whatsoever, we come across some situation where we are in Dilemma of having more than one solution of a single problem. We think thoroughly of our knowledge base, search the Internet to get which one will be the best logic discuss with seniors or otherwise do random choice or anything. As a programmer, I always do face the problem. Let us take the example of casting in .NET. We know, VB.NET always include Microsoft VisualBasic Namespace for ... (more)
category: Architecture | clicked: 0 | comment | | source: www.abhisheksur.com
11
Shouts

Out-Of-Browser Authentication for RIA Services

published 1094 days, 6 hours, 29 minutes ago posted by jbarnesjbarnes 1096 days, 47 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Tuesday, May 25, 2010 6:13:38 PM GMT
Now that Silverlight applications can run out-of-browser, a common question that often arises is how to provide user authentication under this new deployment scenario. The reason this does not work is that the Browser networking stack handles cookies differently than the Client networking stack – which is used in OOB deployments. In this MSDN article, Kyle McClellan shows you how this is now possible by forcing each DomainContext to use a shared CookieContainer. When the Authentication DomainContex... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
4
Shouts

Coding4Fun - Introduction to Silverlight and WPF Pixel Shaders

published 1094 days, 6 hours, 29 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 1095 days, 1 hour, 27 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 5:33:47 PM GMT
Rene Schulte's new article for Microsoft's Coding4Fun site is live. The article explains how to write pixel shaders for Silverlight and WPF, what tools should be used, and how to work with the tools. Furthermore, it shows how to build an extensible Silverlight shader application with the help of the Managed Extensibility Framework (MEF). (more)
category: Metro | clicked: 1 | comment | | source: kodierer.blogspot.com
tags: Silverlight, HLSL, Shader
11
Shouts

Silverlight 4 Tools for Visual Studio 2010 RTW Now Available

posted by jbarnesjbarnes 1096 days, 39 minutes ago
Tuesday, May 25, 2010 6:21:00 PM GMT
The final version of the Silverlight 4 Tools plug-in for Visual Studio is now available for download. Please proceed to the Getting Started page at Silverlight.NET to proceed with the download or click here for the direct link. Silverlight 4 Tools for Visual Studio 2010 includes several features: Support for targeting Silverlight 4 in the Silverlight designer and project system RIA Services application templates and libraries Support for Silverlight 4 elevated trust and out-of-browser appli... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
7
Shouts

Dynamic Type in C# 4.0: The Cool New Thing To Crap On « weirdlover

published 1092 days, 7 hours, 53 minutes ago posted by evannevann 1094 days, 23 hours, 20 minutes ago
Saturday, May 29, 2010 11:06:50 AM GMT Wednesday, May 26, 2010 7:40:13 PM GMT
Even C-daddy Jon Skeet, i.e. demigod of light and braveness, isn’t exactly sure why one might resort to dynamic typing. That inevitably raises the question: why do you, Mr. whoever you are, think that you need to use the dynamic type in your project? (more)
category: Web Dev | clicked: 0 | comment | | source: www.weirdlover.com
tags: C#, Dynamic Type
9
Shouts

ASP.NET: Using pickup directory for outgoing e-mails

published 1091 days, 8 hours, 27 minutes ago posted by gpeipmangpeipman 1094 days, 33 minutes ago
Sunday, May 30, 2010 10:32:51 AM GMT Thursday, May 27, 2010 6:26:50 PM GMT
Sending e-mails out from web applications is very common task. When we are working on or test our systems with real e-mail addresses we don’t want recipients to receive e-mails (specially if we are using some subset of real data9. In this posting I will show you how to make ASP.NET SMTP client to write e-mails to disc instead of sending them out. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: e-mail, ASP.NET
6
Shouts

Extension Method From The Trenches – C# Week Of Year

published 1091 days, 8 hours, 27 minutes ago posted by http://daniewat82.myopenid.com/http://daniewat82.myopenid.com/ 1093 days, 19 hours, 56 minutes ago
Sunday, May 30, 2010 10:32:51 AM GMT Thursday, May 27, 2010 11:04:48 PM GMT
I discovered there was no easy way to get the week number from a DateTime (I really expected there to be a WeekOfYear property on DateTime but there is not. Luckily it is a pretty easy to work this information out. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetguy.co.uk
tags: c#. datetime weekofyear
4
Shouts

5 Powerful Resources for Web Designers and Developers

published 1093 days, 7 hours, 16 minutes ago posted by tutorialfeedtutorialfeed 1094 days, 10 hours, 3 minutes ago
Friday, May 28, 2010 11:44:42 AM GMT Thursday, May 27, 2010 8:56:57 AM GMT
I have a list of some powerful resources that recently launched and very beneficial to web designers and developers. This list includes some of my favorite resources like Video JS, Google Font API, & Nivo Slide (jQuery Plugin) etc. (more)
category: UX | clicked: 0 | comment | | source: tutorialfeed.blogspot.com
tags: Resources
6
Shouts

The Easiest Way to Add a Splash Screen to Your WPF Application - Janiv Ratson's Blog

published 1092 days, 7 hours, 53 minutes ago posted by janivjaniv 1094 days, 12 hours, 27 minutes ago
Saturday, May 29, 2010 11:06:50 AM GMT Thursday, May 27, 2010 6:33:20 AM GMT
The Easiest Way to Add a Splash Screen to Your WPF Application It has been a long time … WPF applications do not start immediately. When an application is being loaded, there’s a delay while the CLR initializes the .NET environment and then starts the application. Splash screens are typically used to notify the user that the application is in the process of loading. The easiest way to add a splash screen to your WPF application is to have Visual Studio 2008 SP1 or later and to follow these steps:... (more)
category: Metro | clicked: 1 | 2 comments | | source: blogs.microsoft.co.il
tags: .NET, Dev, SplashScreen, Splash Screen, Visual Studio 2010, WPF, .Net 4.0
7
Shouts

MvcExtensions - ActionFilter

published 1091 days, 8 hours, 27 minutes ago posted by luizbonluizbon 1094 days, 6 hours, 7 minutes ago
Sunday, May 30, 2010 10:32:51 AM GMT Thursday, May 27, 2010 12:53:44 PM GMT
Thursday, May 27, 2010 7:26 PM kazimanzurrashid MvcExtensions - ActionFilter One of the thing that people often complains is dependency injection in Action Filters. Since the standard way of applying action filters is to either decorate the Controller or the Action methods, there is no way you can inject dependencies in the action filter constructors. There are quite a few posts on this subject, which shows the property injection with a custo... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: weblogs.asp.net