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

How to retreive all contacts from Windows Phone 7 using C# ?

published 751 days, 6 hours, 47 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 753 days, 5 hours, 59 minutes ago
Monday, May 30, 2011 5:18:29 PM GMT Saturday, May 28, 2011 6:05:50 PM GMT
How to retreive all contacts from Windows Phone 7 using C# ? With the earlier version of the windows phone 7 SDK , it was only possible to retreive the phone number or email address and few more with the Choosers .... (more)
category: Metro | clicked: 9 | comment | | source: www.ginktage.com
tags: WP7, mango
6
Shouts

Building a Navigation ListBox for WP7

published 750 days, 12 hours, 19 minutes ago posted by nigel-sampsonnigel-sampson 752 days, 19 hours, 45 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Sunday, May 29, 2011 4:20:06 AM GMT
Building a list box designed for navigation for Windows Phone 7 (more)
category: Metro | clicked: 13 | 1 comment | | source: compiledexperience.com
tags: Silverlight, Windows Phone 7
5
Shouts

Dijkstra's Algorithm

published 750 days, 12 hours, 19 minutes ago posted by BlackWaspBlackWasp 752 days, 1 hour, 48 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Sunday, May 29, 2011 10:17:24 PM GMT
Graph traversal algorithms are used to process a graph of interconnected nodes, visiting each node by following a set behaviour. Dijkstra's algorithm is such an algorithm. It determines the shortest path from a start point to all other nodes in a graph. (more)
category: How To | clicked: 22 | 1 comment | | source: www.blackwasp.co.uk
tags: C#, Algorithm
3
Shouts

Windows Phone 7 Jump Start with Mango - 1 - Creating a Hello World Application | Kunal's Blog

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 751 days, 22 hours, 56 minutes ago
Monday, May 30, 2011 1:09:19 AM GMT
Recently thought to take some break from core Silverlight programming and start learning something new. As I will be working on Silverlight in office, hence decided to start exploring Windows Phone 7 in my off time. Though, it is also in Silverlight, but there we can learn something new apart from the actual Silverlight development. Now onwards, I will write about Windows Phone 7 programming and whatever I will explore, will post here in my blog. Jump started with my first exploration to create a "Hello... (more)
category: Metro | clicked: 4 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, WP7, wp7dev, mango
3
Shouts

How to validate a DropdownList/ListBox?

posted by dotnetfundadotnetfunda 751 days, 19 hours, 15 minutes ago
Monday, May 30, 2011 4:50:06 AM GMT
In this article, we are going to learn how to validate a DropdownList/ListBox. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
3
Shouts

WCF AJAX Service Without Configuration | TechBubbles

posted by kalyanms1kalyanms1 766 days, 15 hours, 7 minutes ago
Sunday, May 15, 2011 8:57:52 AM GMT
This post discusses how to develop Windows Communication Foundation (WCF) service using AJAX and without any configuration settings for WCF. This service can be consumed from Javascript. The service uses a special setting in .svc file which automatically enables an AJAX endpoint. You can get the AJAX support for WCF through the ScriptManager control. 1. Create a WCF service project in VS 2010 The service contract code as follows 1:// Define a service contract. 2: [ServiceContract(Namespace =... (more)
category: Web Dev | clicked: 0 | comment | | source: www.techbubbles.com
tags: WCF
2
Shouts

.NET/ASP.NET interview Questions - Give a brief on Render and PreRender?

posted by questpondquestpond 766 days, 12 hours, 28 minutes ago
Sunday, May 15, 2011 11:37:11 AM GMT
PreRender: -PreRender is an event which is used for m**odifying server controls just before sending them to the client. (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, Asp.net interview questions
4
Shouts

Prepare Your Site For IE9 With Pinify

posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 766 days, 9 hours, 9 minutes ago
Sunday, May 15, 2011 2:55:43 PM GMT
This is great stuff. If you own a website or a blog you should use this excellent feature of pinning fav links of your site on user's Windows 7 taskbar. Though this feature of IE9 was on hype since it's beta realease. Now it's time to use this feature for my blog. But before you start grab the latest stable version of the Pinify (formerly know as IE9ify) from Codeplex. About Pinify This plugin is written in jQuery and is hosted on Codeplex. I highly recommend you to follow this project on Codeplex. This... (more)
category: How To | clicked: 1 | comment | | source: midnightprogrammer.net
tags: IE 9, jQuery
3
Shouts

What is Line Stacking Strategy in Silverlight TextBlock control? | Kunal's Blog

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 765 days, 20 hours, 11 minutes ago
Monday, May 16, 2011 3:54:23 AM GMT
Do you aware of the Line Stacking Strategy of Silverlight TextBlock control? If not, this post will help you to understand it and after that you will be able to use it whenever require. So, what is this strategy? Was it available in earlier version of Silverlight or a new feature implemented in Silverlight 5? Let us discuss it in depth. LineStackingStrategy is a property of Silverlight TextBlock control, which takes an enum value that indicates how a line box is determined for each line of text in the ... (more)
category: Metro | clicked: 3 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, Silverlight 4, XAML, Silverlight 5
3
Shouts

Playing with dapper Micro ORM and ASP.NET MVC 3.0

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 765 days, 15 hours, 10 minutes ago
Monday, May 16, 2011 8:55:09 AM GMT
Some time ago Sam Saffron a lead developer from stackoverflow.com has made dapper micro ORM open source. This micro orm is specially developed for stackovewflow.com for keeping performance in mind. It’s very good single file which contains some cool functions which you can directly use in your browser. So I have decided to have a look into it. You can download dapper code from the following location it’s a single static class file called SQLMapper. http://code.google.com/p/dapper-dot-net/ So once you d... (more)
category: Web Dev | clicked: 3 | comment | | source: jalpesh.blogspot.com
tags: ASP.NET MVC, Dapper
4
Shouts

JQuery Document Object Model Traversal

posted by deliciousdotnetdeliciousdotnet 764 days, 13 hours, 8 minutes ago
Tuesday, May 17, 2011 10:57:09 AM GMT
jQuery provides different types of DOM traversal methods which are helpfull to select elements in a document randomly as well as in sequential method.Most of the DOM Traversal Methods to filter out elements from a document based on given conditionsUsing Dom Traversal Methods we canFinding out elements by indexFiltering ElementsLocating Descendent Elements.......Different types of Jquery traversing methods :eq( index )Reduce the set of matched elements to the one at the specified indexExample:- $("li").eq... (more)
category: Web Dev | clicked: 1 | comment | | source: deliciousdotnet.blogspot.com
tags: jQuery, Ajax, ASP.NET
2
Shouts

C# and .NET interview Question - Explain what is Special Collections?

posted by questpondquestpond 761 days, 10 hours, 33 minutes ago
Friday, May 20, 2011 1:32:11 PM GMT
Special Collection:-Special Collection are nothing but tailored .net collection meant for specific purpose. (more)
category: Web Dev | clicked: 4 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, C# interview Questions
2
Shouts

C# and .NET interview Question - What is Generic?

posted by questpondquestpond 761 days, 10 hours, 31 minutes ago
Friday, May 20, 2011 1:33:40 PM GMT
This is one of the most important typical question, which is asked in most of the interviews to check whether you know about generic. (more)
category: Web Dev | clicked: 2 | comment | | source: questpond.over-blog.com
tags: .Net Interview Questions, C # Interview Questions
3
Shouts

SharpZipLib - Zip Compression library for .NET

published 757 days, 19 hours, 1 minute ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 759 days, 17 hours, 26 minutes ago
Tuesday, May 24, 2011 5:03:38 AM GMT Sunday, May 22, 2011 6:39:12 AM GMT
SharpZipLib – Zip Compression library for .NET SharpZipLib is a OpenSource .NET compression library that supports Zip files using both stored and deflate compression methods ... (more)
category: How To | clicked: 1 | comment | | source: www.ginktage.com
tags: Silverlight, C#, Windows Phone
4
Shouts

LINQ ToLookup Operator

published 757 days, 19 hours, 1 minute ago posted by BlackWaspBlackWasp 759 days, 7 hours, 30 minutes ago
Tuesday, May 24, 2011 5:03:38 AM GMT Sunday, May 22, 2011 4:34:49 PM GMT
Language-Integrated Query (LINQ) provides several methods that allow a sequence to be manipulated, filtered and grouped. ToLookup performs a grouping operation that results in a sequence of key / value pairs, where each value is another sequence. (more)
category: How To | clicked: 2 | comment | | source: www.blackwasp.co.uk
tags: Linq
6
Shouts

Creating an English-like Math DSL

published 756 days, 16 hours, 22 minutes ago posted by KodefuGuruKodefuGuru 758 days, 20 hours, 48 minutes ago
Wednesday, May 25, 2011 7:43:28 AM GMT Monday, May 23, 2011 3:17:10 AM GMT
The answer to life, the universe, and everything is well-known as 42. There are a myriad of questions that lead to this answer, and my favorite is perhaps the percent of leet pi. I wanted to be able to write this in C# as close to English as possible. Since I had no way to write my own keywords, the closest I could devise was the following bit of code.double percent = 0.01; var answer = percent.Of().Leet().Pi(); The tricky part here is deciding what to do about the Of() method. It represents an operati... (more)
category: How To | clicked: 0 | comment | | source: www.kodefuguru.com
tags: Extension Methods, functional, partial application
9
Shouts

Contact Form Revisited with ASP.NET MVC 3, jQuery Validator, & the jQuery Form Plugin

published 755 days, 3 hours, 48 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 758 days, 20 hours, 12 minutes ago
Thursday, May 26, 2011 8:16:49 PM GMT Monday, May 23, 2011 3:53:24 AM GMT
I recently added a partial contact view to my MVC3 project and thought I’d share since I did basically this same post over a year ago with the original MVC. I stopped using the Castle Validation because I’ve found that the MVC3 stuff is working for me now. I also am not using fluentHtml anymore because MVC3 uses that style now. (more)
category: Web Dev | clicked: 70 | 1 comment | | source: derans.blogspot.com
tags: ASP.NET MVC 3, jQuery
6
Shouts

C#/.NET Fundamentals: Of Lambdas and LINQ

published 756 days, 16 hours, 22 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 758 days, 18 hours, 51 minutes ago
Wednesday, May 25, 2011 7:43:28 AM GMT Monday, May 23, 2011 5:13:43 AM GMT
This is a quick presentation I threw together for a group of developers who requested a quick primer on using lambda expressions and the more common LINQ extension methods.  It seemed like a good general knowledge presentation so I decided to upload it to slideshare and reference it here as well. This is not meant to be a comprehensive discussion of everything that lambda expressions and LINQ have to offer, but is just sort of a very basic introduction. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: geekswithblogs.net
tags: .NET, lambda, C#, Linq
3
Shouts

SEO - 301 Permanent Redirecting non-www domain to www domain in ASP.NET 4.O

published 757 days, 19 hours, 1 minute ago posted by aamirhaaamirha 760 days, 13 hours, 44 minutes ago
Tuesday, May 24, 2011 5:03:38 AM GMT Saturday, May 21, 2011 10:21:02 AM GMT
Switcher (more)
category: Web Dev | clicked: 1 | 1 comment | | source: www.aspxtutorial.com
2
Shouts

.NET Links of the Week #42

published 964 days, 10 hours, 46 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 965 days, 7 hours, 35 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 4:29:48 PM GMT
A lot of articles about the new version of ASP.NET MVC this week. Seems every WPF and Silverlight guy does Windows Phone Dev now, no articles about WPF and Silverlight this week! Enjoy reading! (more)
category: How To | clicked: 0 | comment | | source: www.mbaldinger.com
tags: linklist
Previous 1 2 3 4 5 6 7 8 9 10 11 12 ... 79 80 Next