By tag: file
0
kicks
Manage folders & files in your ASP.NET MVC app with elFinder.Net
Recently I had to evaluate what were my options when it comes to managing folders and files in an ASP.NET MVC project – a file manager somewhat like what a Content Management System does but I needed something way simpler and intuitive and principally of easy integration. Read on to discover the ext...
0
kicks
Upload/Import Download/Export any File to/from Oracle Database
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 s...
0
kicks
Load XML from string instead of file in C#.NET | syntaxhelp.com
Cheat sheet for reading XML from string
0
kicks
Transactional File System Operations with C#
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.
0
kicks
NHibernate Query Analyzer + ActiveRecord
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 Intern...
0
kicks
jQuery Ajax uploader plugin (with progress bar!)
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.
0
kicks
FTP File Upload in C# dotnet
Simple function in c# to upload file via FTP thereby upload File through File Transfer Protocol (FTP) client using FtpWebRequest Class in .Net C#
0
kicks
Professional file uploads with the MultiUpload and ImageList controls
A professional Ajax GUI for uploading files using the server controls in Memba Velodoc XP Edition
0
kicks
MultiUpload, a smarter file upload server control using Ajax
An ASP.NET server control inspired from Google mail’s selection of file attachments and implementing ASP.NET Ajax Extensions 1.0.
0
kicks
An Ajax image list control to manage lists of items
An ASP.NET server control inspired from WinForms’ ListView and implementing ASP.NET Ajax Extensions 1.0.
0
kicks
Secure and Low-Privileged File Operations
Isolated Storages - the solution for restricted ASP.NET hosting when it comes to file operations.