Main > Free Download Search >

Free asp.net software for linux

asp.net

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 14
NeatUpload 1.2.18

NeatUpload 1.2.18


NeatUpload allows ASP.NET developers to stream uploaded files to disk and allows users to monitor upload progress. more>>
NeatUpload allows ASP.NET developers to stream uploaded files to disk and allows users to monitor upload progress.
NeatUpload works under Monos XSP/mod_mono as well as Microsofts ASP.NET implementation and features two custom controls. InputFile allows the user to select a file to upload and ProgressBar displays the upload progress either inline or in a popup.
ProgressBar even allows users without JavaScript to see upload progress.
Main features:
- Streams uploads directly to disk. This conserves server memory, allows larger uploads, and helps prevent Denial of Service attacks.
- Integrates easily with existing applications. Replace < HtmlInputFile > with < NeatUpload:InputFile > and add a < NeatUpload:ProgressBar > to your ASP.NET pages. Then use the TmpFile and FileName members of InputFile to access the uploaded file and its original name.
- Supports both inline and popup progress bars.
- Falls back to using ASP.NETs HttpPostedFile if the NeatUpload HttpModule is not present. This makes it easy to remove the HttpModule if for some reason it causes problems.
- Supports customization through styles and custom progress display pages.
- Does not require JavaScript.
- Works under Monos XSP/mod_mono and Microsofts ASP.NET.
- Removes uploaded files when an error occurs. This helps prevent disk space leakage.
- Licensed under the Lesser General Public License (LGPL), a business-friendly open source license.
Enhancements:
- This version fixes a bug where using HttpResponse.TransmitFile() could cause the entire transmitted file to be buffered in memory temporarily, and a bug where the script elements produced by NeatUploads ProgressBar control were not XHTML compliant.
- The fix for the TransmitFile() issue has the small side effect that sometimes responses larger than 1MB are not buffered.
<<less
Download (0.50MB)
Added: 2007-06-16 License: LGPL (GNU Lesser General Public License) Price:
936 downloads
NullableTypes 1.2

NullableTypes 1.2


NullableTypes for .NET are a very reliable and efficient version of built-in value-types that can be Null. more>>
NullableTypes for .NET are a very reliable and efficient version of built-in value-types that can be Null. NullableTypes pass more than 800 differents test cases and have close-to-optimal efficiency as built-in value-types. They may be used every time you need to store a Null value in a .NET built-in value-type.

Types implemented by NullableTypes are: NullableBoolean, NullableByte, NullableInt16, NullableInt32, NullableInt64, NullableSingle, NullableDouble, NullableDecimal, NullableString and NullableDateTime.

Helper functions provide seamless integration with Windows and ASP.NET user controls and with ADO.NET.

NullableTypes will let you write code like this:

public sealed class Order{
public int OrderID {get {/*...*/}}
public int CustomerID {get {/*...*/}}
public NullableDateTime RequestedDeliveryDate {get {/*...*/}}
// remaining members elided for clarity
}

where RequestedDeliveryDate can be either NullableDateTime.Null or a valid DateTime value.

The property RequestedDeliveryDate.IsNull tests if the date is Null, and when it is not Null the property RequestedDeliveryDate.Value returns a valid DateTime value.
<<less
Download (0.76MB)
Added: 2006-09-06 License: MIT/X Consortium License Price:
1143 downloads
SharpWebMail 0.13b

SharpWebMail 0.13b


SharpWebMail is an ASP.NET webmail application that is written in C#. more>>
SharpWebMail is an ASP.NET webmail application that is written in C#. It uses a POP3 or IMAP servers as the mailstore and sends mail through a SMTP server. It is very simple to configure (only a few settings in the web.config file). This application has all the features of a normal webclient for mail. You can compose HTML messages, search your inbox, read mime messages, have multiple address books and more.
Main features:
- Very simple to configure (only a few settings in web.config).
- Multiple POP3 and IMAP servers can be configured to read mail from. The selection of the server is based in login (username) information or (optionally) by the user.
- Tries to minimize the queries to the server caching message info (only headers).
- Authentication is handled by your email server (no additional databases needed).
- Sends mail through a SMTP server (chosen from the login information of your users). Including support for SMTP AUTH.
- HTML editor (FCKeditor) for composing mails.
- Download and send multiple attachments per message (requires write permissions in a temporary folder).
- It is possible to attach a file that we have received in other message without downloading it (with the obvious save in bandwidth and time).
- Reads MIME messages (provided by SharpMimeTools, project born because I needed an open source mime decoder).
- (Optional) Multiple Address books based on fully configurable datasources (ldap, oledb, odbc, ...). It can be read-only or read/write (with import/export capabilities).
- Is possible to sort the inbox elements by number, sender, subject, date and size (ascending and descending) .
- Search the inbox by subject and sender.
- Multilingual user interface
- XP look & feel.
- Tested with IE6 and Mozilla FireFox (1.0.7), but it should work with other versions.
- Simple sanitization of html content.
<<less
Download (1.8MB)
Added: 2006-06-12 License: GPL (GNU General Public License) Price:
1231 downloads
Mono Project 1.2.4

Mono Project 1.2.4


Mono Project is an implementation of .NET for Unix, MacOS X, and Windows. more>>
Mono is a comprehensive open source development platform based on the .NET framework that allows developers to build Linux and cross-platform applications with unprecedented productivity. Monos .NET implementation is based on the ECMA standards for C# and the Common Language Infrastructure.

Sponsored by Novell the Mono project has an active and enthusiastic contributing community. Mono includes both developer tools and the infrastructure needed to run .NET client and server applications.

Mono includes a compiler for the C# language, an ECMA-compatible runtime engine (the Common Language Runtime, or CLR),and class libraries. The libraries include Microsoft .NET compatibility libraries (including ADO.NET, System.Windows.Forms and ASP.NET), Monos own and third party class libraries.Gtk#, a set of .NET bindings for the gtk+ toolkit and assorted GNOME libraries can be found in the later.

This library allows you to build fully native Gnome application using Mono and includes support for user interfaces built with the Glade interface builder. Furthermore, Monos runtime can be embedded into applications for simplified packaging and shipping. In addition, the Mono project offers an IDE, debugger, and documentation browser.
<<less
Download (62.8MB)
Added: 2007-05-16 License: Freely Distributable Price:
896 downloads
Stompy 0.04

Stompy 0.04


Stompy provides a tool to check the security of Web session IDs and other tokens. more>>
Stompy provides a tool to check the security of Web session IDs and other tokens.
Stompy the session stomper is a penetration testing tool that performs an automated analysis and runs an array of fairly sophisticated tests on WWW session identifiers (or any other tokens) to see whether they are reasonably unpredictable or vulnerable to attacks.
Session IDs and similar secret values shared between client and server are commonly used to track authenticated users or validate certain actions in stateless environments (not limited to the Internet: prepaid mobile recharge vouchers are a good example), and as such, whenever theyre predictable or simply have a non-negligible chance of being guessed by trial and error, we do have a problem.
Some of such mechanisms, particularly in relation to the Web, are well-studied and well-documented, and believed to be cryptographically secure (for example: Apache Tomcat, PHP, ASP.NET built-in session identifiers).
This is not necessarily so for various less-researcher enterprise platforms, and almost never so for custom solutions implemented in-house for a particular application. This is no better for other types of closed-source token generation systems that need to be quickly assessed for most obvious vulnerabilities before deployment.
Enhancements:
- Added more explicit explanations of certain results,
- Added fault bitmap reporting,
- Emphasized the ability to use stompy for non-WWW applications,
- Added raw file support,
- Replaced environmental variables with command-line options,
- Dropped non-GMP compilation target.
- Added the ability to issue custom requests from file,
- Added spatial correlation detection,
- Added SSL support,
- Moved testcases to test/
- [BUG] Fixed transition checking
- [BUG] Fixed some variable token length testing bugs
- [BUG] Fixed minor reporting errors
- [BUG] Fixed a problem with SEGV on replay on some platforms
<<less
Download (0.031proviMB)
Added: 2007-02-28 License: LGPL (GNU Lesser General Public License) Price:
970 downloads
Mono Live 1.0

Mono Live 1.0


The Mono Live CD is a way for you to try out Linux, the Mono Framework 1.1.7, and the newest desktop applications. more>>
The Mono Live CD is a way for you to try out Linux, the Mono Framework 1.1.7, and the newest desktop applications without modifying your current computing environment.
Main features:
- Develop, compile and run software with MonoDevelop.
- Listen to your music collection in style with Muine.
- Take notes with Tomboy.
- Manage your photos with F-Spot.
- Search music, photos, chats, and documents with Beagle.
- Explore web applications such as ASP.NET Forums, IBuySpy, and mojoPortal.
This CD also contains the files necessary to install Mono on Windows computers. This allows you to expore the framework without installing a Linux desktop, and begin developing cross-platform applications with Mono and Gtk# today.
<<less
Download (699MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
846 downloads
Gaia Ajax Widgets 2007 Q3

Gaia Ajax Widgets 2007 Q3


Gaia Ajax Widgets is an Ajax library for ASP.NET and Mono. more>>
Gaia Ajax Widgets is an Ajax library for ASP.NET and Mono. The project is a "high-level library", meaning it abstracts away JavaScript 100%, and the developer doesnt have to write anything other than his favorite .Net language like C#, VB.NET, IronPython, or Boo (Mono).

Gaia is not your average "yet another Ajax Framework", with Gaia you can do things impossible in all other Ajax Libraries. Gaia is about letting you do Ajax and not Ajax do YOU! In fact were so certain about this that if youre not satisfied with Gaia Ajax Widgets within 3 months of purchasing well give you a total refund of all of your license costs! If you cant do it with any other Ajax Framework you can probably do it with Gaia!

<<less
Download (0.72MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
509 downloads
FCKeditor 2.4.3

FCKeditor 2.4.3


FCKeditor is a text editor for Internet. more>>
FCKeditor is an HTML/DHTML editor for ASP, ASP.NET, ColdFusion, PHP, and JavaScript that brings to the Web much of the powerful functionality of known desktop editors like Word.
FCKeditor is very lightweight, and doesnt require any kind of installation on the client computer.
Main features:
- Internet Explorer 5.5+ and Gecko browser (Mozilla / Firefox / Netscape) compatibility
- XHTML 1.0 support
- Font formatting: type, size, color, style, bold, italic, etc
- Text formatting: alignment, indentation, bullets list, etc
- Cut, Paste and Past as Plain Text, Undo and Redo
- Paste from Word cleanup with auto detection
- Link creation
- Anchors support (version 1.x)
- Image insertion, with upload and server browsing support
- Table creation and editing (add, delete rows, etc)
- Table cells editing (size, colors, etc)
- Form fields (version 1.x)
- Right click context menus support
- Complete toolbar customization
- Skins support.
- Spell checker (version 1.x)
- CSS support for a better integration in your web site
- Multi-language support with automatic user language detection. Including Right to Left scripting.
- Lightweight and fast
- Automatic browser detection and customization
- Integration with ASP, ASP.NET, Java, ColdFusion, PHP, Javascript and IE Behaviours (version 1.x)
- Image and file links upload and server repository browser.
- For web developer it is easy to install and customize
- For web users its simply easy to use!
<<less
Download (0.70MB)
Added: 2007-06-14 License: LGPL (GNU Lesser General Public License) Price:
542 downloads
openWYSIWYG 1.01

openWYSIWYG 1.01


openWYSIWYG is a cross-browser WYSIWYG editor. more>>
openWYSIWYG is a cross-browser WYSIWYG editor packed with every rich-text editing feature you need to make your content management system or custom Web application that much better.
openWYSIWYG project easy easy to set up, and you can quickly turn any text area into a powerful WYSIWYG editor with just a few simple lines of code.
Powerful Editing Environment
Loads extremely fast. Completely written in JavaScript and DHTML. No server side code (like PHP) required!
Easily view HTML source code and make "in code" adjustments.
Manage documents similar to Word. Bold, italicize, change the color of your text, and more.
Create numbered and bulleted lists.
Insert images, create tables, and link text.
Easily and quickly create tables, and customize them the way you want! With several properties to choose from, set the border style, border width, cell padding, shading color, table width, and much more.
Cross-Browser Compatible
Cross Browser openWYSIWYG is compatible with the most popular internet browsers, meaning your users will have no trouble making use of it. These browsers include: IE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7+.
Coded Entirely in JavaScript
Regardless of what language you use to code your web applications, openWYSIWYG will work. openWYSIWYG is coded entirely in client side JavaScript, so it will work with any web programming language, including:
PHP
ASP
ASP.net
Perl
Java
Cold Fusion
Make no mistakes! See what your font type and font size looks like as youre selecting it. openWYSIWYGs dropdowns look great and will work without a hitch!
Open Source Software
openWYSIWYG is an open source application, meaning youll have access to the full source code to modify or customize it to your needs. Add new features, change the styles, or even optimize the code. Its entirely up to you.
Enhancements:
- A bizarre problem which occurred with certain version combinations of IE and Windows where the textarea wasnt properly hidden was fixed.
- The "Font Size" and "Font Select" buttons were fixed so that they are "unselectable" in IE 6+, so users cant drag and drop them into the editor anymore.
- The WYSIWYG widget should now always update the textarea on the users last command.
- Minor design changes were made to the toolbar so it displays better in various HTML doctypes.
- Undo/redo now works in Internet Explorer.
<<less
Download (0.076MB)
Added: 2006-04-10 License: LGPL (GNU Lesser General Public License) Price:
1391 downloads
VCalendar 1.1.5.1

VCalendar 1.1.5.1


VCalendar is an open source Web calendar application with related tools. more>>
VCalendar is an open source Web calendar application with related tools, for posting and maintaining events and schedules online, in calendar format.
VCalendar project is an excellent and free solution for use by online Web communities and any commercial and non-commercial organizations. Unlike any other online calendars, VCalendar comes with source code in multiple programming languages: PHP, ASP and ASP.NET (C# and VB.NET); with potential for adding more technologies in the future.
Main features:
- Localization features, with initial Internationalization in English and Russian, with language selectable by end-users
- Dynamic CCS (stylesheet) styles, selectable by end-users
- Annual, monthly, weekly and daily calendar views
- Multiple categories for classifying calendar events
- Recurring and all-day events
- Role-based user permissions and calendar configuration
Enhancements:
- Fixed the bug reported on SourceForge Forum: 3771522: Unable to select Month or the Year
<<less
Download (0.015MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1334 downloads
mojoPortal 2.2.2.8

mojoPortal 2.2.2.8


mojoPortal project is an Object Oriented web site framework. more>>
mojoPortal project is an Object Oriented web site framework written in C# that runs under ASP.NET on Windows or under mono on GNU/Linux or Mac OS X.
Main features:
- Runs under Windows/IIS or mono/Apache with most GNU/Linux distributions or Mac OS X
- Works with MS SQL Server, MySQL, or PostgreSQL databases
- Host multiple sites on 1 installation and db with host names
- Content Management with support for work flow and approval/publishing process
- Enter content with the FCKeditor HTML WYSIWYG
- Blogs
- Forums
- Image Gallery
- RSS Feed Aggregator
- Event Calendar
- Contact Form
- File Manager - use with caution, provides direct access to the server file system.
- Shared Files module - looks and acts like the File Manager module but stores and manages files in a safe way on the server. Folders are really database items as are the friendly file names. Files are stored securely in a special folder and named using guid strings and a .config extension. This prevents them from being requested or served with a normal http request. Authorized users can download because the module serves them using Response.WriteFile. The module also supports versioning of files.
- User Profile Page
- Member List Page
- Bread Crumbs
- Custom Skinning based on Paul Wilsons MasterPages with support for user selectable skins and individual skins per page
- Dynamic HTML Cross Browser Menu using Scott Mitchells skmMenu
- Localization - all labels and image alt text comes from a configuration file
- Configurable Whether to Encrypt Passwords
- Configurable Whether Registration requires e-mail confirmation
- Configure use of SSL for the whole Site or per Page
- Send Password Feature (when not using encryption)
- Url Re-writing for mapping friendly Urls to site pages
- Site Search with Role based filtering
- Error logging and optional debug logging
mojoPortal is being developed/managed by Joe Audette, MCSD, MCDBA, MCSE, I named it after my dog Mojo.
Enhancements:
- mojoPortal 2.x now works on Mono, so mojoPortal 1.x is being retired.
- New features include multi-site support based on folders or host names.
- The editor provider model has support for both FCKeditor and TinyMCE.
- This release has improved markup semantics and CSS organization.
<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
861 downloads
Monoppix 1.1.8

Monoppix 1.1.8


Monoppix is a live CD Linux distribution based on Knoppix. more>>
Monoppix is a Live CD Linux distribution (based on Knoppix), which means you pop it in your CD drive, reboot, and youre running Linux.
It works without installing a thing on your hard drive - it runs completely off the CD and RAM.
Showcasing and spreading Mono technology which is a free .NET framework implementation to linux/unix operating systems.
Main features:
- Mono runtime environment, complier and class libraries,
- Monodevelop - Mono enabled IDE,
- XSP - ASP.NET web server,
- GTK# - for desktop applications (sample included),
- MySQL database server,
- Quickstarts and Mono walkthroughs and tutorials.
<<less
Download (486MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
850 downloads
Bitrock MonoStack 1.1.16

Bitrock MonoStack 1.1.16


Bitrock MonoStack allows you to quickly and easily run ASP.NET on Linux. more>>
Bitrock MonoStack allows you to quickly and easily run ASP.NET on Linux. MonoStack includes Apache, mod_mono and XSP and hooks up to your existing Mono installation.
Bitrock MonoStack project saves you the time required to download, install and configure your own Mono ASP.NET development environment.
Bitrock MonoStack is free to download and use for both commercial and non-commercial purposes, under the terms of the Apache 2.0 license.
BitRock MonoStack is based on the following components:
- Apache 1.3.34
- mod_mono 1.1.16
- XSP 1.1.16
<<less
Download (4.3MB)
Added: 2006-07-13 License: The Apache License 2.0 Price:
1201 downloads
mod_mono 0.3.7

mod_mono 0.3.7


mod_mono is an Apache module which runs ASP.NET pages on Unix with Apache and Mono. more>>
mod_mono is an Apache module which runs ASP.NET pages on Unix with Apache and Mono.

<<less
Download (0.094MB)
Added: 2006-05-08 License: The Apache License Price:
1278 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1