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

Sample: Windows Phone 7 Example Application with Landscape Layout - Jason Zander

published 1094 days, 4 hours, 32 minutes ago posted by jantujantu 1095 days, 5 hours, 13 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 11:49:52 AM GMT
I’ve had a lot of fun writing Windows Phone 7 applications and for this post I wanted to share some notes and sample source code to help you get started as well. The latest build of the Windows Phone 7 tools now support Visual Studio 2010 in addition to the free Express SKU. You can find everything you need for development here.One of my favorite applications for my phone is a tip calculator which makes it easy to figure out your bill in a restaurant or for a cab ride. This sample implements the follo... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: Silverlight, Sample, phone, Visual Studio
6
Shouts

Extending NerdDinner: Exploring Different Database Options - Scott Hanselman

published 1092 days, 5 hours, 56 minutes ago posted by iftekharahmedamitiftekharahmedamit 1092 days, 17 hours, 9 minutes ago
Saturday, May 29, 2010 11:06:50 AM GMT Friday, May 28, 2010 11:53:03 PM GMT
The original NerdDinner Sample was very simple. Two samples, simple, in fact. Perhaps it's the new Northwind, as it's a good way to start working with ASP.NET MVC. However, it's not a perfect sample or an idealized example on how to do many things that users want to do. Fortunately, there's been lots of cool folks in the community who have "forked" NerdDinner and done interesting stuff with it. Each of these samples is usually focused on a specific scenario, so they won't necessarily be merged with the ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, ASPNETMVC, NerdDinner, MVC, ASP.NET
9
Shouts

DotNetRocks - Show #562 - Teaching Kids Programming

published 1091 days, 6 hours, 30 minutes ago posted by rajuraju 1094 days, 5 hours, 17 minutes ago
Sunday, May 30, 2010 10:32:51 AM GMT Thursday, May 27, 2010 11:45:54 AM GMT
Llewellyn Falco and Lynn Langit talk about their free curriculum for teaching kids programming, involving Microsoft SmallBasic. (more)
category: Podcast | clicked: 1 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, Programming, Small Basic, Microsoft
3
Shouts

Understanding Datetime column - Part I - Madhivanan's TSQL Blog

published 1091 days, 6 hours, 30 minutes ago posted by jacobsebastianjacobsebastian 1092 days, 10 hours, 8 minutes ago
Sunday, May 30, 2010 10:32:51 AM GMT Saturday, May 29, 2010 6:54:31 AM GMT
There are N number of questions asked in the forums about handling dates in query Most of the people who ask questions dont understand how datetime column works in SQL Server Some of the questions frequently asked are about 1 using dates in the WHERE caluse 2 formatting dates using SQL 3 inserting dates to the table with specific date format etc In this series of blog posts, I would explain them with examples These example are for versions prior to 2008 (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
4
Shouts

Creating your First Silverlight Client Application: Twitter and COM, of course - Pete Brown

published 1091 days, 6 hours, 30 minutes ago posted by jantujantu 1092 days, 4 hours, 58 minutes ago
Sunday, May 30, 2010 10:32:51 AM GMT Saturday, May 29, 2010 12:04:53 PM GMT
I'm creating some "create your first" videos for MSDN, and thought it would be useful to offer up a text version of the Out-of-Browser one in addition to the video.In this example, we'll build a simple TwitterSearch client, using Silverlight out-of-browser mode. I'll also showhow to use the Automation (IDispatch) API to load the search results into Microsoft Excel.XAML The XAML for th... (more)
category: Metro | clicked: 1 | comment | | source: 10rem.net
tags: .NET, Silverlight, WindowsClient
3
Shouts

WPF Tutorial : Beginning to Layout, Content, Transformation

published 1090 days, 6 hours, 23 minutes ago posted by abhi2434abhi2434 1091 days, 38 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 4:24:05 PM GMT
Hi guys, As expected, I have to write the next part of the WPF tutorial Series. The article is all about Window, NavigationWindow, Controls, Panels, Canvas, InkCanvas, RenderTransformation and many more. I hope you all would like the article. A Look on Window While building your application, the first thing you notice is a Window. Window is the main class that interact with the user and produces the lifetime of windows and dialog boxes. Like in normal windows application, it produces the object ... (more)
category: Metro | clicked: 0 | comment | | source: www.abhisheksur.com
4
Shouts

Create a Base Window / UserControl in WPF

published 1087 days, 7 hours, 39 minutes ago posted by abhi2434abhi2434 1087 days, 20 hours, 52 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Wednesday, June 02, 2010 8:10:36 PM GMT
Hi Guys, While doing your program, you must have found problems creating a BaseWindow Class which we do very easily in our ASP.NET application. WPF throws a nasty error when we just modify the Base Class of a window in code behind to one which is created custom to us. Even I got the same few days back. Thank god I finally got it solved with some trick. But its very much required for our program, to make it cleaner and less laborious. In this article, I am going to share with you this little trick wh... (more)
category: How To | clicked: 0 | comment | | source: www.abhisheksur.com
4
Shouts

SELECT * FROM XML - Jacob's Blog

published 1087 days, 7 hours, 39 minutes ago posted by jacobsebastianjacobsebastian 1088 days, 2 hours, 49 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Wednesday, June 02, 2010 2:13:28 PM GMT
This post shows how to run a SELECT * kind of query on an XML document to see the elements, attributes, values and the XPath Expression of each element and attribute in the document. (more)
category: Data | clicked: 2 | comment | | source: beyondrelational.com
tags: xquery, XML, SQLServer
5
Shouts

“CompressionEnabled” Session in ASP.NET 4.0 « Abhijit's World of .NET

published 1087 days, 7 hours, 39 minutes ago posted by abhijitjanaabhijitjana 1088 days, 3 hours, 56 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Wednesday, June 02, 2010 1:06:23 PM GMT
Session is the most important state management mechanism for a web application. In ASP.NET we are having two type of state management 1. In Process Out Process “In process” is the by default session storage mode for ASP.NET Web application. When it comes under Out Process we can use either of state server or SQL Serverto persist our session d... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: State Management, ASP.NET 4.0
5
Shouts

Rosetta Code – Day of the week in F#

published 1087 days, 7 hours, 39 minutes ago posted by reshmireshmi 1088 days, 3 hours, 10 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Wednesday, June 02, 2010 1:51:58 PM GMT
I think the best way of mastering a language is always by solving code challenges. And here is a simple one http://rosettacode.org/wiki/Dayofthe_week and the problem is A company decides that whenever Xmas falls on a Sunday they will give their workers all extra paid holidays so that, together with any public holidays, workers will not have to work the following week (between the 25th of December and the first of January). In what years between 2008 and 2121 will the 25th of December be a Sunday? He... (more)
category: Architecture | clicked: 0 | 1 comment | | source: naveensrinivasan.com
tags: Functional Programming, FSharp
7
Shouts

Edit an Object Property Value Dynamically at Run Time

published 1088 days, 7 hours, 1 minute ago posted by naspinskinaspinski 1089 days, 2 hours, 30 minutes ago
Wednesday, June 02, 2010 10:01:18 AM GMT Tuesday, June 01, 2010 2:32:23 PM GMT
no need to write a huge switch statement to make a run time decision Imagine you have an Object with 50 properties, and at runtime, you only need to change the value of one of them. You could write a switch statement to run through all of them, but there is a better way. (more)
category: Web Dev | clicked: 1 | comment | | source: www.naspinski.net
tags: c# extension reflection
8
Shouts

Set up IIS 7 to run a secure site locally - HTTPS

published 1088 days, 7 hours, 1 minute ago posted by deanomachinodeanomachino 1089 days, 8 hours, 20 minutes ago
Wednesday, June 02, 2010 10:01:18 AM GMT Tuesday, June 01, 2010 8:42:28 AM GMT
Set up IIS 7 to run a secure site locally - HTTPS I've recently been working on a project where I needed to get a development site running using SSL on IIS 7. If its the first time you've done this it can be a little tricky, but IIS 7 has made it super easy to create self signed certificates. You may also need to be able to run your site on IIS locally instead of using cassini, so that you can still debug. These are some of the steps I took to get it up and running: If you dont already have IIS ins... (more)
category: Web Dev | clicked: 0 | comment | | source: www.deanhume.com
tags: App pool, Windows 7, 64 bit, ssl, Certificates, IIS 7, secure, Visual Studio, cassini, 32 bit, IIS
7
Shouts

Updated Silverlight Unit Test Framework bits for Windows Phone and Silverlight 3 - Jeff Wilcox

published 1088 days, 7 hours, 1 minute ago posted by jantujantu 1088 days, 22 hours, 59 minutes ago
Wednesday, June 02, 2010 10:01:18 AM GMT Tuesday, June 01, 2010 6:03:06 PM GMT
Updated Silverlight Unit Test Framework bits for Windows Phone and Silverlight 3Posted May 27th 2010 to Silverlight,Silverlight Toolkit, Testing, Windows PhoneHere are updated quasi-official unit test framework bits for Silverlight 3 and Windows Phone developers. These are not intended for Silverlight 4 developers, since the same framework built for SL4 is included in the April 2010 Silverlight Toolkit.This brings the new features from the Silverlight 4 version to developers who have a business reas... (more)
category: Metro | clicked: 2 | comment | | source: www.jeff.wilcox.name
tags: Silverlight, Silverlight Toolkit, Windows Phone, Testing
6
Shouts

Windows Client Developer Roundup for May 31, 2010, Holiday Edition

published 1088 days, 7 hours, 1 minute ago posted by rajuraju 1089 days, 8 hours, 12 minutes ago
Wednesday, June 02, 2010 10:01:18 AM GMT Tuesday, June 01, 2010 8:50:37 AM GMT
The Windows Client Developer Roundup aggregates information of interest to Windows Client Developers, including WPF, Surface, Windows 7, XNA, Windows Forms, Silverlight, Windows Phone and Visual Studio. If you have something interesting you've done or have run across, please send me the URL and brief description via.... (more)
category: How To | clicked: 0 | comment | | source: 10rem.net
tags: .NET, Windows Client, Silverlight, XNA, Windows 7, WPF, Windows Phone, Visual Studio
3
Shouts

6 important uses of Delegates and Events

published 1087 days, 7 hours, 39 minutes ago posted by dotnetfundadotnetfunda 1088 days, 1 hour, 15 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Wednesday, June 02, 2010 3:47:41 PM GMT
In this article we will first try to understand what problem delegate solves, we will then create a simple delegate and try to solve the problem. Next we will try to understand the concept of multicast delegates and how events help to encapsulate delegates. Finally we understand the difference between events and delegates and also understand how to do invoke delegates asynchronously. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: C#
3
Shouts

How Important DOCTYPE Declaration is for your HTML Document

published 1087 days, 7 hours, 39 minutes ago posted by tutorialfeedtutorialfeed 1087 days, 22 hours, 31 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Wednesday, June 02, 2010 6:31:53 PM GMT
Today I am going to share a very basic problem related to DOCTYPE declaration. We all know that according to HTML standard it is must that each HTML document has document type declaration. (more)
category: UX | clicked: 1 | comment | | source: www.tutorialfeed.org
tags: html tutorial
5
Shouts

Multilingual Application using WPF

published 1087 days, 7 hours, 39 minutes ago posted by abhi2434abhi2434 1087 days, 20 hours, 50 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Wednesday, June 02, 2010 8:12:16 PM GMT
Creating a multilingual application using WPF is a very common issue to everyone. While creating an application, it is quite natural to create an application that has Multilingual Support and which would respond to Current Culture settings in the client computer. In this article, I am going to discuss how to implement a multilingual application. In the above snapshot you can see a login screen that I have implemented to demonstrate the application. Try out the sample application from here. Read ... (more)
category: How To | clicked: 1 | comment | | source: www.abhisheksur.com
4
Shouts

Try Text to Speech for your application

published 1087 days, 7 hours, 39 minutes ago posted by abhi2434abhi2434 1087 days, 20 hours, 45 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Wednesday, June 02, 2010 8:17:16 PM GMT
It is really easy and fun to create applications that speaks out for you. With the introduction with System.Speech, it seems to look like even better. It is to be noted, that Windows Environment comes with a unique feature that converts your voice commands to text equivalent long before the introduction to this in .NET. I will discuss now how you can easily use this in your application and get the work done quickly. Background Windows Speech Recognization Engine and Narrator utility comes with Win... (more)
category: How To | clicked: 0 | comment | | source: www.abhisheksur.com
8
Shouts

Parallel Programming in .NET Framework 4: Getting Started - C# Frequently Asked Questions - Alexandra Rusina

published 1085 days, 5 hours, 19 minutes ago posted by iftekharahmedamitiftekharahmedamit 1087 days, 17 hours, 38 minutes ago
Saturday, June 05, 2010 11:43:25 AM GMT Wednesday, June 02, 2010 11:24:36 PM GMT
With this post I want to start a series devoted to the new parallel programming features in .NET Framework 4 and introduce you the Task Parallel Library (TPL). I have to admit that I’m not an expert in multithreading or parallel computing. However, people often ask me about easy introductions and beginner’s samples for new features. And I have an enormous advantage over most newbies in this area – I can ask people who developed this library about what I’m doing wrong and what to do next... (more)
category: Architecture | clicked: 4 | 1 comment | | source: blogs.msdn.com
tags: Parallel Processing, TPL, .NET Framework, Task Parallel Library, C#, Parallel Programming, WPF, C# 4.0, .NET Framework 4.0
3
Shouts

Deleting Duplicate Rows when the table doesn’t have a primary key.

published 1087 days, 7 hours, 39 minutes ago posted by dotnetfundadotnetfunda 1087 days, 15 hours, 2 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Thursday, June 03, 2010 2:00:53 AM GMT
This article gives a quick way of deleting duplicate records from a given table, that doesn’t have a primary key. (more)
category: Data | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: SQL Server
Previous 1 2 ... 67 68 69 70 71 72 73 74 75 76 ... 79 80 Next