DotNetShoutout - Latest published stories (page 7)
5
Shouts

How using Raygun.io makes Windows Store submission a breeze

published 87 days, 8 hours, 35 minutes ago posted by hilarycookhilarycook 95 days, 8 hours, 33 minutes ago
Friday, February 22, 2013 4:49:54 PM GMT Thursday, February 14, 2013 4:52:37 PM GMT
Raygun.io is our error tracking service that you can integrate into your apps using a few lines of code. This post explains how using it in our Windows Store made the process a breeze! (more)
category: Metro | clicked: 36 | comment | | source: www.mindscapehq.com
tags:
9
Shouts

Data binding view values to an array parameter in ASP.NET MVC

published 87 days, 8 hours, 35 minutes ago posted by lenielleniel 95 days, 18 hours, 49 minutes ago
Friday, February 22, 2013 4:49:54 PM GMT Thursday, February 14, 2013 6:36:39 AM GMT
This looks like something so easy to be done and at the same time I guess a lot of people fail the first time they try to get this working. So to help the fellow developers out there I put together a concise ASP.NET MVC 4 sample application hosted at GitHub. It shows how to data bind/postback view values to a single array parameter or a ViewModel array parameter in an controller action method. I show two ways of doing this: using a traditional/full postback and an AJAX/partial postback. This way you can ... (more)
category: How To | clicked: 33 | comment | | source: www.leniel.net
tags:
2
Shouts

Extended SFTP possibilities in the SecureBridge components!

published 87 days, 8 hours, 35 minutes ago posted by Sergii852Sergii852 96 days, 2 hours, 56 minutes ago
Friday, February 22, 2013 4:49:54 PM GMT Wednesday, February 13, 2013 10:28:52 PM GMT
Secure Bridge , a network security and data protection software for protecting TCP traffic using SSH or SSL, now supports the TScSFTPServer component. (more)
category: Data | clicked: 35 | comment | | source: www.devart.com
tags:
3
Shouts

Announcing Raygun.io: handle your app errors better!

published 87 days, 8 hours, 35 minutes ago posted by hilarycookhilarycook 96 days, 7 hours, 59 minutes ago
Friday, February 22, 2013 4:49:54 PM GMT Wednesday, February 13, 2013 5:26:25 PM GMT
Mindscape has just released their newest product - raygun.io. It's a software-as-a-service application to provide error reporting, management and notification services for software. This post details what features are currently available, the supported platforms and gives insight into the way that Raygun.io can save developers and businesses significant time and money. (more)
category: Agile | clicked: 32 | comment | | source: www.mindscapehq.com
tags:
6
Shouts

A Generic Priority Queue

published 87 days, 15 hours, 53 minutes ago posted by BlackWaspBlackWasp 97 days, 13 hours, 24 minutes ago
Friday, February 22, 2013 9:32:20 AM GMT Tuesday, February 12, 2013 12:01:05 PM GMT
A queue is a data structure that preserves the order of items added to it to give first in, first out, or FIFO, operation. A priority queue is similar but attaches a priority to each element, so that the more important items are extracted earlier. (more)
category: How To | clicked: 32 | comment | | source: www.blackwasp.co.uk
tags:
4
Shouts

Simple Way to create Timer using Javascript | Developers Code

published 88 days, 15 hours, 45 minutes ago posted by taanu51taanu51 98 days, 6 hours, 58 minutes ago
Thursday, February 21, 2013 9:40:20 AM GMT Monday, February 11, 2013 6:26:58 PM GMT
Simple Way to create Timer using Javascript | Developers Code (more)
category: Web Dev | clicked: 22 | comment | | source: www.developerscode.com
tags:
3
Shouts

Strip html tags and extract subset of string from text using regular expression in c-sharp | dotNETspidor: A dot net programming blog

published 90 days, 14 hours, 42 minutes ago posted by sangam100sangam100 99 days, 20 hours, 45 minutes ago
Tuesday, February 19, 2013 10:43:26 AM GMT Sunday, February 10, 2013 4:39:51 AM GMT
Presenting a quick tips on how to strip html from text using regular expression (Regex) in C#. In a scenario like presenting a blurb or summary of certain characters we may need to remove html tags from a html string (of news details, article details etc.) Read on.. (more)
category: How To | clicked: 13 | comment | | source: dotnetspidor.blogspot.com
tags:
3
Shouts

Transforming web.config in TFS builds

published 90 days, 14 hours, 42 minutes ago posted by brunomarquesbrunomarques 100 days, 13 hours, 16 minutes ago
Tuesday, February 19, 2013 10:43:26 AM GMT Saturday, February 09, 2013 12:08:54 PM GMT
How to transform web.config files using XDT's in a TFS build with a brand new Microsoft API (more)
category: Architecture | clicked: 29 | comment | | source: geeklyeverafter.blogspot.pt
tags:
4
Shouts

C#/.NET Little Wonders: Explicit Interface Implementation

published 91 days, 9 hours, 28 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 101 days, 6 hours, 46 minutes ago
Monday, February 18, 2013 3:57:25 PM GMT Friday, February 08, 2013 6:39:29 PM GMT
Most of the time in C#, we implement interfaces implicitly. This is by far the simplest method and makes the method available both to consumers of the interface and the implementing type directly. There are times, though, when you may want to implement an interface, but hide or change how the interface implementation is exposed in the implementing type. This is done through explicit interface implementation, which we will discuss today. (more)
category: Web Dev | clicked: 36 | 1 comment | | source: www.blackrabbitcoder.net
tags:
3
Shouts

The problem of animals and foods - Bnaya Eshet

published 91 days, 9 hours, 28 minutes ago posted by bnayabnaya 100 days, 19 hours, 31 minutes ago
Monday, February 18, 2013 3:57:25 PM GMT Saturday, February 09, 2013 5:54:36 AM GMT
this is a short post that is dealing with a classic riddle. I was thinking on this riddle when I was trying to figure out a Scala feature. we are having (at Sela Group) a small Scala study group led by Israel Tabadi and while we were going over Scala's abstract type (which is by the way a cool implementation) I was thinking about the .NET equivalent solution. I will use the problem of "animals and foods" (taken from here) as an anchor's point. The problem: assuming an Animal with a method, Eat, which ... (more)
category: Architecture | clicked: 11 | comment | | source: blogs.microsoft.co.il
tags:
4
Shouts

Binding to Keyboard and Mouse events in WPF using MVVM

published 91 days, 15 hours, 56 minutes ago posted by abhi2434abhi2434 101 days, 12 hours, 2 minutes ago
Monday, February 18, 2013 9:28:56 AM GMT Friday, February 08, 2013 1:23:19 PM GMT
Deal with mouse and keyboard events using Inputbinding pattern in WPF and Silverlight to ensure the MVVM is maintained for those actions. (more)
category: Architecture | clicked: 33 | comment | | source: www.helloworldgeeks.com
5
Shouts

Using MongoDB from C# | Mauro Krikorian

published 94 days, 16 hours, 17 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 102 days, 2 hours, 17 minutes ago
Friday, February 15, 2013 9:08:21 AM GMT Thursday, February 07, 2013 11:08:10 PM GMT
Today I’ve been playing a little with MongoDB, and after enjoyed triggering a few commands from Mongo’s console, I decided to download, build and try the C# driver. Build it and use it is pretty straightforward, and in a couple of minutes you can be playing with your local database from a C# console application. So I... (more)
category: How To | clicked: 17 | comment | | source: blogs.southworks.net
tags:
4
Shouts

Submitting your App to the Windows Store and Avoiding Common Submission Errors

published 94 days, 16 hours, 17 minutes ago posted by mbcrumpmbcrump 103 days, 21 hours, 54 minutes ago
Friday, February 15, 2013 9:08:21 AM GMT Wednesday, February 06, 2013 3:31:02 AM GMT
You’ve done it, you have finally finished your Windows 8 app and are ready to submit it to the Windows Store. Your masterpiece can now be downloaded by the hundreds and thousands of Windows 8 users. You have made sure your code is clean, double checked your unit tests and deployed it onto another device just to triple-check. You are ready to submit your app, but are you really ready? (more)
category: Metro | clicked: 15 | comment | | source: blogs.telerik.com
tags:
5
Shouts

A LINQ Style Partition Operator

published 94 days, 16 hours, 17 minutes ago posted by BlackWaspBlackWasp 102 days, 13 hours, 36 minutes ago
Friday, February 15, 2013 9:08:21 AM GMT Thursday, February 07, 2013 11:48:55 AM GMT
Sometimes a sequence of values needs to be split into partitions, batches or chunks. This article describes an extension method that performs such an operation, accepting a collection of any type and returning a set of sequences from its contents. (more)
category: How To | clicked: 26 | comment | | source: www.blackwasp.co.uk
tags:
3
Shouts

WPF Performance based on Framerates

published 94 days, 16 hours, 17 minutes ago posted by abhi2434abhi2434 103 days, 12 hours, 52 minutes ago
Friday, February 15, 2013 9:08:21 AM GMT Wednesday, February 06, 2013 12:33:44 PM GMT
Changing the default framerates for an application to reduce WPF unnecessary framerates (more)
category: Architecture | clicked: 15 | comment | | source: www.helloworldgeeks.com
3
Shouts

A little of RavenDB | Mauro Krikorian

published 94 days, 16 hours, 17 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 102 days, 2 hours, 16 minutes ago
Friday, February 15, 2013 9:08:21 AM GMT Thursday, February 07, 2013 11:09:09 PM GMT
Hi, a few days ago I published an article showing how you can easily use MongoDB under C#. In this article I mainly plan to show the same operations or features, but using RavenDB. As this database is built in C# it will be easier to integrate it a native C# client. Besides both databases have very similar... (more)
category: How To | clicked: 15 | comment | | source: blogs.southworks.net
tags:
3
Shouts

A touch from the distributed NoSql DB world | Mauro Krikorian

published 94 days, 16 hours, 17 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 102 days, 2 hours, 18 minutes ago
Friday, February 15, 2013 9:08:21 AM GMT Thursday, February 07, 2013 11:07:09 PM GMT
Lately I’ve reading the ‘Seven Databases in Seven Weeks’ book, and besides recommending it if you like databases in general, there are a lot of interesting concepts and ideas to learn from. In this post I won’t be talking about the details or good uses of a particular DB or which one to choose to... (more)
category: Data | clicked: 21 | comment | | source: blogs.southworks.net
tags:
3
Shouts

ASP.NET MVC: Auto upgrade MVC 3 to MVC 4 application | dotnetExpertGuide.com

published 94 days, 16 hours, 17 minutes ago posted by nandipnandip 104 days, 1 hour, 10 minutes ago
Friday, February 15, 2013 9:08:21 AM GMT Wednesday, February 06, 2013 12:15:38 AM GMT
Yeah you read it right... Its NuGet package to auto upgrade existing ASP.NET MVC 3 application to ASP.NET MVC 4 application. Along with auto upgradtion I have also included MVC 4 FixedDisplayModes, Web Optimization Framework, DotNetOpenAuth packages for enabling oAuth login after upgrade. It will also add AuthConfig.cs & BundleConfig.cs in App_Start directory. To enable oAuth & Bundling... (more)
category: How To | clicked: 26 | comment | | source: www.dotnetexpertguide.com
tags:
4
Shouts

Tabular Models and Multidimensional Models in SQL Server 2012 | TechBubbles

published 94 days, 16 hours, 17 minutes ago posted by kalyanms1kalyanms1 104 days, 10 hours, 57 minutes ago
Friday, February 15, 2013 9:08:21 AM GMT Tuesday, February 05, 2013 2:28:21 PM GMT
Tabular Model is a new data model introduced in SQL Server 2012 Analysis services. Tabula Models are in-memory databases which uses analytic engine named (VertiPaq) which delivers fast access to data to client applications like Excel and Power View. This post describes the differences between Tabular Model and Multidimensional model and outlines which model to choose and when over the other. It is required to understand the new BISM(Business Intelligence Semantic Model) in SQL Server 2012. This model was... (more)
category: Architecture | clicked: 17 | comment | | source: www.techbubbles.com
tags:
4
Shouts

How to create smart client application using Visual Studio

published 95 days, 14 hours, 42 minutes ago posted by abhi2434abhi2434 104 days, 17 hours, 13 minutes ago
Thursday, February 14, 2013 10:43:31 AM GMT Tuesday, February 05, 2013 8:11:59 AM GMT
Deploying an application as smart client using visual studio. Steps to sign assemblies and produce smart applications. (more)
category: Architecture | clicked: 43 | comment | | source: www.helloworldgeeks.com