Hussey
Name: Hussey
Score: 2,589.28
Last Seen: 1206 days, 3 hours, 31 minutes ago
Member Since: 14 October, 2009
DotNetShoutout
atom rss
8
Shouts

Code Capers | Dynamic Select Lists with MVC and jQuery

published 1203 days, 21 hours, 46 minutes ago posted by mceranskimceranski 1207 days, 15 hours, 57 minutes ago
Sunday, January 31, 2010 7:48:30 PM GMT Thursday, January 28, 2010 1:38:00 AM GMT
There are occasions when you are developing a form and you need to have a drop down list that dynamically populates based on the value of another control. The classic example is a contact form that dynamically populates the states and provinces list when a country is selected. For example, when I select "United States" I want the child drop down to have entries like New York, Alabama, Texas and etcetera. When I select "Canada" I would expect to see provinces like Nova Scotia and Ontario. Fortunately, thi... (more)
category: Web Dev | clicked: 1 | comment | | source: www.codecapers.com
tags: jQuery, MVC, ASP.NET
10
Shouts

SQL-Articles - Measure SQL Server Replication Latency

published 1206 days, 6 hours, 59 minutes ago posted by sqlarticlessqlarticles 1213 days, 15 hours, 48 minutes ago
Friday, January 29, 2010 10:35:37 AM GMT Friday, January 22, 2010 1:47:08 AM GMT
This script can be used to measure Latency in your Replication Subsystem. This script does not use TRACER TOKENS and there would be no negative impact to the system's performance. (more)
category: Data | clicked: 0 | comment | | source: www.sql-articles.com
tags: replication, Performance, replication latency
12
Shouts

Alvas.Net Blog: What is ACM driver?

published 1203 days, 3 hours, 51 minutes ago posted by alvasalvas 1207 days, 9 hours, 35 minutes ago
Monday, February 01, 2010 1:44:24 PM GMT Thursday, January 28, 2010 7:59:48 AM GMT
Audio Compression Manager (ACM) is the Windows multimedia framework that manages audio codecs. Codec is a computer program that compresses/decompresses digital audio data according to a given audio file format or streaming audio format. ACM driver is dynamic-link library (DLL) which contains audio codecs for different audio formats. ACM driverss can be recognized by their filename extension ".acm". For more details please see AudioCompressionManager The code below can be used to list ACM codec... (more)
category: How To | clicked: 0 | comment | | source: alvasnet.blogspot.com
tags: Audio&Multimedia
12
Shouts

Binding UI Events from View to commands in ViewModel in Silverlight 4

published 1206 days, 6 hours, 59 minutes ago posted by http://roboblob.myopenid.com/http://roboblob.myopenid.com/ 1208 days, 8 hours, 41 minutes ago
Friday, January 29, 2010 10:35:37 AM GMT Wednesday, January 27, 2010 8:53:31 AM GMT
Binding UI Events from View to commands in ViewModel in Silverlight 4 In previous two posts we covered wiring up the Views and ViewModels and Blendability and showing ModalDialogs in MVVM way. Today we will touch another problem that people starting with MVVM very often fail to address properly: Handling the UI Events of the View in the ViewModel while avoiding placing any logic in code behind of the View. So our design goals for this post... (more)
category: Metro | clicked: 1 | comment | | source: blog.roboblob.com
tags: .NET, Silverlight, C#, ViewModel, UI, Silverlight 4, Blend, MVVM, View
12
Shouts

Extreme ASP.NET - Text Template Transformation Toolkit and ASP.NET MVC

published 1203 days, 21 hours, 46 minutes ago posted by ali62bali62b 1207 days, 13 hours, 43 minutes ago
Sunday, January 31, 2010 7:48:30 PM GMT Thursday, January 28, 2010 3:51:52 AM GMT
Microsoft Visual Studio includes a code generation engine known as T4 (which is short for Text Template Transformation Toolkit). You’ve probably already used T4 templates in Visual Studio without even knowing they were working behind the scenes. In this article I’m going to give you a basic introduction to T4 templates and show you how ASP.NET MVC uses this technology. I’ll also show you how to customize T4 templates to enhance your day-to-day work with the MVC framework. (more)
category: Web Dev | clicked: 2 | comment | | source: msdn.microsoft.com
tags: ASP.NET MVC, T4, T4 Editor, T4 Templates, T4MVC
11
Shouts

JEF CLAES ON .NET AND LIFE: An introduction to ASP.NET Ajax 4: Ajax Templating

published 1203 days, 21 hours, 46 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 1207 days, 9 hours, 52 minutes ago
Sunday, January 31, 2010 7:48:30 PM GMT Thursday, January 28, 2010 7:42:46 AM GMT
ASP.NET Ajax 4 contains a powerful templating engine. The Dataview makes it very easy to bind JSON data to HTML elements. You can bind the JSON data to the Dataview imperatively or declaratively (mapping html elements with javascript). Some code examples shows best.. (more)
category: Web Dev | clicked: 0 | comment | | source: jclaes.blogspot.com
tags: ASP.NET AJAX 4
8
Shouts

Rounder, Faster, Better - WriteableBitmapEx 0.9.0.0

published 1205 days, 1 hour, 10 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 1206 days, 23 hours, 5 minutes ago
Saturday, January 30, 2010 4:25:23 PM GMT Thursday, January 28, 2010 6:30:23 PM GMT
Announcement of the WriteableBitmapEx library version 0.9.0.0 that adds support for parametric curves: cubic Beziér spline and the Cardinal spline. Many other new features and a bunch of optimizations were also implemented. Rene Schulte also wrote a new sample application that shows the spline methods in action. The sample starts with a demo animation that uses the Cardinal spline DrawCurve method to draw an artificial plant that grows procedurally. The other part of the sample is interactive and allows ... (more)
category: Metro | clicked: 0 | comment | | source: kodierer.blogspot.com
tags: Silverlight, dotnet, writeablebitmap, CG
10
Shouts

ASP.NET - Download file to client browser | syntaxhelp.com

published 1203 days, 21 hours, 46 minutes ago posted by himanethimanet 1207 days, 2 hours, 55 minutes ago
Sunday, January 31, 2010 7:48:30 PM GMT Thursday, January 28, 2010 2:39:33 PM GMT
SQL ServerASP.NETSQL Azure with ASP Dot NetASP.NET - Working with Request ObjectASP.NET - Working with Response ObjectASP.NET - Download file to client browserASP.NET - Refreshing the page automatically and redirecting to some pageASPNET4 - SEO Friendly Permanent RedirectsASP.NET - Working with Page Attributes ASP.NET - Send Email in C#.NETASP.NET - Configuration SettingsASP.NET - Encryption using Forms Authentication ASP.NET - Working with Connection String Encryption and Decryption in Web.Config A... (more)
category: Web Dev | clicked: 0 | comment | | source: syntaxhelp.com
tags: ASP.NET
11
Shouts

Role of ItemMetadata.xml in Infopath forms [SharePoint workflow].

published 1203 days, 3 hours, 51 minutes ago posted by PraveenPraveen 1206 days, 22 hours, 8 minutes ago
Monday, February 01, 2010 1:44:24 PM GMT Thursday, January 28, 2010 7:26:38 PM GMT
Introduction: ItemMetadata.xml is the file used to store/transfer the data from one Infopath to another. The name of the file is case - sensitive. For example, in a sharepoint workflow, there are 10 steps, in each step we are using infopath and we want send some information from one to the next infopath form, the information won't save any where. we need to tell explicitly to infopath to store in xml file. that is nothing but ItemMetadata.xml. It acts as the secondary data source to the infopath... (more)
category: Architecture | clicked: 7 | comment | | source: praveenbattula.blogspot.com
tags: workflow, Infopath, Sharepoint, ItemMetadata.xml
10
Shouts

Conditional Statement example in SharePoint workflow.

published 1203 days, 3 hours, 51 minutes ago posted by PraveenPraveen 1206 days, 22 hours, 8 minutes ago
Monday, February 01, 2010 1:44:24 PM GMT Thursday, January 28, 2010 7:27:07 PM GMT
In SharePoint workflow, when we are using the if/else activities, the if/ else methods contains Event argument called ConditionalEventArgs.if you set e.Result=true, then if block will executes,if you set e.Result=false, then else block will executes. privatevoid IfMethod(object sender, ConditionalEventArgs e) { if (isTrue) e.Result = true; else e.Result = false; } privatevoid ElseMethod(object sender, ConditionalEventArgs e) { if (!isTrue) e.Result = true; else e.Result = false; }dependin... (more)
category: Architecture | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: SharePoint workflow
6
Shouts

DotNetRocks - Show #520 - Catching up with Juval Löwy

published 1205 days, 3 hours, 3 minutes ago posted by mithumithu 1206 days, 22 hours, 6 minutes ago
Saturday, January 30, 2010 2:31:42 PM GMT Thursday, January 28, 2010 7:29:02 PM GMT
Juval is back to talk to Carl and Richard. They get to the bottom of his "Every Object Should be a WCF Service" argument, and get his insights into the current state of .NET development. (more)
category: Podcast | clicked: 2 | comment | | source: www.dotnetrocks.com
tags: Juval, DotNetRocks, .NET, WCF Service, WCF
10
Shouts

SQL Query Optimization FAQ Part 1 (The SQL Plan)

published 1203 days, 21 hours, 46 minutes ago posted by questpondquestpond 1207 days, 6 hours, 40 minutes ago
Sunday, January 31, 2010 7:48:30 PM GMT Thursday, January 28, 2010 10:54:25 AM GMT
SQL Query Optimization FAQ Part 1 (The SQL Plan) In this article we first try to understand what is a SQL plan, how is it created and then we will move towards understanding how to read the SQL plan. As we read the SQL plan we will try to understand different operators like table scan, index scan clustered scan etc. As we understand the logic of these operators we will also try to understand what are the best practices in different situations. (more)
category: Data | clicked: 0 | comment | | source: tinyurl.com
tags: SQL Query Optimization
8
Shouts

Simple Query Results Caching with EF4

published 1203 days, 21 hours, 46 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1207 days, 5 hours, 22 minutes ago
Sunday, January 31, 2010 7:48:30 PM GMT Thursday, January 28, 2010 12:12:48 PM GMT
Simple Query Results Caching with EF4 Recently I spent some time working with a customer who was working on converting an existing application which had originally been written against an old 4GL database technology to .Net and EF4.  The programming patterns used in the app were a lot different than what we would normally expect from an app written from scratch against the EF.  In one of the typical scenarios, for instance, a single web service call made more than 200 database queries, so you can imagi... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: linqtoentities, EF4, entityframework, entity framework 4.0
11
Shouts

ADO.NET Data Services Team Blog : Data Services Update for .NET 3.5 SP1 – Now Available for Download

published 1203 days, 21 hours, 46 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1207 days, 8 hours, 57 minutes ago
Sunday, January 31, 2010 7:48:30 PM GMT Thursday, January 28, 2010 8:38:09 AM GMT
Data Services Update for .NET 3.5 SP1 – Now Available for Download Published 27 January 10 05:23 PM | dpblogs  We’re very excited to announce that the “Data Services Update for .NET Framework 3.5 SP1” (formerly known as “ADO Data Services v1.5”) has been re-released and is available for download; the issue with the previous update has been resolved. If your target is Windows7 or Windows 2008 R2 you can pick it up here.  For all other OS versions you can get the release from here. This release targets ... (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.msdn.com
tags: DataServices, Data Service
9
Shouts

Meta-Me : Tip 52 – How to re-use Types with the Data Services client

published 1206 days, 6 hours, 59 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1207 days, 9 hours, 11 minutes ago
Friday, January 29, 2010 10:35:37 AM GMT Thursday, January 28, 2010 8:23:50 AM GMT
Tip 52 – How to re-use Types with the Data Services client By default when you add a Data Service Service Reference you get automatic code-generation, which produces a strongly typed DataServiceContext and classes for all your ResourceTypes. You can have a look at this generated code if you ‘show all files’ in your project: And then expand your Data Service Reference, it’s dependant Reference.datasvcmap and open up the Reference.cs file: Step 1 – Turn off Code-Gen If however you want to re-use s... (more)
category: Web Dev | clicked: 3 | comment | | source: blogs.msdn.com
tags: Data Services, WCF, Data Services Client
13
Shouts

Extensible Output Caching with ASP.NET 4 (VS 2010 and .NET 4.0 Series) - Scott Guthrie

published 1205 days, 3 hours, 3 minutes ago posted by jantujantu 1207 days, 8 hours, 42 minutes ago
Saturday, January 30, 2010 2:31:42 PM GMT Thursday, January 28, 2010 8:52:43 AM GMT
This is the fourteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.  Today’s post covers some of the output caching extensibility improvements being made to ASP.NET 4.  These can be used by all ASP.NET 4 applications – including those built using both ASP.NET Web Forms and ASP.NET MVC.Output Caching Today ASP.NET 1.0 introduced the concept of ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, ASP.NET
7
Shouts

DotNetRocks - Show #518 - My .NET Story

published 1212 days, 6 hours, 19 minutes ago posted by mithumithu 1213 days, 16 hours, 26 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Friday, January 22, 2010 1:09:21 AM GMT
Carl and Richard pick the winner for the My .NET Story contest held by Mirosoft. Contestants submitted their projects and were judged by a panel of experts. Includes short interviews with the finalists. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, .NET
10
Shouts

Deran Schilling, Learner: Diving a Little Deeper into AutoMapper Part 1

published 1212 days, 6 hours, 19 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1215 days, 9 hours, 48 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Wednesday, January 20, 2010 7:46:54 AM GMT
Everytime I use AutoMapper, I think this is such an awesome tool! I think it’s hilarious to go back and read my first post in April where it states, “Now automapper is one thing I'm not sure I'll benefit from yet.” and I go on to say, “I'm pretty confident that I will eventually slap myself in the face for posting this just because I'm sure it is an awesome tool that I will one day see as VERY cool, but right now...I don't”. Well, I’m slapping myself. (more)
category: Web Dev | clicked: 4 | comment | | source: derans.blogspot.com
tags: C#, AutoMapper
12
Shouts

Constructor over-injection anti-pattern : Jeffrey Palermo (.com)

published 1212 days, 6 hours, 19 minutes ago posted by ali62bali62b 1215 days, 1 hour, 10 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Wednesday, January 20, 2010 4:25:12 PM GMT
I’m interested in structure.  We hear lots of talk about convention over configuration.  I’m all for structure over convention (over configuration).  This post is about laying out some code that is an anti-pattern.  It uses 100% constructor injection.  This code makes it easy for a container to bootstrap the construction of the objects, but let’s take a look at why this specific scenario is an anti-pattern and what design would be better.Example I have an order processing application that gets 10 orders... (more)
category: Architecture | clicked: 0 | comment | | source: jeffreypalermo.com
13
Shouts

Transact-SQL Delayed Execution

published 1206 days, 6 hours, 59 minutes ago posted by BlackWaspBlackWasp 1213 days, 18 hours, 48 minutes ago
Friday, January 29, 2010 10:35:37 AM GMT Thursday, January 21, 2010 10:46:49 PM GMT
Transact-SQL includes the WAITFOR statement. This command allows the execution of a script or procedure to be blocked for a period of up to twenty-four hours. The process can be delayed until a specified time or for a number of hours, minutes and seconds. (more)
category: Data | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags: SQL Server, SQL
Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next