http://baldi.myopenid.com/
Name: http://baldi.myopenid.com/
Score: 4,555.45
Last Seen: 667 days, 19 hours, 12 minutes ago
Member Since: 11 January, 2010
DotNetShoutout
atom rss
13
Shouts

HtmlHelper guide for MVC 3 Part 1

published 967 days, 23 hours, 54 minutes ago posted by http://morder.myopenid.com/http://morder.myopenid.com/ 969 days, 23 hours, 2 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Monday, September 27, 2010 1:10:14 PM GMT
When you spend a lot of time, like I do, using the Razor View Engine in MVC 3 you’ll find yourself constantly looking up helper parameters. I’ve decided to put together this guide to help me, and others, to code more quickly and efficiently. This is part one of an n-part series involving all html helpers contained in MVC 3. (more)
category: Architecture | clicked: 29 | comment | | source: buildstarted.com
tags: MVC3, C#
2
Shouts

.NET Links of the Week #38

posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 969 days, 19 hours, 22 minutes ago
Monday, September 27, 2010 4:49:58 PM GMT
It looks like there are only Windows Phone 7 developers out there if you read the news from the last week. I only put a few of them into my list! Enjoy reading! (more)
category: How To | clicked: 0 | comment | | source: www.mbaldinger.com
tags: .NET, linklist
3
Shouts

C# and now Visual Basic to Windows Phone 7 | Senthil Kumar's Blog

published 972 days, 3 hours, 47 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 972 days, 21 hours, 41 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 2:31:55 PM GMT
Within a week of the successful announcement of the Windows phone developer tools , Microsoft has announced the Visual Basic for Windows Phone 7 CTP Tools. (more)
category: Metro | clicked: 0 | comment | | source: www.ginktage.com
tags: Windows Phone 7
8
Shouts

jQuery UI on the Microsoft CDN - Stephen Walther

published 972 days, 3 hours, 47 minutes ago posted by rajuraju 972 days, 21 hours, 5 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 3:07:27 PM GMT
The jQuery UI team just added jQuery UI to the Microsoft Ajax Content Delivery Network (CDN). Thanks to them, you can start using jQuery UI in your ASP.NET websites by linking to jQuery UI at the following address: http://ajax.microsoft.com/ajax/jquery.ui/1.8.5/jquery-ui.js You can start using the CDN now for free. No registration is required. Using jQuery UI from the CDN can substantially improve the performance of your production ASP.NET websites. The Microsoft CDN is composed of servers distribute... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: stephenwalther.com
tags: Content Delivery Network, CDN, jQuery, Ajax, ASP.NET
7
Shouts

DotNetRocks - Show #596 - Billy Hollis Still Builds Apps

published 972 days, 3 hours, 47 minutes ago posted by rajuraju 972 days, 21 hours, 11 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 3:01:57 PM GMT
From the .NET Rocks Live Weekend, Carl and Richard talk to Billy Hollis. Billy was last on the show during the .NET Rocks Road Trip, and it seems like the conversation just picked up from there... (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, Road Trip
6
Shouts

Microsoft Visual Basic CTP for Windows Phone Developer Tools Tutorial - Jason Zander

published 972 days, 3 hours, 47 minutes ago posted by iftekharahmedamitiftekharahmedamit 973 days, 1 hour, 16 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 10:56:38 AM GMT
Today we announced availability of the Microsoft Visual Basic CTP for Windows Phone Developer Tools. Details of the announcement can be found on Soma's blog. This CTP installs on top of the final Windows Phone Developer Tools announced last week and enables you to write Windows Phone 7 apps in Visual Basic. Installation steps for this CTP are... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Phone Developer Tools, Windows Phone 7, Visual Basic, Windows Phone, Windows Phone 7 Series, CTP
5
Shouts

Handling picture orientation in CameraCaptureTask in Windows Phone 7 - Tim Heuer

published 972 days, 3 hours, 47 minutes ago posted by iftekharahmedamitiftekharahmedamit 973 days, 1 hour, 12 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 11:00:50 AM GMT
I was spelunking around playing with Silverlight in Windows Phone 7 and specifically the CameraCaptureTask. The “tasks” are APIs that allow you to interact with phone-specific functionality like the camera, picture picker, phone dialer, etc. A whole list of the available tasks in the Microsoft.Phone.Tasks namespace can be found in the developer documentation. I was basically creating a simple application that would allow you to choose (PhotoChooserTask) or take a picture (CameraCaptureTask) and then d... (more)
category: UX | clicked: 3 | comment | | source: timheuer.com
tags: Silverlight, XNA, Windows Phone 7, wp7dev, Windows Phone, XAML
4
Shouts

This Week In Tech (TWiT) App For Windows Phone 7

published 971 days, 3 hours, 56 minutes ago posted by jbarnesjbarnes 972 days, 22 hours, 43 minutes ago
Sunday, September 26, 2010 8:16:25 AM GMT Friday, September 24, 2010 1:29:32 PM GMT
Peter Laudati & Dmitry Lyalin host the edu-taining Connected Show developer podcast on cloud computing and interoperability. Check out episode #37, “Spelunking Windows Phone 7 Development”. In this episode, “guest” Dmitry Lyalin joins Peter to talk about building a real world Windows Phone 7 application. (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
6
Shouts

Dean Hume - MVC and the Google Visualization API (DataTable)

published 971 days, 3 hours, 56 minutes ago posted by deanomachinodeanomachino 972 days, 22 hours, 30 minutes ago
Sunday, September 26, 2010 8:16:25 AM GMT Friday, September 24, 2010 1:42:45 PM GMT
MVC and the Google Visualization API (DataTable) Google have created an awesome visualization API. It enables you to add live charts, graphs and tables to your web pages. It is quite flexible and has some great features that are quite easy to use once you get started. I started playing around with this API and decided to build a datatable using ASP.net MVC and the visualization API. Click here to view a simple demo. Let's start off by adding a reference to the latest jQuery library. Then we wil... (more)
category: Web Dev | clicked: 9 | comment | | source: deanhume.com
tags: ASP.NET MVC, C#, Google API, Visualization, MVC
8
Shouts

C# Interface Events

published 970 days, 22 minutes ago posted by BlackWaspBlackWasp 972 days, 19 hours, 9 minutes ago
Monday, September 27, 2010 11:50:34 AM GMT Friday, September 24, 2010 5:03:48 PM GMT
An interface can be created to define a contract containing members that classes that implement it must provide. Interfaces can define events, sometimes leading to classes that implement several interfaces being required to declare an event name twice. (more)
category: How To | clicked: 1 | comment | | source: www.blackwasp.co.uk
tags: C#
5
Shouts

What’s Wrong with my WCF Service? Yavor Knows! : JohnPapa

published 971 days, 3 hours, 56 minutes ago posted by rajuraju 972 days, 20 hours, 52 minutes ago
Sunday, September 26, 2010 8:16:25 AM GMT Friday, September 24, 2010 3:20:53 PM GMT
WCF is an integral part of the communication stack for Silverlight applications, but sometimes things go wrong, very wrong. How do you fix those issues. In this episode of Silverlight TV, Yavor Georgiev from the WCF and Silverlight team shows you how to identify the problems with your WCF services and how to fix them. He covers several topics including these:Setting up your service  Debugging issues with "add service reference" Handling Faults: How to get exceptions propagated from the server to Silverli... (more)
category: Metro | clicked: 0 | comment | | source: johnpapa.net
tags: Silverlight, WCF
6
Shouts

How to Create HTML5 Website and Page Templates for Visual Studio 2010 - Rey Bango

published 971 days, 3 hours, 56 minutes ago posted by iftekharahmedamitiftekharahmedamit 972 days, 5 hours, 24 minutes ago
Sunday, September 26, 2010 8:16:25 AM GMT Saturday, September 25, 2010 6:48:36 AM GMT
Now that I work at Microsoft, I’m using Visual Studio 2010 as my main editor. By default, an empty web page is created with an XHTML 1.0 doctype and it’s pretty barebones. Since I’m focusing on HTML5 & JavaScript development, having to constantly update the page with references to the new HTML5 doctype, jQuery, Modernizr and all of the other tags I use for my pages was becoming a drag. Today, I noticed a blog post by Zander Martineau in which he added a lot of HTML5 goodness to the Coda IDE in the f... (more)
category: How To | clicked: 1 | comment | | source: blog.reybango.com
tags: Visual Studio 2010, html5
9
Shouts

Dean Hume - Vote for your favourite .NET DI (IoC) Framework

published 970 days, 22 minutes ago posted by deanomachinodeanomachino 972 days, 54 minutes ago
Monday, September 27, 2010 11:50:34 AM GMT Saturday, September 25, 2010 11:18:12 AM GMT
Vote for your favourite .NET DI (IoC) Framework I've started to take a look at Dependency Injection Containers (IoC), mostly because we have started using them where I work and also just out of general interest and trying to get my mind around how they work. From wikipedia:  Inversion of control, or IoC, is an abstract principle describing an aspect of some software architecture designs in which the flow of control of a system is inverted in comparison to procedural programming. In tradit... (more)
category: Web Dev | clicked: 0 | comment | | source: www.deanhume.com
tags: IoC, .NET, C#, vote, DI
7
Shouts

Update on ASP.NET Vulnerability - ScottGu's Blog

published 970 days, 22 minutes ago posted by rajuraju 971 days, 18 hours, 16 minutes ago
Monday, September 27, 2010 11:50:34 AM GMT Saturday, September 25, 2010 5:56:42 PM GMT
Earlier this week I posted about an ASP.NET Vulnerability, and followed this up with another blog post that covers some Frequently Asked Questions about it. We are actively working on releasing a security update that fix the issues, and our teams have been working around the clock to develop and test a fix that is ready for broad distribution across all Windows platforms via Windows Update.  I’ll post details about this once it is available.Revised Workaround and Additional URLScan Step In my first bl... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Security, ScottGu, ASP.NET
7
Shouts

Windows Phone 7 for Silverlight Programmers – Launchers and Choosers - Jesse Liberty

published 971 days, 3 hours, 56 minutes ago posted by NickolayNickolay 972 days, 5 hours, 1 minute ago
Sunday, September 26, 2010 8:16:25 AM GMT Saturday, September 25, 2010 7:10:58 AM GMT
Not all Windows Phone 7 Applications are entirely self-contained. It is not terribly surprising that some will want to reach out and touch other applications. There are two ways to do so: Launch (and forget) another application Choose an application to do some work and return a value (more)
category: Metro | clicked: 0 | comment | | source: jesseliberty.com
tags: Silverlight, Windows Phone 7
5
Shouts

Register hotkey in system for WPF application

posted by http://outcoldman.ru/openidhttp://outcoldman.ru/openid 985 days, 4 hours, 45 minutes ago
Sunday, September 12, 2010 7:27:45 AM GMT
Couple days ago I got a question about how to register hotkey in Windows for WPF application. I remembered that one year ago I was solving the same problem in WinForms application, I was registering hot keys for my application, it was Vista Keys Extender project. I knew that my project worked, so I suggested author of question to use code of my project to solve his problem. But as we learned later in WPF message handle mechanism different from WinForms. So I started to find solution for WPF application. ... (more)
category: Architecture | clicked: 0 | comment | | source: outcoldman.ru
tags: Hotkey, .NET, C#, WPF
4
Shouts

Dependency Injection (C#)

posted by BlackWaspBlackWasp 985 days, 4 hours, 11 minutes ago
Sunday, September 12, 2010 8:01:36 AM GMT
Dependency injection is a technique used in object-oriented programming languages. It promotes loose coupling of components by passing dependencies to an object, rather than having an object instantiate its own dependencies. (more)
category: How To | clicked: 1 | comment | | source: www.blackwasp.co.uk
tags: C#, Design Patterns
5
Shouts

Google API for .NET architecture (Part 1) - Context is King

posted by thangchungthangchung 984 days, 17 hours, 52 minutes ago
Sunday, September 12, 2010 6:20:01 PM GMT
Today, I have just released a OSS with named is Gapi4net library at codeplex. This is a wrapper some of API's Google for search Web, Local, Video, Blog, News, Book, Image, Patent and language translation. In the past, I also saw some wrapper for Google API, specially are a google-api-for-dotnet, gapidotnet. But as I realized that they are hard to using and when you used them, you must remember many input parameters. For example, if you use the google-api-for-dotnet, you must input as: GwebSearchClient cl... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
3
Shouts

ARCast.TV - Developing Silverlight Applications for SharePoint 2010 - Innovation Showcase - Site Home - MSDN Blogs

posted by zhimingzhiming 984 days, 10 hours, 6 minutes ago
Monday, September 13, 2010 2:06:57 AM GMT
In this interview, Bob German, Technology Architect at Microsoft’s Boston MTC, shares his passion of creating Silverlight applications for SharePoint 2010 with Zhiming Xue “Z” while at TechEd 2010. Bob walks us through some of the improved support for Silverlight applications in SharePoint 2010, and then talks about a few options such as web part that developers can choose to get started with creating Silverlight applications and working with data stored inside or outside of SharePoint. Bob also explain... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: Silverlight, SharePoint 2010
3
Shouts

Step-by-Step Guide to Silverlight Shape Controls

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 984 days, 8 hours, 21 minutes ago
Monday, September 13, 2010 3:51:07 AM GMT
In my previous post “Introduction to Shapes in Silverlight 4” I introduced you with various types of Shapes available in Silverlight 4 and informed you that, I will post an article describing each one of them and here it is. In this article, I am going to describe you about each shapes and the process to add them in our application (whenever you need). This article is for the Beginners, who don’t know much about the shape controls. If you have any suggestions/concerns please use the feedback section ... (more)
category: Metro | clicked: 0 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, Control, Silverlight 4, Blend, Expression Blend, Silverlight4
Previous 1 2 ... 8 9 10 11 12 13 14 15 16 17 ... 79 80 Next