jch0001
Name: jch0001
Score: 5,661.13
Last Seen: 113 days, 4 hours ago
Member Since: 6 February, 2009
DotNetShoutout
atom rss
7
Shouts

Photo Studio Slide Gallery XML Template

published 749 days, 21 hours, 18 minutes ago posted by qaisermqaiserm 750 days, 22 hours, 54 minutes ago
Saturday, April 30, 2011 3:12:02 PM GMT Friday, April 29, 2011 1:36:30 PM GMT
Tired of related web layouts and search exclusive Flash templates? For sure, you have stopped in the appropriate place Photo studio slide gallery XML template is one of our Flash templates. It can be used for small or medium size business, and it will be priced less than requesting custom web design. It is easy to upload and compatible with most editors like Dreamweaver, Photoshop and FrontPage. (more)
category: Web Dev | clicked: 16 | 1 comment | | source: www.templatesrule.com
tags: cheap, Flash, XML, Photoshop, SlideShow 2, image slider addon, Template, background control, photography
9
Shouts

Xml serialization using generics | Rui Jarimba

published 746 days, 23 hours, 43 minutes ago posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 748 days, 16 hours, 50 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Sunday, May 01, 2011 7:40:34 PM GMT
Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others. (more)
category: Web Dev | clicked: 10 | 2 comments | | source: ruijarimba.wordpress.com
tags: .NET, Serialization, C#, XML, xmlserializer
11
Shouts

Sharing validation code between a WPF client, a WCF Service and Entity Framework 4.1 using data annotations by Alex van Beek

published 723 days, 16 hours, 14 minutes ago posted by alexbalexb 726 days, 38 minutes ago
Thursday, May 26, 2011 8:16:49 PM GMT Tuesday, May 24, 2011 11:52:21 AM GMT
Recently Entity Framework 4.1 was released. 4.1 contains a DBContext class, which is largely a wrapper around the ObjectContext class with a simplified API. Now you might think as I did: “But if I’m comfortable with the ObjectContext class and I don’t use code first, why in the world would I need a DbContext?”. The answer is pretty simple. The DbContext has a feature which simply isn’t supported by the ObjectContext: data validation with the attributes from the System.ComponentModel.DataAnnotations names... (more)
category: Web Dev | clicked: 25 | 4 comments | | source: blogs.infosupport.com
tags: Validation, Entity Framework 4.1, WPF, WCF
12
Shouts

Calling Cross Domain WCF service using Jquery/Javascript

published 687 days, 15 hours, 25 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 691 days, 4 hours, 14 minutes ago
Friday, July 01, 2011 9:04:59 PM GMT Tuesday, June 28, 2011 8:16:01 AM GMT
This post is about to call the cross domain WCF service from you page i.e Calling WCF service hosted on one domain and calling the service form jquery/javascript of page which is hosted on some other domain. But before we start its better to get understand about the format of the data get exchange from one server to other server. JSONP Ajax allows to get data in the background without interfering with the display. Ajax call done by using XMLHttpRequest object, which is allow the client side java... (more)
category: Web Dev | clicked: 69 | 2 comments | | source: pranayamr.blogspot.com
tags: C#, ScriptManager, JavaScript, jQuery, WCF
10
Shouts

Microsoft Visual Studio Team Foundation Server 2010 Service Pack 1

published 666 days, 4 hours, 17 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 668 days, 21 hours, 39 minutes ago
Saturday, July 23, 2011 8:13:37 AM GMT Wednesday, July 20, 2011 2:50:58 PM GMT
This download installs Team Foundation Server 2010 Service Pack 1 (SP1). This service pack release addresses issues that were found through a combination of customer and partner feedback, as well as internal testing. This service pack offers Team Foundation Server users improvements in stability. Please Note: This installer includes the pre-reqs for Team Foundation Server and Project Server Integration. In order to get the Integration functionality, users should download the TFS- Project Server Integ... (more)
category: Smart Client | clicked: 58 | 4 comments | | source: code2code.info
tags: Visual Studio
11
Shouts

WPF: Dictionary Value Converter - Arik Poznanski's Blog

published 645 days, 15 hours, 10 minutes ago posted by arikarik 647 days, 21 hours, 10 minutes ago
Friday, August 12, 2011 9:20:11 PM GMT Wednesday, August 10, 2011 3:20:19 PM GMT
WPF: Dictionary Value ConverterWhat’s the story? You want to convert an enum value to a bitmap image. That’s easy, here’s a solution Usually you would simply create a new value converter which has some custom code (e.g. a switch –case statement) to convert from the enum value to the relevant image.Is there a better solution? How many times have you written this kind of converter, the kind that takes a value and maps it to another value? Well, no more! I present to you: DictionaryValueConverter. A Co... (more)
category: Smart Client | clicked: 49 | 1 comment | | source: blogs.microsoft.co.il
tags: Value Converter, WPF
4
Shouts

SQL Server integration with CLR aka SQL CLR (Part II – Creating a stored procedure in SQL CLR)

published 503 days, 1 hour, 57 minutes ago posted by dotnetfundadotnetfunda 508 days, 3 hours, 15 minutes ago
Monday, January 02, 2012 10:33:49 AM GMT Wednesday, December 28, 2011 9:15:29 AM GMT
In the previous article http://www.dotnetfunda.com/articles/article1727-sql-server-integration-with-clr-aka-sql-clr-part-i-introduction-and-back.aspx, we discussed what is SQLCLR, why SQLCLR and the steps for employing SQL CLR into our work. This article discusses the steps for creating a stored procedure, deployment and testing the same. This is second write-up of multipart series on this subject. (more)
category: Data | clicked: 7 | 1 comment | | source: www.dotnetfunda.com
tags: SQL Server
9
Shouts

Find out the referenced tables of a table that to be added as articles in replication

published 503 days, 1 hour, 57 minutes ago posted by dharadhara 509 days, 38 minutes ago
Monday, January 02, 2012 10:33:49 AM GMT Tuesday, December 27, 2011 11:52:08 AM GMT
In replication, we need to add objects as articles to replicate the data to different server.The important point is here that if we have any reference(foreign keys) associated with the articles(tables choosen to be replicated), then we need to consider... (more)
category: Data | clicked: 25 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, Database
10
Shouts

Reduce heap table fragmentation

published 503 days, 1 hour, 57 minutes ago posted by kinj312kinj312 508 days, 1 hour, 26 minutes ago
Monday, January 02, 2012 10:33:49 AM GMT Wednesday, December 28, 2011 11:04:15 AM GMT
A table that does not have a clustered index is referred to as a Heap. While a lot has been written about index fragmentation and how to defrag indexes, there is not much that talks about how to defrag a heap table. To identify whether your heap table... (more)
category: Data | clicked: 14 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, Database
10
Shouts

XQuery Lab 65 – Restructuring an XML document using FLWOR

published 503 days, 1 hour, 57 minutes ago posted by kinj312kinj312 508 days, 1 hour, 27 minutes ago
Monday, January 02, 2012 10:33:49 AM GMT Wednesday, December 28, 2011 11:03:42 AM GMT
I found this question in this SSC forum thread requesting help to shape the XML document. Here is the input XML document. (more)
category: Data | clicked: 9 | 1 comment | | source: beyondrelational.com
tags: SQL Server, xquery, xquery labs
11
Shouts

SQL Database Status with sys.databases

published 503 days, 1 hour, 57 minutes ago posted by kinj312kinj312 508 days, 1 hour, 26 minutes ago
Monday, January 02, 2012 10:33:49 AM GMT Wednesday, December 28, 2011 11:04:35 AM GMT
I was creating a Powershell script for a SQL Server checkout procedure after a reboot , and used the state_desc column in sys.databases view to report on the database status. The descriptions, courtesy of BOL are: ONLINE - Database is available for access... (more)
category: Data | clicked: 16 | 1 comment | | source: beyondrelational.com
tags: SQL Server, Database
7
Shouts

SSIS #103 – Learn SSIS NOW

published 503 days, 1 hour, 57 minutes ago posted by dharadhara 507 days, 1 hour, 59 minutes ago
Monday, January 02, 2012 10:33:49 AM GMT Thursday, December 29, 2011 10:30:55 AM GMT
When I wrote the blog SSIS # 102 – Don’t be afraid to leverage TSQL in SSIS package , it was purely “inspired” by an ETL design I was working on during the day, and also an SSIS training piece I was reading from Pragmatic Works... (more)
category: Data | clicked: 12 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, SSIS, BI
7
Shouts

Getting started with SQL Azure - Part 2: Creating Azure account and a SQL Azure Database

published 503 days, 1 hour, 57 minutes ago posted by dharadhara 507 days, 2 hours ago
Monday, January 02, 2012 10:33:49 AM GMT Thursday, December 29, 2011 10:29:59 AM GMT
In this article, we will first get you a Windows Azure account, if you don’t have one. Then, we will create a SQL Azure Database. And then, we will try connecting to it through SQL Server Management Studio running on our machine. (more)
category: Data | clicked: 8 | 1 comment | | source: beyondrelational.com
tags: SQL Server, SQL Azure, Azure
3
Shouts

SQL SERVER – Year End Brain Teaser – Disabled Login and Associated User Without Disabled User Red Arrow « SQL Server Journey with SQLAuthority

published 502 days, 16 hours, 53 minutes ago posted by pinaldavepinaldave 507 days, 9 hours ago
Monday, January 02, 2012 7:37:30 PM GMT Thursday, December 29, 2011 3:30:31 AM GMT
I have received lots of good responses to the puzzles, quizzes and brain teasers posted on this blog post. As the year is ending, I have decided to give two interesting puzzles for you. The first one is easy and the second one is equally uncomplicated, but let us see if any of you can come up with a logical answer to it.Puzzle 1: Find “The Hidden Tiger” Find “The Hidden Tiger” in the following image created by American wildlife artist Rusty Rust. Just to give you a hint – there is already one tiger stan... (more)
category: Data | clicked: 3 | comment | | source: blog.sqlauthority.com
8
Shouts

SQL Server – T-SQL – ALTER SCHEMA…TRANSFER option – Change the schema of a database object, type or XML Schema Collection

published 498 days, 20 hours, 39 minutes ago posted by kinj312kinj312 503 days, 2 hours, 6 minutes ago
Friday, January 06, 2012 3:51:12 PM GMT Monday, January 02, 2012 10:24:16 AM GMT
Ever since SQL Server 2005 introduced user-schema separation, schemas have received due importance. Most new designs isolate functionality within the same database via the use of schemas. With the growing use schemas, did you ever face a situation wherein... (more)
category: Data | clicked: 20 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

MSSQL transaction log

published 498 days, 20 hours, 39 minutes ago posted by dharadhara 501 days, 3 hours, 5 minutes ago
Friday, January 06, 2012 3:51:12 PM GMT Wednesday, January 04, 2012 9:25:23 AM GMT
It is good if you backed up the LOG file also when we take the full backup of the database. If you are not backed up the .LDF file or LOG then it will become huge and occupy the large number of space, if you need to clean up the transaction log. Follow... (more)
category: Data | clicked: 11 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
13
Shouts

MEF with WCF Startup

published 650 days, 15 hours, 50 minutes ago posted by dotnetsparkdotnetspark 651 days, 15 hours, 35 minutes ago
Sunday, August 07, 2011 8:39:59 PM GMT Saturday, August 06, 2011 8:55:18 PM GMT
In this article I would be creating a Data Access Layer using WCF (more)
category: Web Dev | clicked: 45 | 2 comments | | source: www.dotnetspark.com
tags: DotNetSpark, WCF
22
Shouts

The Future Of Silverlight In Web App Development

published 642 days, 15 hours, 42 minutes ago posted by webmasterqwpwebmasterqwp 647 days, 5 hours, 51 minutes ago
Monday, August 15, 2011 8:48:07 PM GMT Thursday, August 11, 2011 6:38:53 AM GMT
Aug11The Future Of Silverlight In Web App DevelopmentPosted in web development The web development industry is a buzz with speculation regarding the most promising technology for making dynamic websites and apps. Flash dominates a significant part of the web development community but new contenders like HTML5 and Silverlight have also appeared. Silverlight is particular has drawn a lot of attention from the industry veterans given the fact that it comes from the stable of Microsoft. The Redmond based ... (more)
category: Web Dev | clicked: 61 | 6 comments | | source: www.quality-web-programming.com
tags: web development company., best web development
13
Shouts

Impersonation and Delegation in WCF | TechBubbles

published 569 days, 21 hours, 41 minutes ago posted by kalyanms1kalyanms1 572 days, 15 hours, 54 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Monday, October 24, 2011 8:36:01 PM GMT
Impersonation is a technique that WCF Services use to authorize the caller’s identity to access to service resources such as files and database tables. Service resources can be located either on local service machine or remotely hosted. The resources are being accessed by WCF Service’s process identity or specific windows identity. Difference between Impersonation and Delegation in WCF? Impersonation is used to access the resources when the resources are on the same machine as the service. Delegation i... (more)
category: Web Dev | clicked: 54 | 1 comment | | source: www.techbubbles.com
tags: WCF
8
Shouts

22 Most Popular jQuery Plugins of 2011

published 496 days, 22 hours, 46 minutes ago posted by MikeMoreMikeMore 506 days, 13 hours, 46 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Thursday, December 29, 2011 10:44:35 PM GMT
Since jQuery was released in 2006, it has changed the way we think of JavaScript. And because of its simplicity, it has motivated many enthusiastic developers to create thousands of useful plugins and extends its functionality. Now, lets go through some of the most popular jQuery plugins of 2011 as It's almost over. (more)
category: Web Dev | clicked: 153 | 1 comment | | source: www.moretechtips.net
tags: jQuery, CSS, html5
Previous 1 2 3 4 5 6 7 8 9 10 11 12 ... 34 35 Next