DotNetShoutout - Stories tagged with Import
3
Shouts

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

posted by lenielleniel 668 days, 23 hours, 14 minutes 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

SQL Server Import Data using SQL Server Import Export Data Wizard SSIS Package

posted by eralpereralper 790 days, 17 hours, 49 minutes ago
Friday, March 25, 2011 9:58:51 PM GMT
SQL Server Import Data using SQL Server Import Export Data Wizard SSIS Package SQL Server Import and Export Wizard, one of powerful SQL Server tools enables SQL Server import data easily for ETL developers and database administrators. In this SQL Server tutorial, sql developers will find step by step illustration of how to import data into SQL Server 2008 (or SQL Server 2005) using SQL Server Import Export Data Wizard. Kodyaz community members will remember SQL Server tutorials SQL Server Export to Exc... (more)
category: Data | clicked: 0 | comment | | source: www.kodyaz.com
tags: Import, SQL Server 2008, SQL, SSIS
2
Shouts

Dynamic MEF isn't thread safe by nature - [Export] Bnaya Eshet

published 901 days, 7 hours, 8 minutes ago posted by bnayabnaya 902 days, 5 hours, 37 minutes ago
Sunday, December 05, 2010 8:40:15 AM GMT Saturday, December 04, 2010 10:10:36 AM GMT
Dynamic MEF isn't thread safe by natureDynamic MEF isn't thread safe by nature this post focus a pitfall which you should be aware in order to avoid sporadic crashes. In general most of MEF operation are operate once at the application initialization stage, and it normally happens on a single thread.   this may not be true when you need to dynamically load MEF parts (using GetExportedValue or SatisfyImportsOnce).   unfortunately MEF underline is using non concurrent dictionary which is not thread ... (more)
category: Architecture | clicked: 6 | comment | | source: blogs.microsoft.co.il
tags: Import, MEF, Thread safe, Compose, export
2
Shouts

Exporting non Exportable types - [Export] Bnaya Eshet

posted by bnayabnaya 937 days, 2 hours, 14 minutes ago
Saturday, October 30, 2010 1:33:52 PM GMT
Exporting non Exportable typesExporting non Exportable types this post extend Glenn Block's post about "Poco, Mef, and custom type systems. Are you ready to take the red pill?"  the post is adding a compile time attribute export model, Directory catalog and migrate it to VS 2010. It is very recommended to read Glenn Block's post before reading this one.   the code sample for this post can be download from here.  Summarizing Glenn's post in general Glenn show how to add attributes (like Expor... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Import, POCO, MEF, Compose, export
2
Shouts

Testing and Debugging MEF, avoiding misconceptions - Part 3 - [Export] Bnaya Eshet

published 938 days, 2 hours, 29 minutes ago posted by bnayabnaya 938 days, 8 hours, 3 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Friday, October 29, 2010 7:45:26 AM GMT
Testing and Debugging MEF, avoiding misconceptions - Part 3Testing and Debugging MEF, avoiding misconceptions - Part 3 this is the 3rd post of this series and it will discuss common misconceptions which may lead unexpected behavior and long debugging nights.  Initialization issues the first misconception occurs when developer are trying to access imported property at construction time.NullReferenceException[Export]publicclassMyPlugin{public MyPlugin()    {   // the logger import doesn't satisfied... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: composer, Import, MEF, export, Extensibility
3
Shouts

Testing and Debugging MEF, Tips - Part 2 - [Export] Bnaya Eshet

posted by bnayabnaya 954 days, 21 hours, 2 minutes ago
Tuesday, October 12, 2010 6:45:35 PM GMT
Testing and Debugging MEF, Tips - Part 2Testing and Debugging MEF, Tips - Part 2 this is the second post of a series that will offer some tips about testing and debugging your MEF-able component and application.   in this post we will focus about debugging the most common, and most confusing, MEF failure.  Assembly Loading Failure the most common MEF runtime failure occurs because of missing assembly which contain the MEF parts (Import, Export) or the parts dependencies (like 3rd party compo... (more)
category: Architecture | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: Import, MEF, Debug, export
3
Shouts

MEF for Beginner (Deployment Catalog) - part 12 - [Export] Bnaya Eshet

published 1148 days, 1 hour, 21 minutes ago posted by bnayabnaya 1148 days, 21 hours, 20 minutes ago
Friday, April 02, 2010 2:27:29 PM GMT Thursday, April 01, 2010 6:28:08 PM GMT
MEF for Beginner (Deployment Catalog) - part 12MEF for Beginner (Deployment Catalog) - part 12   this is the 12th post of the MEF for Beginner series, the series TOC is available here. this post will focus on Deployment Catalog.   the code sample for this post can be found here.  What is MEF Deployment Catalogs? the deployment catalog is actually a redesign of the older package catalog. it enable to load parts from xap packages a-synchronically.  Code sample the following code sample depend ... (more)
category: Architecture | clicked: 4 | 1 comment | | source: blogs.microsoft.co.il
tags: .NET, Import, Composition, MEF, export
6
Shouts

MEF for Beginner (concept) - part 1

published 1154 days, 3 hours, 36 minutes ago posted by bnayabnaya 1156 days, 53 minutes ago
Saturday, March 27, 2010 12:11:51 PM GMT Thursday, March 25, 2010 2:55:17 PM GMT
this post is the first in a series of posts of How To start using the new MEF (Manage Extensibility Framework). the series will include simple steps for using MEF on the .NET and Silverlight. (more)
category: Architecture | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Import, Composition, MEF, export
6
Shouts

Upload/Import Download/Export any File to/from Oracle Database

published 1159 days, 2 hours, 42 minutes ago posted by lenielleniel 1159 days, 17 hours, 22 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Sunday, March 21, 2010 10:26:18 PM GMT
The general idea one have about databases is that they only serve the purpose of storing plain values as numbers, dates and text. A database does not do just that but even more allowing you to store a whole file as an Excel spreadsheet or an MP3 file in a column you define in your table. This post shows you how to Upload/Import Download/Export any File to/from Oracle Database through a simple ASP.NET MVC application UI. Have you ever heard about BLOB? This is what makes it possible to store a whole file ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.leniel.net
tags: ASP.NET MVC, sequence, Import, Download, Oracle, Database, Blob, Stored Procedure, file, export, upload