DotNetShoutout - Stories tagged with data
3
Shouts

SQL Server interview questions: – Mention Fragmentation in SQL Server? | dotnetinterviewquestion

published 479 days, 20 hours, 52 minutes ago posted by questpondquestpond 484 days, 17 hours, 24 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Wednesday, January 25, 2012 12:10:27 PM GMT
In this article we will explain about Fragmantation in SQL Server. For articles and videos visit us on http://www.questpond.com/ (more)
category: Data | clicked: 18 | comment | | source: dotnetinterviewquestion.wordpress.com
tags: .NET, SQL Server Interview Questions, data, SQL, .Net Interivew Questions, fragmentation
3
Shouts

Tpl Dataflow - Part 4 - Bnaya Eshet

posted by bnayabnaya 524 days, 19 hours, 53 minutes ago
Friday, December 16, 2011 9:42:05 AM GMT
Tpl Dataflow - Part 4Tpl Dataflow - Part 4 this is the 4th post in the Tpldataflow series, you can see other post in this series at the TDF tag. this post will discuss a general implementation of built-in Tpl dataflow block. in general built-in blocks fall into 3 categoriesPure buffering blocks: present different strategy of buffering and distribution.Execution blocks: manipulate the incoming messages.Grouping blocks: deal with different strategies for combine messages from multip... (more)
category: Architecture | clicked: 10 | comment | | source: blogs.microsoft.co.il
tags: ISourceBlock, data, TDD, Dataflow, ITargetBlock
2
Shouts

.NET interview questions: – How to parse data in Threading?

posted by questpondquestpond 569 days, 22 hours, 34 minutes ago
Tuesday, November 01, 2011 7:00:33 AM GMT
In this article we will explain about parsing data in threading. For more articles and videos visit us on www.questpond.com (more)
category: Web Dev | clicked: 8 | comment | | source: dotnetinterviewquestion.wordpress.com
tags: .NET, .Net Interview Questions, data, Threading
2
Shouts

SQL UPDATE statement with SELECT and SQL Server Image data type column

published 655 days, 8 hours, 55 minutes ago posted by lenielleniel 656 days, 12 hours, 27 minutes ago
Sunday, August 07, 2011 8:39:59 PM GMT Saturday, August 06, 2011 5:08:01 PM GMT
In a SQL Server database I have a table called users which has a column named signature. This columns is of type Image. My production SQL Server is located in a shared hosting environment. One problem I’ve been facing lately is that I need permission to execute an UPDATE statement to insert a signature image for a given user. This problem occurs because to insert a signature image for a given user I have to execute a BULK statement. Read on... (more)
category: Data | clicked: 17 | comment | | source: www.leniel.net
tags: SQL Server, Bulk, Update, ssms, select, data, SQL, image, Microsoft, Database, linked server
3
Shouts

Import/Export SQL Server database table data with SQL Server Management Studio

posted by lenielleniel 668 days, 13 hours, 1 minute ago
Monday, July 25, 2011 4:33:33 PM GMT
This post is a visual guide about one of the most powerful features of Microsoft SQL Server Management Studio (SSMS) 2008: Import/Export database data. These tasks are useful for example when you need to debug an application with real world/production data to find possible bugs in your code. You can import the production database data to your local development database and find what’s causing problems. These tasks can be used to create a protection layer because you won’t be working “directly” with prod... (more)
category: Data | clicked: 3 | comment | | source: www.leniel.net
tags: SQL Server, Import, ssms, data, tasks, Microsoft, Database, export
2
Shouts

.NET Interview Question - How does “Dataset” differ from a “Data Reader”?

posted by questpondquestpond 823 days, 21 hours, 35 minutes ago
Sunday, February 20, 2011 7:59:55 AM GMT
Dataset” is a disconnected architecture, while “Data Reader” has live connection while reading data. (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .NET, data, Interview Questions and answers
3
Shouts

How to Script Data in MS SQL Server 2011 using Generate and Publish Scripts Wizard

published 911 days, 8 hours, 34 minutes ago posted by eralpereralper 911 days, 23 hours, 12 minutes ago
Wednesday, November 24, 2010 9:00:16 PM GMT Wednesday, November 24, 2010 6:22:43 AM GMT
SQL Server database administrators and t-sql developers have first introduced with scripting data in sql tables with Microsoft SQL Server 2008 Microsoft SQL Server 2008 has additional Generate Scripts options enable admins and programmers to generate scripts of data in SQL Server tables. The script wizard had some changes after SQL2008, with MS SQL Server 2008 R2 and now with Microsoft SQL Server 2011, Denali CTP 1. (more)
category: Data | clicked: 0 | comment | | source: www.kodyaz.com
tags: SQL Server, data, denali, CTP, script, SQL Server 2011
5
Shouts

iPhone to Windows Phone 7 – Diving Deeper - Jesse Liberty

published 990 days, 15 hours, 29 minutes ago posted by jantujantu 991 days, 14 hours, 31 minutes ago
Monday, September 06, 2010 2:06:01 PM GMT Sunday, September 05, 2010 3:03:47 PM GMT
This is Tutorial[ 2 ]; Please click here for Tutorial In this tutorial, we’ll expand upon the work done in the previous tutorial and we’ll look more closely at a few key issues.MVVM iStock_WindowXSmall As an iPhone Developer your thinking is adapted to and influenced by the Model-View-Controller pattern. The very good news is that the pattern for Windows Phone 7 (WP7) development, MVVM, is very closely related to MVC... (more)
category: Metro | clicked: 0 | comment | | source: jesseliberty.com
tags: Windows Phone 7, data, i2WTutorial
6
Shouts

Async Data Validation - Jesse Liberty

published 1023 days, 17 hours, 55 minutes ago posted by jantujantu 1024 days, 18 hours, 20 minutes ago
Wednesday, August 04, 2010 11:39:56 AM GMT Tuesday, August 03, 2010 11:15:09 AM GMT
In this posting I’ll extend the data validation mechanism we’ve been examining to support asynchronous data validation.Silverlight is all about client-side code, and client-side validation is often exactly what you want; however there are times that you do not want to expose your validation algorithm in the client or in which you need to do a dynamic database lookup (credit ratings come to mind). In that case, you’ll want your Silverlight application to be able to validate against a web service, but to ... (more)
category: Metro | clicked: 3 | comment | | source: jesseliberty.com
tags: Validation, Mini-Tutorial, data
8
Shouts

The Next Six Months Silverlight On-Ramp and Site Navigation - Jesse Liberty

published 1116 days, 18 hours, 18 minutes ago posted by jantujantu 1118 days, 15 hours, 22 minutes ago
Monday, May 03, 2010 11:17:12 AM GMT Saturday, May 01, 2010 2:12:17 PM GMT
Enough is going on that I thought I’d lay out my plans for the next six months, especially as a few of these items involve community contributions. My principal focus from now until the end of 2010 will be: * Silverlight On Ramp * Windows Phone 7 * Silverlight and Data * Best Practices: MVVM, Test-Driven Design, Agile, MEF and more These four areas of intense concentration have spawned a number of projects, many of which address more than one area. The principal projects are… (more)
category: Metro | clicked: 0 | 1 comment | | source: jesseliberty.com
tags: Community, data, Start, Patterns, phone
6
Shouts

DeepFriedBytes - Episode 53: A Lap Around OData with Mike Flasko

published 1121 days, 22 hours, 34 minutes ago posted by mithumithu 1122 days, 12 hours, 11 minutes ago
Wednesday, April 28, 2010 7:00:19 AM GMT Tuesday, April 27, 2010 5:24:07 PM GMT
About This Episode In this episode, Woody sat down with Mike Flasko at MIX10 to chat about OData that was announced on the second day of the conference. OData is an open protocol for sharing data. It provides a way to break down data silos and increase the shared value of data by creating an ecosystem in which data consumers can interoperate with data producers in a way that is far more powerful than currently possible, enabling more applications to make sense of a broader set of data. Thanks To Our Sp... (more)
category: Podcast | clicked: 0 | comment | | source: deepfriedbytes.com
tags: data, protocol, DeepFriedBytes, MIX10, Conference, applications, OData
9
Shouts

HanselMinutes - Show #210 - John Lam and the Science of Fitness

published 1132 days, 15 hours, 25 minutes ago posted by mithumithu 1133 days, 23 hours, 40 minutes ago
Saturday, April 17, 2010 2:10:08 PM GMT Friday, April 16, 2010 5:54:28 AM GMT
Sedentary Scott chats with Fit John Lam about the science of fitness. If you're a coder you you use huge amounts of data and statistics to plan your next move, why not do the same when working out? John talks about the software and hardware folks use to measure not just where they ran and how far, but also their Watts per Kilo of body weight! (more)
category: Podcast | clicked: 1 | comment | | source: www.hanselminutes.com
tags: statistics, data, plan, HanselMinutes, Software, HARDWARE
6
Shouts

dnrTV - Show #169 - Lance Olson on OData

published 1134 days, 18 hours ago posted by mithumithu 1135 days, 10 hours, 58 minutes ago
Thursday, April 15, 2010 11:34:26 AM GMT Wednesday, April 14, 2010 6:37:04 PM GMT
Microsoft's Lance Olson shows off the Open Data Protocol, an Open Specification Web protocol for querying and updating data. Lance describes the protocol and how it can be used in a variety of applications and platforms. (more)
category: Screencast | clicked: 1 | comment | | source: www.dnrtv.com
tags: data, Application, Web, Microsoft, dnrTV, platform
9
Shouts

WCF Ria Services For Real - Jesse Liberty

published 1157 days, 16 hours, 47 minutes ago posted by jantujantu 1159 days, 16 hours, 47 minutes ago
Tuesday, March 23, 2010 12:47:27 PM GMT Sunday, March 21, 2010 12:47:54 PM GMT
In my previous post I discussed creating the database and tables for the Silverlight HVP configuration data.  All that was great, and worked just dandy until it was time to get the data from the database server to the application running on the client. “But,” I thought, “How hard can it be?”  I’ve done a few mini-tutorials… should be straight-forward… And it was… sorta.Getting Going The steps are pretty straight forward:Create an entity data model that corresponds to the t... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, slhvp, Best Practices, data, HyperVideoProject, MVVM, Videos, Linq, Data-Binding, Design Patterns, WCF-RIA-Services
7
Shouts

WCF Ria Services For Real - Jesse Liberty

published 1162 days, 16 hours, 54 minutes ago posted by jantujantu 1164 days, 9 hours, 11 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 8:23:45 PM GMT
my previous post I discussed creating the database and tables for the Silverlight HVP configuration data.  All that was great, and worked just dandy until it was time to get the data from the database server to the application running on the client.“But,” I thought, “How hard can it be?”  I’ve done a few mini-tutorials… should be straight-forward… And it was… sorta.Getting Going The steps are pretty straight orward:Create an entity data model that corresponds to the t... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, slhvp, Best Practices, data, HyperVideoProject, MVVM, Videos, Linq, Data-Binding, Design Patterns, WCF-RIA-Services
6
Shouts

Persisting the Configuration - Jesse Liberty

published 1173 days, 14 hours, 9 minutes ago posted by jantujantu 1175 days, 18 hours, 12 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Friday, March 05, 2010 11:22:21 AM GMT
For this week’s release of the Silverlight HyperVideo Platform we are committed to having configuration information retrieved from a database. To accomplish this we need (want?)Smooth-streaming videos that we can use to illustrate the relationship among Items, Topics and Links and A Database in which to store the configuration information Step 1 was accomplished byCreating the videos Creating image files Uploading the videos and images to MSN where the videos wer... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, slhvp, data, HyperVideoProject
4
Shouts

ProSysPlus Blog: The Empty Client and The Cloud

published 1175 days, 15 hours, 1 minute ago posted by webguiwebgui 1176 days, 20 hours, 27 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 9:07:49 AM GMT
"...I read about the cloud being used for complex data-based applications, that latency could well be an issue... This is the issue that Visual WebGui solves: what is essentially a Windows Forms application runs on the Visual WebGui server, and only the image of the application is transmitted to the client, and only the users actions are transmitted back to the Visual WebGui server. They call this the Empty Client model..." (more)
category: Architecture | clicked: 0 | comment | | source: blog.prosysplus.com
tags: .NET, Cloud, Security, cloud applications, Programming, data, Cloud Computing, Software
4
Shouts

The Empty Client and The Cloud

published 1175 days, 15 hours, 1 minute ago posted by webguiwebgui 1176 days, 20 hours, 30 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 9:05:03 AM GMT
"...I read about the cloud being used for complex data-based applications, that latency could well be an issue... This is the issue that Visual WebGui solves: what is essentially a Windows Forms application runs on the Visual WebGui server, and only the image of the application is transmitted to the client, and only the users actions are transmitted back to the Visual WebGui server. They call this the Empty Client model..." Hank Fay (more)
category: Architecture | clicked: 0 | comment | | source: www.reddit.com
tags: .NET, Cloud, Security, cloud applications, Programming, Development, data, platform
7
Shouts

Silverlight 4 vs Flex 4: Data Validation - Alex van Beek

published 1207 days, 15 hours, 50 minutes ago posted by alexbalexb 1207 days, 20 hours, 30 minutes ago
Monday, February 01, 2010 1:44:24 PM GMT Monday, February 01, 2010 9:04:34 AM GMT
In this post I’m again comparing two features of Silverlight and Flex, this time we’re going to take a look at how data validation is implemented on both platforms. This will be a very interesting comparison, since Flex and Silverlight take entirely different approaches. Which one is better? I can let you know in advance that one of the two is a bit broken. Read on to find out which one…… (more)
category: Metro | clicked: 0 | comment | | source: blogs.infosupport.com
tags: data, Silverlight 4, Data Validation, Data Binding, Flex 4
10
Shouts

Sharing the goodness that is VB : Build WPF Data Controls for Outlook Addins Easily with VS2010 - Beth Massi

published 1247 days, 8 hours, 52 minutes ago posted by impaimpa 1248 days, 15 hours, 35 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 2:00:14 PM GMT
I showed how to migrate our Northwind Outlook client to .NET 4 and Office 2010. This Outlook Add-in displays order history information in an adjoining form region so sales associates can see that data immediately when communicating with customers. When we originally built this with Visual Studio 2008, we used a WPF user control to display the data so that we could better match the look and feel of Ou... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: OBA, Office, data, WPF, article, VS2010, DevCenter, VSTO
Previous 1 2 Next