DotNetShoutout - Latest published stories (page 12)
2
Shouts

Async and AggregateException - Bnaya Eshet

published 147 days, 22 hours, 28 minutes ago posted by bnayabnaya 156 days, 16 hours, 34 minutes ago
Wednesday, January 23, 2013 1:31:26 PM GMT Monday, January 14, 2013 7:26:03 PM GMT
this post is a complementary to Eran Stiller's post. I was reading Eran Stiller's post about exception handling using async methods and I want to add a few side notes. (more)
category: Architecture | clicked: 17 | comment | | source: blogs.microsoft.co.il
tags:
3
Shouts

XML Deserialization Events

published 147 days, 22 hours, 28 minutes ago posted by BlackWaspBlackWasp 156 days, 23 hours, 31 minutes ago
Wednesday, January 23, 2013 1:31:26 PM GMT Monday, January 14, 2013 12:29:06 PM GMT
The standard XML serializer is forgiving when deserializing XML documents with unexpected elements and attributes. Generally these additional XML nodes are ignored, though their existence can be identified with the use of deserialization events. (more)
category: How To | clicked: 19 | comment | | source: www.blackwasp.co.uk
tags:
2
Shouts

A Reusable INotifyPropertyChanged Extension Method

published 149 days, 52 minutes ago posted by BlackWaspBlackWasp 155 days, 1 hour, 14 minutes ago
Tuesday, January 22, 2013 11:07:34 AM GMT Wednesday, January 16, 2013 10:46:04 AM GMT
The INotifyPropertyChanged interface is applied to classes that need to create notifications when their property values are updated. One problem with the usual manner of implementing the interface is the use of literal strings to specify property names. (more)
category: How To | clicked: 51 | comment | | source: www.blackwasp.co.uk
tags:
3
Shouts

Create, Host(Self Hosting, IIS hosting) and Consume WCF servcie

published 149 days, 52 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 154 days, 17 hours, 9 minutes ago
Tuesday, January 22, 2013 11:07:34 AM GMT Wednesday, January 16, 2013 6:51:09 PM GMT
Windows Communication foundation API allows to build distributed architecture in such manner that once created service code can be utilize by the in-house application which using tcp/ip to communicate, web application using http protocol to communicate to web services, application using msmq. WCF Services also works with the application developed other than .net framework. (more)
category: How To | clicked: 9 | comment | | source: pranayamr.blogspot.ca
tags:
3
Shouts

Building Windows Phone Application using HTML5 and OData | TechBubbles

published 149 days, 52 minutes ago posted by kalyanms1kalyanms1 155 days, 21 hours, 49 minutes ago
Tuesday, January 22, 2013 11:07:34 AM GMT Tuesday, January 15, 2013 2:10:25 PM GMT
This post explains the steps to create a Windows Phone application using HTML5 and OData. You need to install Windows Phone SDK on developer machine which can be downloaded from here. The idea is to show the product categories information from Northwind OData service. (more)
category: Architecture | clicked: 17 | comment | | source: www.techbubbles.com
tags:
4
Shouts

LIKE operator in LINQ

published 149 days, 52 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 158 days, 17 hours, 16 minutes ago
Tuesday, January 22, 2013 11:07:34 AM GMT Saturday, January 12, 2013 6:43:41 PM GMT
LIKE operator in LINQ (more)
category: How To | clicked: 44 | comment | | source: www.ginktage.com
tags:
2
Shouts

Apply XDT transforms to your ServiceDefinition.csdef file

published 149 days, 52 minutes ago posted by sandrinosandrino 152 days, 22 hours, 31 minutes ago
Tuesday, January 22, 2013 11:07:34 AM GMT Friday, January 18, 2013 1:29:06 PM GMT
I’ve seen a few customers use Medium sized roles in production and ExtraSmall sized roles in their test environment to reduce the cost of compute hours. They typically use multiple ServiceDefinition.csdef files (one for each environment) which also means they need to make changes to all of these files if they add an endpoint for example. Let’s see how we can use XDT transforms (the web.config transformations syntax) to support multiple ServiceDefinition.csdef files. (more)
category: Architecture | clicked: 3 | comment | | source: fabriccontroller.net
tags:
2
Shouts

Clean, Better, and Sexier Generic Repository Implementation for Entity Framework

published 152 days, 18 hours, 25 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 160 days, 2 hours, 19 minutes ago
Friday, January 18, 2013 5:34:44 PM GMT Friday, January 11, 2013 9:41:18 AM GMT
With the new release of the GenericRepository.EntityFramework package, we now have clean, better and sexier generic repository implementation for Entity Framework. Enjoy! (more)
category: Web Dev | clicked: 81 | comment | | source: tugberkugurlu.com
tags:
3
Shouts

JavaScript-Heavy, Maintainable Web Applications by a n00b: 101 - Leveraging Existing Libraries

published 152 days, 18 hours, 25 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 161 days, 3 hours, 57 minutes ago
Friday, January 18, 2013 5:34:44 PM GMT Thursday, January 10, 2013 8:02:41 AM GMT
I decided to dedicate this part of my life to JavaScript for a while and I will write my experience on JavaScript-heavy, maintainable web Applications as a n00b. (more)
category: Web Dev | clicked: 42 | comment | | source: tugberkugurlu.com
tags:
2
Shouts

Code Review Process Now Smoother with Review Assistant v1.2

published 152 days, 18 hours, 25 minutes ago posted by Sergii852Sergii852 156 days, 10 hours, 38 minutes ago
Friday, January 18, 2013 5:34:44 PM GMT Tuesday, January 15, 2013 1:21:42 AM GMT
New version of Devart's code review tool, Review Assistant 1.2, comprises new features, overall performance improvements, and various minor bug fixes, detected and kindly reported by the users. (more)
category: Data | clicked: 20 | comment | | source: www.devart.com
tags:
4
Shouts

SharePoint Social Data using Java Script | TechBubbles

published 152 days, 18 hours, 25 minutes ago posted by kalyanms1kalyanms1 158 days, 22 hours, 28 minutes ago
Friday, January 18, 2013 5:34:44 PM GMT Saturday, January 12, 2013 1:32:20 PM GMT
This post shows the code to call the default like button functionality in SharePoint 2010 and also shows you how to show the number of likes for given URL using Jquery and SPServices. Call the below javascript function in sharepoint socialdata.js file for liking an item. Below code can be used on an image click to replicate the SharePoint 2010 like (more)
category: Architecture | clicked: 19 | comment | | source: www.techbubbles.com
tags:
2
Shouts

Asserting Behavior with JustMock

published 152 days, 18 hours, 25 minutes ago posted by KodefuGuruKodefuGuru 156 days, 8 hours, 16 minutes ago
Friday, January 18, 2013 5:34:44 PM GMT Tuesday, January 15, 2013 3:43:48 AM GMT
JustMock is a great tool for abstracting dependencies in unit tests, and the new automocking feature makes it even faster to develop unit tests. Another great feature in JustMock and JustMock Lite is the capability to assert the behavior of your system under test. (more)
category: Agile | clicked: 13 | comment | | source: blogs.telerik.com
tags:
3
Shouts

Display and Format Negative Currency value

published 152 days, 18 hours, 25 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 156 days, 16 hours, 52 minutes ago
Friday, January 18, 2013 5:34:44 PM GMT Monday, January 14, 2013 7:07:27 PM GMT
This small tip about how to show the negative currency value in your application. For Example if you have currency value like -1234 and you want to display it like -$1,234 according to you culture. (more)
category: How To | clicked: 3 | comment | | source: pranayamr.blogspot.ca
tags:
2
Shouts

Parallel task in C# 4.0 - DotNetLogix

published 152 days, 18 hours, 25 minutes ago posted by DotNetLogixDotNetLogix 159 days, 13 hours, 30 minutes ago
Friday, January 18, 2013 5:34:44 PM GMT Friday, January 11, 2013 10:29:48 PM GMT
In today’s computing world is all about Parallel processing. You have multicore CPU where you have different core doing different work parallel or its doing same task parallel. For example I am having 4-core CPU as follows. So the code that I write should take care of this. (more)
category: How To | clicked: 18 | comment | | source: www.dotnetlogix.com
tags:
3
Shouts

Developing your first Windows Phone 8 Application

published 152 days, 18 hours, 25 minutes ago posted by dotnetsparkdotnetspark 159 days, 23 hours, 6 minutes ago
Friday, January 18, 2013 5:34:44 PM GMT Friday, January 11, 2013 12:53:28 PM GMT
In this article we are going to see how to develop your first Windows Phone 8 Application using the all new Visual Studio 2012 IDE (more)
category: Metro | clicked: 20 | comment | | source: www.dotnetspark.com
tags:
2
Shouts

MEF 2.0 - mini series: part 4 (Fluent Import) - Bnaya Eshet

published 155 days, 1 hour, 43 minutes ago posted by bnayabnaya 158 days, 17 hours, 38 minutes ago
Wednesday, January 16, 2013 10:16:20 AM GMT Saturday, January 12, 2013 6:21:42 PM GMT
we was talking about Fluent Export and Constructor Injection in the previous posts. this post will complete the main scenarios of Import's fluent API. (more)
category: Architecture | clicked: 15 | comment | | source: blogs.microsoft.co.il
tags:
2
Shouts

List of Resources on Asynchronous Programming for .NET Server Applications with C#

published 155 days, 1 hour, 43 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 161 days, 3 hours, 55 minutes ago
Wednesday, January 16, 2013 10:16:20 AM GMT Thursday, January 10, 2013 8:04:39 AM GMT
I listed some resources on asynchronous programming for .NET server applications with C# which consist of blog posts, presentations and podcasts. (more)
category: Web Dev | clicked: 42 | comment | | source: tugberkugurlu.com
tags:
2
Shouts

Creating Application Bar in Windows Phone Page via Designer in Visual Studio 2012

published 156 days, 2 hours, 37 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 161 days, 5 hours, 27 minutes ago
Tuesday, January 15, 2013 9:22:23 AM GMT Thursday, January 10, 2013 6:32:59 AM GMT
Creating Application Bar in Windows Phone Page via Designer in Visual Studio 2012 (more)
category: How To | clicked: 27 | comment | | source: mobileosgeek.com
tags:
2
Shouts

Tips to Keep Your WordPress Site Running Smoothly

published 156 days, 2 hours, 37 minutes ago posted by smartkathysmartkathy 162 days, 9 hours, 49 minutes ago
Tuesday, January 15, 2013 9:22:23 AM GMT Wednesday, January 09, 2013 2:10:53 AM GMT
Wordpress which is open source blogging tool handles more than 22% of all new websites coming up today. The great tools and plugins it provides are a great asset for website development for the web developers. (more)
category: Web Dev | clicked: 8 | comment | | source: www.zealousweb.co.uk
tags:
2
Shouts

Windows Phone Page Alignment Grid in Visual Studio 2012

published 156 days, 2 hours, 37 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 165 days, 9 hours, 53 minutes ago
Tuesday, January 15, 2013 9:22:23 AM GMT Sunday, January 06, 2013 2:06:34 AM GMT
Windows Phone Page Alignment Grid in Visual Studio 2012 (more)
category: How To | clicked: 34 | comment | | source: mobileosgeek.com
tags:
Previous 1 2 ... 8 9 10 11 12 13 14 15 16 17 ... 478 479 Next