DotNetShoutout - Latest published stories (page 10)
3
Shouts

My Agile Journey

published 118 days, 1 hour, 37 minutes ago posted by mikeborozdinmikeborozdin 122 days, 1 hour, 9 minutes ago
Friday, January 25, 2013 11:51:18 AM GMT Monday, January 21, 2013 12:19:48 PM GMT
What has helped me and what I've noticed, while learning the Agile Software Development (more)
category: Agile | clicked: 42 | comment | | source: www.mikeborozdin.com
tags:
2
Shouts

14 Most Popular jQuery Plugins of December 2012

published 118 days, 1 hour, 37 minutes ago posted by MikeMoreMikeMore 124 days, 13 hours, 28 minutes ago
Friday, January 25, 2013 11:51:18 AM GMT Saturday, January 19, 2013 12:00:20 AM GMT
It's time to look over the last month and see the top jQuery plugins of December 2012, 14 fresh plugins to help you keeping up with new technologies. (more)
category: Web Dev | clicked: 63 | comment | | source: www.moretechtips.net
tags:
2
Shouts

Return Anonymous type

published 118 days, 1 hour, 37 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 125 days, 18 hours, 28 minutes ago
Friday, January 25, 2013 11:51:18 AM GMT Thursday, January 17, 2013 7:00:31 PM GMT
In this post I am going to discuss about returning the anonymous type and how to handle in code. Following is list of fact about anonymous type. (more)
category: How To | clicked: 18 | comment | | source: pranayamr.blogspot.ca
tags:
7
Shouts

MEF 2.0 - mini series: part 5 (Fluent export properties) - Bnaya Eshet

published 118 days, 1 hour, 37 minutes ago posted by bnayabnaya 127 days, 18 hours, 21 minutes ago
Friday, January 25, 2013 11:51:18 AM GMT Tuesday, January 15, 2013 7:07:45 PM GMT
Exporting properties is a less known feature of MEF. MEF 1 was supporting this feature by using the attribute model. you could decorate a property with a [Export] attribute and then it become available for imports. the following code demonstrate property exporting in MEF 1: (more)
category: Architecture | clicked: 24 | comment | | source: blogs.microsoft.co.il
tags:
2
Shouts

Entity Framework - Pro and Con - Bnaya Eshet

published 119 days, 3 hours, 45 minutes ago posted by bnayabnaya 128 days, 18 hours, 5 minutes ago
Thursday, January 24, 2013 9:43:26 AM GMT Monday, January 14, 2013 7:22:59 PM GMT
Consulting as part of a consultant group can lead to better consulting. Sela Israel consultant group is around 40 consultants many of them are speakers in local and international conference. It happens that one of our customers was having some issues around the usage of Entity Framework. even those I was thinking that I'm having most of the answer for that customer I decided to use our internal channel to query what are my colleagues opinions about those issues and sea whether they can enlighten a bro... (more)
category: Architecture | clicked: 44 | comment | | source: blogs.microsoft.co.il
tags:
3
Shouts

Code clarity: ASP.NET MVC 2 - Building extensible view engine.

published 119 days, 3 hours, 45 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 126 days, 5 hours, 5 minutes ago
Thursday, January 24, 2013 9:43:26 AM GMT Thursday, January 17, 2013 8:23:39 AM GMT
Describes how to extend standard MVC view engine to support skinning. This technique was initially used to add areas and themes in MVC 2.0, and same solution were used by MS in MVC 3 to add areas. (more)
category: How To | clicked: 13 | comment | | source: code-clarity.blogspot.com
tags:
2
Shouts

Facebook Canvas Application in ASP.NET | TechBubbles

published 119 days, 3 hours, 45 minutes ago posted by kalyanms1kalyanms1 128 days, 23 hours, 53 minutes ago
Thursday, January 24, 2013 9:43:26 AM GMT Monday, January 14, 2013 1:35:36 PM GMT
A number of enhancements made in ASP.NET web tools 2012.12 for web developers which can be found here. In this update you have a new ASP.NET Facebook template which actually uses the open source Facebook C# SDK, which helps the developers to build the Facebook Canvas applications. This post outlines creating simple Facebook Canvas Application using ASP.NET and deploying that to Windows Azure. (more)
category: Architecture | clicked: 39 | comment | | source: www.techbubbles.com
tags:
2
Shouts

MEF 2.0 - mini series: part 6 (Composition scoping and lifetime management) - Bnaya Eshet

published 119 days, 3 hours, 45 minutes ago posted by bnayabnaya 126 days, 18 hours, 1 minute ago
Thursday, January 24, 2013 9:43:26 AM GMT Wednesday, January 16, 2013 7:27:36 PM GMT
in this post I will cover a new concept of scoping and part lifetime management, which is a great improvement over MEF 1. MEF 1 was coming with a fairly naïve lifetime management. part's lifetime could be either shared or non-shared (you could also apply 'any' but eventually 'any' will be created as shared or non-shared). shared is a singleton instantiation, while non-shared will create a new instance each time. MEF 1's instantiation model doesn't support a complex scenario where some dependency's li... (more)
category: Architecture | clicked: 22 | comment | | source: blogs.microsoft.co.il
tags:
3
Shouts

Manage your subscriptions with the Windows Azure Tools for Visual Studio

published 119 days, 3 hours, 45 minutes ago posted by sandrinosandrino 127 days, 3 hours, 52 minutes ago
Thursday, January 24, 2013 9:43:26 AM GMT Wednesday, January 16, 2013 9:36:39 AM GMT
In the last few months the tooling for Windows Azure greatly improved: a new portal, official PowerShell cmdlets, azure-cli, … In this article I would like to focus on the Windows Azure Tools for Visual Studio which is one of the components included in the Windows Azure SDK for .NET installation (more)
category: Architecture | clicked: 15 | comment | | source: fabriccontroller.net
tags:
4
Shouts

Create Basic comments section with gravatar using Asp.net,c#,sqlserver | Developers Code

published 119 days, 23 hours, 57 minutes ago posted by taanu51taanu51 127 days, 19 hours, 37 minutes ago
Wednesday, January 23, 2013 1:31:26 PM GMT Tuesday, January 15, 2013 5:51:02 PM GMT
Comments_section Hi, In this article i would like to explain How to create a basic comments section using asp.net,c# and sqlserver with gravatar Recently i have published articles about how to create currency converter application and how to track users login information Now i am going to create a basic comments section box using asp.net and Read more: http://www.developerscode.com/2013/01/create-basic-comments-section-with.html#ixzz2I15N5Xvd (more)
category: Web Dev | clicked: 34 | comment | | source: www.developerscode.com
tags:
2
Shouts

Async and AggregateException - Bnaya Eshet

published 119 days, 23 hours, 57 minutes ago posted by bnayabnaya 128 days, 18 hours, 2 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 119 days, 23 hours, 57 minutes ago posted by BlackWaspBlackWasp 129 days, 59 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 121 days, 2 hours, 21 minutes ago posted by BlackWaspBlackWasp 127 days, 2 hours, 42 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 121 days, 2 hours, 21 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 126 days, 18 hours, 37 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 121 days, 2 hours, 21 minutes ago posted by kalyanms1kalyanms1 127 days, 23 hours, 18 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 121 days, 2 hours, 21 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 130 days, 18 hours, 45 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 121 days, 2 hours, 21 minutes ago posted by sandrinosandrino 124 days, 23 hours, 59 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 124 days, 19 hours, 54 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 132 days, 3 hours, 47 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 124 days, 19 hours, 54 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 133 days, 5 hours, 26 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 124 days, 19 hours, 54 minutes ago posted by Sergii852Sergii852 128 days, 12 hours, 7 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: 19 | comment | | source: www.devart.com
tags:
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 ... 476 477 Next