DotNetShoutout - Latest published stories (page 11)
6
Shouts

Announcing: Literate programming tools for F#

published 138 days, 1 hour, 41 minutes ago posted by http://tomaspetricek.pip.verisignlabs.com/http://tomaspetricek.pip.verisignlabs.com/ 146 days, 13 hours, 24 minutes ago
Thursday, January 31, 2013 5:23:10 PM GMT Wednesday, January 23, 2013 5:39:36 AM GMT
This article introduces a new F# package that makes it possible to write literate F# programs that combine code with documentation. Given an F# script with a special comments or Markdown document with F# code, you get a nicely formatted HTML that can be used to build documentation or write blogs. (more)
category: How To | clicked: 8 | comment | | source: tomasp.net
tags:
6
Shouts

Frontend Single Point of Failure

published 138 days, 1 hour, 41 minutes ago posted by deanomachinodeanomachino 146 days, 15 hours, 14 minutes ago
Thursday, January 31, 2013 5:23:10 PM GMT Wednesday, January 23, 2013 3:49:35 AM GMT
At this year's Velocity Europe conference, I watched a great talk by Google's Patrick Meenan about 3rd party scripts and frontend Single Point of Failure (SPOF). A single point of failure is a part of a system that, if it fails, will stop the entire system from working. Quite often, you may add 3rd party scripts such as jQuery, social sharing buttons or Ad tracking scripts to your website with the best intentions, but depending on the way that these scripts are loaded you could potentially create a front... (more)
category: Web Dev | clicked: 18 | comment | | source: www.deanhume.com
tags:
7
Shouts

How to get Title and Meta Tags with url using asp.net and c# | Developers Code

published 138 days, 1 hour, 41 minutes ago posted by taanu51taanu51 146 days, 21 hours, 24 minutes ago
Thursday, January 31, 2013 5:23:10 PM GMT Tuesday, January 22, 2013 9:40:17 PM GMT
In this article i would like to explain the procedure of getting the Title and Meta Tags with url using asp.net and c# In my previous articles i already explained about Basic comments section using Asp.net and c# , Tracking User information using Asp.net and c# and Currency converter application using Asp.net and c# Here i am going to explain how to fetch the title and meta tags with live url, just like in Facebook. Read more: http://www.developerscode.com/2013/01/how-to-get-title-and-meta-tags-with-url... (more)
category: Web Dev | clicked: 31 | comment | | source: www.developerscode.com
tags:
6
Shouts

Count() and Count property

published 138 days, 9 hours, 44 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 146 days, 23 hours, 20 minutes ago
Thursday, January 31, 2013 9:19:39 AM GMT Tuesday, January 22, 2013 7:43:49 PM GMT
In this small post I am going to discuss about the Count property and Count() method that used to return count of number of element in collection. (more)
category: How To | clicked: 39 | comment | | source: pranayamr.blogspot.ca
tags:
3
Shouts

Setting SharePoint Master Page using Power Shell | TechBubbles

published 139 days, 2 hours, 51 minutes ago posted by kalyanms1kalyanms1 147 days, 22 hours, 43 minutes ago
Wednesday, January 30, 2013 4:12:24 PM GMT Monday, January 21, 2013 8:20:37 PM GMT
You can use Master Page under look and feel section in SharePoint site settings for changing the Master Page for your site. (more)
category: Architecture | clicked: 14 | comment | | source: www.techbubbles.com
tags:
3
Shouts

Windows Presentation Foundation

published 139 days, 6 hours, 40 minutes ago posted by BlackWaspBlackWasp 147 days, 8 hours, 58 minutes ago
Wednesday, January 30, 2013 12:23:20 PM GMT Tuesday, January 22, 2013 10:06:09 AM GMT
This is the first in a series of articles describing the use of Windows Presentation Foundation (WPF), a powerful technology for creating Microsoft Windows-based, smart client software. The tutorial begins with an overview of the benefits of WPF. (more)
category: How To | clicked: 10 | comment | | source: www.blackwasp.co.uk
tags:
2
Shouts

Using MySQL with Entity Framework in .NET Application.

published 139 days, 6 hours, 40 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 148 days, 20 hours, 42 minutes ago
Wednesday, January 30, 2013 12:23:20 PM GMT Sunday, January 20, 2013 10:21:33 PM GMT
Using MySQL with Entity Framework in .NET Application. (more)
category: How To | clicked: 24 | comment | | source: www.ginktage.com
tags:
3
Shouts

C# Optional Parameters in Library Code

published 140 days, 9 hours, 46 minutes ago posted by BlackWaspBlackWasp 150 days, 6 hours, 7 minutes ago
Tuesday, January 29, 2013 9:17:31 AM GMT Saturday, January 19, 2013 12:56:21 PM GMT
C# optional parameters provide a handy way to create methods that can be called with a varying number of arguments but without the need to create overloaded versions. However, the way that they are used in referenced libraries can cause problems. (more)
category: How To | clicked: 24 | comment | | source: www.blackwasp.co.uk
tags:
3
Shouts

My Agile Journey

published 144 days, 7 hours, 13 minutes ago posted by mikeborozdinmikeborozdin 148 days, 6 hours, 44 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 144 days, 7 hours, 13 minutes ago posted by MikeMoreMikeMore 150 days, 19 hours, 3 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 144 days, 7 hours, 13 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 152 days, 3 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 144 days, 7 hours, 13 minutes ago posted by bnayabnaya 153 days, 23 hours, 56 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 145 days, 9 hours, 20 minutes ago posted by bnayabnaya 154 days, 23 hours, 41 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 145 days, 9 hours, 20 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 152 days, 10 hours, 40 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 145 days, 9 hours, 20 minutes ago posted by kalyanms1kalyanms1 155 days, 5 hours, 28 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 145 days, 9 hours, 20 minutes ago posted by bnayabnaya 152 days, 23 hours, 36 minutes 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 145 days, 9 hours, 20 minutes ago posted by sandrinosandrino 153 days, 9 hours, 27 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 146 days, 5 hours, 32 minutes ago posted by taanu51taanu51 154 days, 1 hour, 13 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 146 days, 5 hours, 32 minutes ago posted by bnayabnaya 154 days, 23 hours, 38 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 146 days, 5 hours, 32 minutes ago posted by BlackWaspBlackWasp 155 days, 6 hours, 35 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:
Previous 1 2 ... 7 8 9 10 11 12 13 14 15 16 ... 478 479 Next