Stories recently tagged with 'File'

Upload/Import Download/Export any File to/from Oracle Database(www.leniel.net)

submitted by lenielleniel(504) 2 years, 2 months ago

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 in a database table. Read on... read more...

add a comment |category: |Views: 19

tags: another

Load XML from string instead of file in C#.NET | syntaxhelp.com(syntaxhelp.com)

submitted by hima_.nethima_.net(440) 2 years, 5 months ago

Cheat sheet for reading XML from string read more...

add a comment |category: |Views: 14

tags: another

Transactional File System Operations with C#(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 4 months ago

In this post Tuna tries to explain his approach to transactional file system operations. This piece of code uses two of the Vista's new features namely Kernel Transaction Manager(KTM) and Transactional NTFS. read more...

1 comment |category: |Views: 1018

tags: another

NHibernate Query Analyzer + ActiveRecord(leniel.net)

submitted by lenielleniel(504) 3 years, 4 months ago

NHibernate Query Analyzer (NHQA) helps a lot while working in a .NET project with a relational database that makes use of NHibernate as the persistence manager. I was having a problem getting NHQA to work with a business data layer constructed with the help of ActiveRecord - I searched the Internet for a path that would led me in the right direction and after solving small errors I got NHQA working with a proper configuration file. In this post you'll find the content of the file so that you can get a sense of what must be done with the initial configuration of NHQA. read more...

add a comment |category: |Views: 47

tags: another

jQuery Ajax uploader plugin (with progress bar!)(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 6 months ago

Do you want your HTML file upload controls to show a progress bar during the upload? That's always been tricky. Here's a cool jQuery plugin that gets the job done, along with a demo app written in ASP.NET MVC. read more...

1 comment |category: |Views: 2286

tags: another

Searching for files using LINQ(dotnet-snippets.com)

submitted by jan223jan223(230) 3 years, 8 months ago

An LINQ example read more...

add a comment |category: |Views: 336

tags: another

FTP File Upload in C# dotnet(webtips.co.in)

submitted by webtipswebtips(265) 3 years, 8 months ago

Simple function in c# to upload file via FTP thereby upload File through File Transfer Protocol (FTP) client using FtpWebRequest Class in .Net C# read more...

add a comment |category: |Views: 589

tags: another

Professional file uploads with the MultiUpload and ImageList controls(codeproject.com)

submitted by jlchereaujlchereau(45) 4 years, 5 months ago

A professional Ajax GUI for uploading files using the server controls in Memba Velodoc XP Edition read more...

add a comment |category: |Views: 21

tags: another

MultiUpload, a smarter file upload server control using Ajax(codeproject.com)

submitted by jlchereaujlchereau(45) 4 years, 5 months ago

An ASP.NET server control inspired from Google mail’s selection of file attachments and implementing ASP.NET Ajax Extensions 1.0. read more...

add a comment |category: |Views: 386

tags: another

An Ajax image list control to manage lists of items(codeproject.com)

submitted by jlchereaujlchereau(45) 4 years, 5 months ago

An ASP.NET server control inspired from WinForms’ ListView and implementing ASP.NET Ajax Extensions 1.0. read more...

add a comment |category: |Views: 64

tags: another

Secure and Low-Privileged File Operations(andreas-kraus.net)

submitted by reteepreteep(739) 5 years, 6 months ago

Isolated Storages - the solution for restricted ASP.NET hosting when it comes to file operations. read more...

add a comment |category: |Views: 4

tags: another