jch0001
Name: jch0001
Score: 5,042.01
Last Seen: 98 days, 13 hours, 58 minutes ago
Member Since: 6 February, 2009
DotNetShoutout
atom rss
13
shouts

ADO.NET team blog : Automatic Generation of Stored Procedure Return Types

published 120 days, 3 hours, 9 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 122 days, 54 minutes ago
Sunday, November 15, 2009 9:16:53 AM GMT Friday, November 13, 2009 11:31:49 AM GMT
Automatic Generation of Stored Procedure Return TypesPublished 12 November 09 12:07 PM | dpblogs  A new feature of the Entity Framework in .NET 4.0 is the ability to return collections of complex type instances from stored procedures. In the next public release of the designer, we have enriched this functionality by adding the ability to automatically create these complex types by querying stored procedure metadata from the database server. To demonstrate this feature, we will use the Northwind databa... (more)
category: SQL | clicked: 40 | comment | | source: blogs.msdn.com
tags: EF4, entityframework, entityframework4
11
shouts

Free e-book: Introducing Microsoft SQL Server 2008 - Microsoft Press - Devon Musgrave

published 118 days, 1 hour, 37 minutes ago posted by KluggerKlugger 118 days, 15 hours, 48 minutes ago
Tuesday, November 17, 2009 10:49:02 AM GMT Monday, November 16, 2009 8:38:12 PM GMT
This has been available for a while, but it’s been a long time since we’ve mentioned it. You can download a free e-book titled Introducing Microsoft SQL Server 2008 here. The book is by Peter DeBetta, Greg Low, and Mark Whitehorn. The book includes the following chapters: Chapter 1:   Security and Administration Chapter 2:   Performance Chapter 3:   Type System Chapter 4:   Programmability Chapter 5:   Storage Chapter 6:   Enhancements for High A... (more)
category: SQL | clicked: 54 | comment | | source: blogs.msdn.com
tags: Book, Ebook, Microsoft Press, MS Press, SQL, SQL Server 2008
12
shouts

Types of Data Compression – SQL Server 2008 – Part 3

published 106 days, 18 hours, 24 minutes ago posted by sqlarticlessqlarticles 108 days, 11 hours, 2 minutes ago
Saturday, November 28, 2009 6:01:44 PM GMT Friday, November 27, 2009 1:24:11 AM GMT
In my previous article we have seen the need for compression, goal of compression etc. In this article we are going to discuss the types of compression supported in SQL Server 2008. There are two types of compression supported and they are * Row Level Compression and * Page Level Compression (more)
category: SQL | clicked: 47 | comment | | source: sql-articles.com
tags: Compression, data compression, SQL Server 2008
12
shouts

Configuring Data Compression – SQL Server 2008 – Part 4

published 105 days, 16 hours, 41 minutes ago posted by sqlarticlessqlarticles 107 days, 7 hours, 18 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Saturday, November 28, 2009 5:07:31 AM GMT
In this article we are going to configure Data compression in SQL Server 2008. Configuring data compression is very easy with just an couple of steps. The steps are below Estimate the Compression Ratio (Optional) Configure Data Compression (more)
category: SQL | clicked: 34 | comment | | source: www.sql-articles.com
tags: Compression, data compression, sqlarticles
12
shouts

SQL SERVER – Azure Start Guide – Step by Step Installation Guide « Journey to SQL Authority with Pinal Dave

published 102 days, 3 hours, 19 minutes ago posted by pinaldavepinaldave 103 days, 8 hours, 30 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Wednesday, December 02, 2009 3:55:20 AM GMT
As SQL Azure CTP is released I have included here step by step guide for how to configure the CTP. For pricing and introduction please read SQLAuthority News – SQL Azure – Microsoft SQL Data Services – Introduction and Pricing First it has to be configured online at https://sql.azure.com/ Login using your Live ID Type in invitation code received from Microsoft for CTP. You can request one for your self here. Accept the TOU. Once logged it you will have to create server username and password. ... (more)
category: SQL | clicked: 34 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
11
shouts

Using Web Service APIs in Your Apps [video]

published 118 days, 1 hour, 37 minutes ago posted by http://john-sheehan.com/http://john-sheehan.com/ 118 days, 21 hours, 4 minutes ago
Tuesday, November 17, 2009 10:49:02 AM GMT Monday, November 16, 2009 3:21:29 PM GMT
I recently gave a talk at my local user group on consuming REST APIs in .NET apps. I showed some examples using built-in framework classes, the WCF toolkit and a new OSS project about to be released called RestSharp. I also demonstrate building a Twitter bot running on Azure that creates customer service tickets for mentions of a search term. Lastly I show how to accept and make phone calls using Twilio. (more)
category: Web Service | clicked: 44 | comment | | source: john-sheehan.com
tags: API, REST, RESTful, RestSharp
10
shouts

WCF (ADO.NET) Data Services At-a-Glance

published 105 days, 16 hours, 41 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 107 days, 16 hours, 11 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 8:14:36 PM GMT
Today, data tends to exist in horizontal or vertical silos: it can be shared within a particular environment but often becomes difficult to use beyond its original intent. As systems continue to become more interconnected, the need to reuse information grows, and data becomes more valuable the more it can be shared. The “silo effect”, which makes it difficult for consumers who weren’t originally envisioned to access the data, becomes increasingly painful. (more)
category: Web Service | clicked: 44 | comment | | source: msdn.microsoft.com
tags: ADO.NET Data Services, Data Services, DataServices, WCF
12
shouts

The Disposable Pattern

published 99 days, 21 hours, 11 minutes ago posted by CygonCygon 102 days, 5 hours, 19 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 7:07:07 AM GMT
Simple explanation of the Disposable Pattern in .NET for developers new to garbage collection. Explains when to implement the IDisposable interface only, where a finalizer is required and why you mustn't call into other objects from the finalizer thread. Also shows common use cases illustrating when to implement IDisposable and when to implement the full Disposable Pattern. (more)
category: Architecture | clicked: 64 | comment | | source: www.nuclex.org
tags: Beginner, Dispose, Garbage Collection, Pattern, Patterns & Practices
12
shouts

Microsoft AJAX CDN – Now with SSL Support - ScottGu's Blog

published 103 days, 37 minutes ago posted by mithumithu 104 days, 20 hours, 33 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Monday, November 30, 2009 3:52:22 PM GMT
Back in September I blogged about the new Microsoft AJAX CDN (Content Delivery Network) service that the ASP.NET team is now providing. The CDN provides edge caching support for AJAX libraries (including jQuery and ASP.NET AJAX). The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes. It offers a great way to speed up your external facing web-sites. (more)
category: Foundation | clicked: 65 | comment | | source: weblogs.asp.net
tags: Ajax, Ajax CDN, ASP .NET, ASP.NET AJAX, ScottGu, ssl, Web-Sites
13
shouts

Writing WPF/Silverlight compatible code. Part 5: Adding PropertyChangedCallback

published 103 days, 37 minutes ago posted by http://ailon.livejournal.com/http://ailon.livejournal.com/ 104 days, 22 hours, 7 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Monday, November 30, 2009 2:18:51 PM GMT
This part presents a workaround you can use in Silverlight to set a handler to be called when value of inherited dependency properties changes. (more)
category: Silverlight | clicked: 46 | comment | | source: devblog.ailon.org
tags: Silverlight, WPF
10
shouts

Silverlight 3 RIA Services :- Cannot resolve symbol web

published 102 days, 3 hours, 19 minutes ago posted by http://www.smallworkarounds.net/http://www.smallworkarounds.net/ 103 days, 45 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Wednesday, December 02, 2009 11:40:48 AM GMT
If you are using RIA Services with Silverlight and facing the problem that Web part or the server part of the project is not getting recognized on the client side or the Silverlight side, then one probable and main cause is that you are using Resharper and if that’s the case then the below solution will help you tackle this problem. Before applying this solution do check that RIA Services is installed on your machine because if its not installed then the cause of this problem would be RIA Services itsel... (more)
category: Silverlight | clicked: 40 | comment | | source: www.smallworkarounds.net
tags: RIA Services, Silverlight 3
22
shouts

Innovation Showcase : Azure Data as a Service – Jim O’Neil details “Dallas"

published 103 days, 37 minutes ago posted by bobfamiliarbobfamiliar 103 days, 22 hours, 10 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Tuesday, December 01, 2009 2:16:02 PM GMT
Azure Data as a Service – Jim O’Neil details “Dallas" Jim O’Neil has written a great blog that introduces you to the Data as a Service codenamed “Dallas”. “Dallas” is essentially a repository of data repositories, a service - built completely on Windows Azure - that allows consumers (developers and information workers) to discover, access, and purchase data, images, and real-time services. Developers can access “Dallas” via REST-based APIs and Atom feeds or in raw format (as many of... (more)
category: Architecture | clicked: 53 | 1 comment | | source: blogs.msdn.com
tags: Dallas, Data as a Service, Windows Azure
12
shouts

Caliburn: Binding Conventions

published 102 days, 3 hours, 19 minutes ago posted by nigel-sampsonnigel-sampson 103 days, 2 hours, 31 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Wednesday, December 02, 2009 9:55:07 AM GMT
Adding more convention over configuration to data binding in Silverlight and WPF (more)
category: Silverlight | clicked: 55 | comment | | source: compiledexperience.com
tags: Caliburn, Silverlight, WPF
11
shouts

Quick Introduction to Dependency Injection

published 101 days, 2 hours, 46 minutes ago posted by CygonCygon 103 days, 2 hours, 36 minutes ago
Friday, December 04, 2009 9:39:23 AM GMT Wednesday, December 02, 2009 9:49:15 AM GMT
An easy to understand introduction to dependency injection in .NET using the Ninject inversion of control container. The dependency injection principle is a design concept by which classes and entire software components can be designed to be isolatable, reducing tight coupling, promoting reusability and allowing for unit tests to mock the dependencies of a class or component. (more)
category: Architecture | clicked: 71 | comment | | source: www.nuclex.org
tags: .NET, C#, dependency injection, Design Pattern, Inversion of control
11
shouts

LINQ to CSV using DynamicObject

published 101 days, 2 hours, 46 minutes ago posted by KodefuGuruKodefuGuru 103 days, 10 hours ago
Friday, December 04, 2009 9:39:23 AM GMT Wednesday, December 02, 2009 2:26:10 AM GMT
When we wrote LINQ in Action we included a sample of how to simply query against a CSV file using the following LINQ query: From line In File.ReadAllLines(“books.csv”) Where Not Line.StartsWith(“#”) Let parts = line.Split(“,”c) Select Isbn = parts(0), Title = parts(1), Publisher = parts(3) While this code does make dealing with CSV easier, it would be nicer if we could refer to our columns as if they were properties where the property name came from the header row in the CSV file, perhaps using... (more)
category: Foundation | clicked: 35 | comment | | source: www.thinqlinq.com
tags: CSV, dynamic, Linq
11
shouts

Try-Catch-FAIL - A fluent HtmlHelper extension for using FusionCharts in ASP.NET MVC, Part 2

published 101 days, 2 hours, 46 minutes ago posted by Matt_TCFMatt_TCF 103 days, 14 hours, 16 minutes ago
Friday, December 04, 2009 9:39:23 AM GMT Tuesday, December 01, 2009 10:09:41 PM GMT
Presenting ASP.NET MVC HtmlHelper extensions that allow you to build rich charts and graphs using a clean, fluent API. (more)
category: ASP.NET | clicked: 61 | comment | | source: trycatchfail.com
tags: asp.net mvc charting flash
10
shouts

ASP.NET MVC – Add CSS class Attribute

published 99 days, 21 hours, 11 minutes ago posted by chadcampbellchadcampbell 102 days, 20 hours, 2 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Wednesday, December 02, 2009 4:23:27 PM GMT
Learn how to add a class attribute to an HTML Input element with the ASP.NET MVC HtmlHelper extension methods. (more)
category: ASP.NET | clicked: 67 | comment | | source: blog.ecofic.com
tags: ASP.NET, MVC
13
shouts

IP Address Blocking or Restriction in SQL Server

published 99 days, 21 hours, 11 minutes ago posted by sqlarticlessqlarticles 102 days, 6 hours, 13 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 6:12:14 AM GMT
I have seen some questions in forums asking for the answer “is it possible to block connections to SQL Server based on IP address”. As far as now there is no official way in SQL Server to block the connections in SQL Server based on IP address. However this can be done from the OS end, we have the following three options available, refer HERE for more. * Firewall * IPSec * RRAS IP Filter (more)
category: SQL | clicked: 54 | comment | | source: sql-articles.com
tags: Administration, ip blocking
11
shouts

WPF - how and why

published 99 days, 21 hours, 11 minutes ago posted by mikeukmikeuk 102 days, 1 hour, 18 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 11:08:00 AM GMT
This article is a short introduction to WPF - not only using it but a little of how it works and the philosophy behind it. (more)
category: Foundation | clicked: 58 | comment | | source: www.i-programmer.info
tags: WPF getting started
9
shouts

Instant Development: Generic entity auditing in Linq to Sql

published 99 days, 21 hours, 11 minutes ago posted by http://www.google.com/profiles/liam.davieshttp://www.google.com/profiles/liam.davies 101 days, 11 hours, 23 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Friday, December 04, 2009 1:02:48 AM GMT
In many enterprise, or even non-enterprise, applications, there is generally a requirement for data change auditing. This article describes a generic mechanism for implementing auditing across all domain entities using Linq-to-Sql... (more)
category: ASP.NET | clicked: 77 | comment | | source: instantdevelopment.blogspot.com
tags: Auditing, C#, linq-to-sql
Previous 1 2 3 4 5 6 7 8 9 10 ... 97 98 Next