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

What are jQuery Selectors? Explain them?

published 741 days, 3 hours, 29 minutes ago posted by dharadhara 742 days, 16 hours, 15 minutes ago
Thursday, June 09, 2011 11:27:04 PM GMT Wednesday, June 08, 2011 10:41:09 AM GMT
A Selector identifies an HTML element tag that is used to manipulate with jQuery code. Selectors allow page elements to be selected. $ is the symbol used for it. $ can also be called as jQuery selector. Selectors are the most important part of the jQuery , we can say that heart of jQuery. We can select... (more)
category: Web Dev | clicked: 13 | comment | | source: beyondrelational.com
tags: JavaScript, jQuery
6
Shouts

Consuming WCF REST Service in ASP.Net Web Site

published 741 days, 3 hours, 29 minutes ago posted by dharadhara 742 days, 16 hours, 15 minutes ago
Thursday, June 09, 2011 11:27:04 PM GMT Wednesday, June 08, 2011 10:41:46 AM GMT
This article will give a quick walkthrough on how to consume a WCF REST Service in ASP.Net Web site. Create a WCF REST Service. Consume the Service in ASP.Net Web Site Create a WCF REST Service Step 1 Create a WCF application. To create a new application File -> New -> Web-> WCF Service... (more)
category: Web Dev | clicked: 44 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
7
Shouts

Datatable extension Methods

published 741 days, 3 hours, 29 minutes ago posted by dharadhara 742 days, 16 hours, 14 minutes ago
Thursday, June 09, 2011 11:27:04 PM GMT Wednesday, June 08, 2011 10:42:11 AM GMT
In our recent project, we have encountered some situations regarding the data table for which there was no inbuilt extension methods. Henceforth, we wrote our own and I am presenting those here. List of DataTable Extension methods presented here Subtract Multiply Divide Average GetDatatableColumnNames... (more)
category: Data | clicked: 15 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
4
Shouts

XNA for Silverlight developers: Part 12 - Mango (1)

published 741 days, 3 hours, 29 minutes ago posted by KMilKMil 742 days, 15 hours, 26 minutes ago
Thursday, June 09, 2011 11:27:04 PM GMT Wednesday, June 08, 2011 11:30:12 AM GMT
Peter Kuhn published the first part of an article explaining how Mango will influence the changes in game development. If you haven't had time to get your teeth into the upcoming features and improvements yet, you'll be surprised just how much is in the box for devs with this update. (more)
category: Metro | clicked: 17 | comment | | source: www.silverlightshow.net
tags: XNA, Windows Phone 7, WP7, wp7dev, mango
4
Shouts

C# Library for Grammar and Spell Checking - Arik Poznanski's Blog

published 741 days, 3 hours, 29 minutes ago posted by arikarik 742 days, 13 hours ago
Thursday, June 09, 2011 11:27:04 PM GMT Wednesday, June 08, 2011 1:56:27 PM GMT
C# Library for Grammar and Spell CheckingIntroduction I recently had the idea to create a plug-in for Windows Live Writer that will provide grammar checks in addition to the built-in spell checks. As I’ve showed before, creatingplug-ins for Windows Live Writer is easy, the problem was to get the code for doing the grammar checking. I’ve found this wonderful site named “After the Deadline” that provides a web based API for both grammar and spell checking, free for non-commercial use! The site also p... (more)
category: Architecture | clicked: 29 | comment | | source: blogs.microsoft.co.il
tags: Grammar Check, C#, Live Writer
6
Shouts

Windows Phone 7 (Mango) Tutorial - 8 - What is Page State? © Kunal's Blog

published 741 days, 3 hours, 29 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 742 days, 2 hours, 13 minutes ago
Thursday, June 09, 2011 11:27:04 PM GMT Thursday, June 09, 2011 12:43:07 AM GMT
Sometime you may want to save the values present in your page while switching from one page to another page, sometime you may want to store the values while switching application between foreground and background. When you are switching from one application to the other, the first app enters into the deactivated mode. At that time you can store the current state of the page and display them back again by retrieving those values from page state once you return to the first app. In this chapter we will d... (more)
category: Web Dev | clicked: 10 | 1 comment | | source: www.kunal-chowdhury.com
tags: Silverlight, WindowsPhone7, Windows Phone 7, WP7, wp7dev, Tutorial
4
Shouts

Strings Are Immutable!

published 739 days, 16 hours, 59 minutes ago posted by JudoJudo 741 days, 21 hours, 25 minutes ago
Saturday, June 11, 2011 9:57:06 AM GMT Thursday, June 09, 2011 5:31:03 AM GMT
Working with strings is a common task in most apps but there are several ‘gotchas’ that can arise due to the immutable nature of a String in .NET. Immutable simply means that once created it doesn’t change. This seems strange at first since the value of a string variable can indeed be altered (more)
category: Architecture | clicked: 36 | comment | | source: www.csharphelp.com
tags: String, C#, strings
6
Shouts

HTML5 Intellisense in Visual Studio 2010/2008

published 742 days, 18 hours, 22 minutes ago posted by dharadhara 743 days, 16 hours, 21 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Tuesday, June 07, 2011 10:35:53 AM GMT
Recently I was playing with HTML5 and I was in need of the HTML5 intellisense in Visual Studio 2010. I found a great extension which will provide me a great intellisense for HTML5. I thought its great to share with you all. You can download that tool from following link. http://visualstudiogallery... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: beyondrelational.com
tags: .NET, VS2010, ASP.NET
2
Shouts

Windows Phone 7 (Mango) Tutorial - 7 - Know about Application Lifecycle © Kunal's Blog

published 742 days, 18 hours, 22 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 743 days, 1 hour, 37 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Wednesday, June 08, 2011 1:19:36 AM GMT
The Windows Phone 7.1 application lifecycle has been designed in a way that it can run multiple applications in the background. Today we will discuss about the Lifecycle of Windows Phone 7 (Mango) apps. Here we will learn about various states of Windows Phone 7 application life cycle. This is an important chapter of the tutorial series to learn about the execution model before developing any application product. Read to know more about this topic and at the end don't hesitate to leave your feedback or q... (more)
category: Metro | clicked: 3 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, Windows Phone 7, WP7, wp7dev
4
Shouts

Getting ready for the Windows Phone 7 Exam 70-599 (Part 1)

published 742 days, 18 hours, 22 minutes ago posted by KMilKMil 744 days, 14 hours, 52 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Monday, June 06, 2011 12:04:22 PM GMT
Microsoft's certification exam 70-599 for its new mobile platform is named "Designing and Developing Windows Phone 7 Applications" and will be published on July 14th, 2011. This series will try to bring you up to speed to take the exam once it is available, or can be used as a basis to plan your own, self-paced learning to prepare for the exam at a later point. (more)
category: Metro | clicked: 8 | 1 comment | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7, wp7dev
4
Shouts

Assembly Caching in Silverlight

published 742 days, 18 hours, 22 minutes ago posted by dotnetfundadotnetfunda 744 days, 21 hours, 40 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Monday, June 06, 2011 5:16:58 AM GMT
In this post , I talk about how to improve the performance of your Silverlight app using the Assembly Caching feature. Performance is key to any application and Silverlight application is no different. In this post I will show you how you can increase the performance of your app by using assembly caching feature in Silverlight. (more)
category: Metro | clicked: 7 | comment | | source: www.dotnetfunda.com
tags: Silerlight 3.0
2
Shouts

Visual Studio’s Best Kept Secret – Compare

published 742 days, 18 hours, 22 minutes ago posted by https://profiles.google.com/dougrathbonehttps://profiles.google.com/dougrathbone 744 days, 15 hours, 53 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Monday, June 06, 2011 11:03:39 AM GMT
When working with different iterations of a SQL database running on Internal, Staging and Production infrastructure it can become a pain in the ass rolling out updates at deployment time or keeping them in sync. Developers often use third party tools to help them do this job, however depending on what version of Visual Studio you have installed, there may be another option you have overlooked, and it’s baked right into the IDE. (more)
category: Data | clicked: 27 | comment | | source: www.diaryofaninja.com
tags: How-To, IDE, Visual Studio, Database
3
Shouts

Visual studio – LightSwitch beta 2 !!! « DpTechyTalks

published 742 days, 18 hours, 22 minutes ago posted by Freddy_KhalafFreddy_Khalaf 744 days, 12 hours, 19 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Monday, June 06, 2011 2:37:19 PM GMT
« “What is Crowdsourcing?” | Home | What is the Ushahidi Platform? » Visual studio – LightSwitch beta 2 !!! Now you can download visual studio lightswitch beta 2 , I downloaded it , its nice but I like the interface of the older version … but till now I didn’t test the new features of the beta 2 . You can download and read more about it at the following url : http://www.microsoft.com/visualstudio/en-us/lightswitch enjooooy LikeBe the first to like this post.Leave a Repl... (more)
category: Web Dev | clicked: 15 | 1 comment | | source: dptechytalks.wordpress.com
7
Shouts

Getting Started Using HTML5 Boilerplate - Dan Wahlin's WebLog

published 742 days, 18 hours, 22 minutes ago posted by iftekharahmedamitiftekharahmedamit 744 days, 7 hours, 15 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Monday, June 06, 2011 7:41:46 PM GMT
Whether we like it or not, HTML5 is all the rage now days. With the recent news on “code name” Windows 8’s upcoming support for HTML5 and JavaScript that hype has intensified even more. I’m personally in favor of what HTML5 brings to the table although I do worry about browser compatibility issues that will naturally crop up. Compatibility issues are something that Web developers have been dealing with since the days of Netscape 4 (layers) and IE4 (divs) though so it’s really nothing new; it’s just inten... (more)
category: How To | clicked: 31 | comment | | source: weblogs.asp.net
tags: html5
4
Shouts

Design Patterns - Part 1 ( Composite Pattern)

published 742 days, 18 hours, 22 minutes ago posted by dotnetfundadotnetfunda 743 days, 21 hours, 45 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Tuesday, June 07, 2011 5:11:11 AM GMT
Design patterns are recognized solutions to common problems defined originally by the Gang of Four programmers. Design patterns are used throughout the ASP.NET Framework. The various patterns are commonly divided into several different groups depending on the nature of the design problem they intend to solve. (more)
category: Web Dev | clicked: 29 | 1 comment | | source: www.dotnetfunda.com
tags: Design Pattern
5
Shouts

C#/.NET Little Wonders: Empty(), DefaultIfEmpty(), and Count()

published 744 days, 7 hours, 38 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 748 days, 2 hours, 44 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Friday, June 03, 2011 12:12:32 AM GMT
Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to write and maintain. On this post I will finish examining the System.Linq methods in the static class Enumerable by examining two extension methods Count() and DefaultIfEmpty(), and one static method Empty(). (more)
category: Web Dev | clicked: 45 | comment | | source: www.blackrabbitcoder.net
tags: .NET, Empty, Little Wonders, C#, IEnumerable, enumerable, Any, Count, Linq, DefaultIfEmpty
4
Shouts

Getting property and method names using static reflection in C#

published 744 days, 7 hours, 38 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 747 days, 5 hours, 58 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Friday, June 03, 2011 8:58:37 PM GMT
A set of utility methods for getting the name of .NET class properties and methods in a strongly typed way by parsing expression trees with C#. (more)
category: Architecture | clicked: 20 | comment | | source: joelabrahamsson.com
tags: .NET, Generics, C#, Reflection, C# .NET, lambda expressions, Expression
4
Shouts

A neat little type inference trick with C#

published 744 days, 7 hours, 38 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 747 days, 5 hours, 52 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Friday, June 03, 2011 9:04:32 PM GMT
C# offers type inference for methods, arrays etc but not for constructors. In some cases we can however still reap the benefits of type inference by using factory methods. (more)
category: Architecture | clicked: 48 | comment | | source: joelabrahamsson.com
tags: Generics, C#, C# .NET
4
Shouts

Playing with Reflection and Async

published 744 days, 7 hours, 38 minutes ago posted by abhi2434abhi2434 746 days, 8 hours, 39 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Saturday, June 04, 2011 6:17:13 PM GMT
Hi Guys, Task Asynchronous Pattern as you already know from my article, is one of the major change of next generation .NET applications. As this is already discussed in detail in the article, I will not repeat the same again here in this post. If you don't know what is it, please go ahead and read the article. In this post, I will try to use reflection to invoke our own async method.  Trying Reflection with async So to start, let us take a look at one of the simplest Async method. staticvoid Main(... (more)
category: Architecture | clicked: 27 | comment | | source: www.abhisheksur.com
tags: Async, C#, Reflection
4
Shouts

Asim Sajjad: Closing ChildWindow In MVVM by Using Attached Property

published 744 days, 7 hours, 38 minutes ago posted by asimsajjadasimsajjad 745 days, 20 hours, 39 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Sunday, June 05, 2011 6:17:18 AM GMT
In this post I will show you how to close the ChildWindow of Silverlight using Attached property in MVVM. Let us start with the example code. For this example I have created Silverlight project of template "Silverlight Navigation with Accent Color" application. I have added new ChildWindow in the view folder with the name UserInputForm and then UserInputFormViewModel in the ViewModel folder which is the used to set as the DataContext of the UserInputForm. I have created one attached property which is u... (more)
category: Metro | clicked: 12 | comment | | source: asimsajjad.blogspot.com
tags: Silverlight 4
Previous 1 2 3 4 5 6 7 8 9 10 ... 79 80 Next