DotNetShoutout - Stories tagged with export
3
Shouts

Export checked or Selected GridView Rows To Excel

published 558 days, 18 hours, 32 minutes ago posted by amitjainamitjain 561 days, 1 hour, 13 minutes ago
Tuesday, November 08, 2011 5:14:55 PM GMT Sunday, November 06, 2011 10:33:42 AM GMT
Export Selected GridView Rows To Excel in asp.net 2.0,3.5,4.0 using C# and VB.NET. (more)
category: Web Dev | clicked: 42 | 1 comment | | source: csharpdotnetfreak.blogspot.com
tags: GridView, Excel, export, ASP.NET
2
Shouts

Create Projects with JustDecompile

published 648 days, 21 hours, 30 minutes ago posted by KodefuGuruKodefuGuru 650 days, 20 hours, 47 minutes ago
Wednesday, August 10, 2011 2:17:19 PM GMT Monday, August 08, 2011 3:00:09 PM GMT
The most requested feature on UserVoice for JustDecompile was the ability to create a Visual Studio project from an assembly, and the latest version gives you that capability. This is useful for exporting lost projects or obtaining multiple classes without the need to copy and paste code. Let’s take a look at how it works... (more)
category: How To | clicked: 16 | 1 comment | | source: blogs.telerik.com
tags: decompiler, Telerik, export, JustDecompile
3
Shouts

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

posted by lenielleniel 664 days, 19 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

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

published 897 days, 3 hours, 7 minutes ago posted by bnayabnaya 898 days, 1 hour, 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 932 days, 22 hours, 13 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 933 days, 22 hours, 28 minutes ago posted by bnayabnaya 934 days, 4 hours, 2 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 950 days, 17 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

GridView and export to excel problems and solutions

published 963 days, 6 hours, 52 minutes ago posted by PraveenPraveen 964 days, 2 hours, 8 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Wednesday, September 29, 2010 9:39:10 AM GMT
This is very simple to implement in ASP.NET. But, there are possibilities to get problems in exporting to excel from grid view. When you bind data to gridview and write some logic to export to excel then it will not be enough. We have to check or write some additional logic which will help us to solve the problems. Below is the explanation for all problems we may get in the complete process along with detailed solution. You may e... (more)
category: Web Dev | clicked: 2 | comment | | source: praveenbattula.blogspot.com
tags: GridView, Excel, export, ASP.NET
4
Shouts

Export Data To Excel Sheet and Charts Asp.Net : The CodeGain

posted by codegaincodegain 990 days, 23 hours, 18 minutes ago
Thursday, September 02, 2010 12:29:16 PM GMT
in this article, i'm going to explain how to export data to excel sheet and charts ASP.NET (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: graph, Charts, export
8
Shouts

Export all table data to Text file - Madhivanan's TSQL Blog

published 1044 days, 21 hours, 59 minutes ago posted by jacobsebastianjacobsebastian 1045 days, 6 hours, 25 minutes ago
Saturday, July 10, 2010 1:48:36 PM GMT Saturday, July 10, 2010 5:21:44 AM GMT
One of my friends asked me if it is possible to export each table's data to each text file so that those files can be used in another system for data import? The point is he wanted to move database from SQL Server to Mysql. But there was not possible to have a connectivity between the two systems. He generated the script but exporting data was the problem. I suggested him to run this script that will take all userdefined table's data to each file where filename is the table name itself (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: TSQL, scripts, export data, SQLServer, export
3
Shouts

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

published 1143 days, 21 hours, 20 minutes ago posted by bnayabnaya 1144 days, 17 hours, 19 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 1149 days, 23 hours, 35 minutes ago posted by bnayabnaya 1151 days, 20 hours, 52 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 1154 days, 22 hours, 41 minutes ago posted by lenielleniel 1155 days, 13 hours, 21 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