Knowledge is power. We love to share it.

News related to Mono products, services and latest developments in our community.

denis

MonoX in the Web App Gallery

09/24/2010 By denis 0
This content has not been rated yet. 
Bookmark and Share
MonoX has been included in the Microsoft's Windows Web App Gallery and can be installed with the Microsoft Web Platform Installer. Inclusion in the gallery means that millions of Windows users now have easier access to MonoX resources.
denis

Hosting multiple applications in MonoX

09/12/2010 By denis 4
Rated 5.00, 1 vote(s). 
Bookmark and Share
A simple solution that allows you to host unlimited number of ASP.NET applications from a single database and virtual directory.
denis

MonoX v3: Free ASP.NET CMS and Social Networking Platform

08/20/2010 By denis 0
This content has not been rated yet. 
Bookmark and Share
We have just published a new, completely redesigned release of MonoX ASP.NET CMS with full support for Social Networking features. MonoX is now completely free and comes with everything you need to build fully-featured social environments, including: user profiles, OpenID support, friendship modules, scalable multi-user blog engine with automatic anti-spam protection, photo albums, customizable group architecture with support for public and private groups, discussion boards, file galleries, support for activity streams (event logs), messaging, video conversion and sharing, wall and comments.
zarko

Release Announcement: eCTD Office - Full Support for Swiss eCTD Version 1.1

07/01/2010 By zarko 0
This content has not been rated yet. 
Bookmark and Share
Mono Software and PRS today announced the major new release of the eCTD Office Suite, widely used NeeS / VNeeS / eCTD publishing system for EU and Swiss eCTD / NeeS electronic submissions.

eCTD Office is a suite of integrated NeeS / VNeeS/ eCTD software products for the creation, validation, viewing, manipulation and archiving of NeeS / eCTD submissions of regulatory documentation by pharmaceutical companies to the regulatory authorities.


eCTD Office in its latest version includes the following new features:
  • Full support for Swiss Module 1 Specification for eCTD, Version 1.1.
  • eCTD Envelope Explorer.
  • Templated Compiler.
  • Various enhancements and new features to make your esubmission publishing more user friendly, easier and faster.
zarko

Release Announcement: eChecker - FREE VNeeS Validation Tool

05/18/2010 By zarko 0
Rated 1.67, 3 vote(s). 
Bookmark and Share
Mono Software and PRS today announced the release of the first VNeeS (veterinary e-submission) validation tool: eChecker. 

eCTD Office eChecker (VNeeS Validator) is a super fast and accurate, off-the-shelf veterinary electronic submissions (VNeeS) validation system. eCTD Office eChecker allows for import of the VNeeS folder / file structure to report whether the structure conforms to the VNeeS format (immunological or pharmaceutical).


eChecker was built on top of the specifications published in the "Guideline on the specifications for provision of an electronic submission (e submission) for a veterinary medicinal product" - published and maintained by the TIGes-Vet.

eCTD Office is a suite of integrated NeeS / VNeeS / eCTD software products for the creation, validation, viewing, manipulation and archiving of NeeS / VNeeS / eCTD submissions of regulatory documentation by pharmaceutical companies to the regulatory authorities.
zarko

How much did you pay for your eSubmission solution?

04/08/2010 By zarko 0
This content has not been rated yet. 
Bookmark and Share
eCTD Office from Mono Software LTD is a suite of integrated NeeS / VNeeS / eCTD software products for the creation, validation, viewing, manipulation and archiving of NeeS / eCTD submissions. eCTD Office applications are being used by pharma companies and pharmaceutical consultancy companies all over Europe (France, The Netherlands, Belgium, Spain, Czech Republic, Germany, UK, Bulgaria, Ireland, Norway, Cyprus, Malta, Latvia, Lithuania, Sweden, Austria, Finland, Poland, Greece, Estonia ...)

For a limited time period you can order a 1 Year New User License of the NeeS Compiler tool for only 2000 €.

NeeS Compiler s a next generation off-the-shelf Windows software application for building error-free non-eCTD electronic submissions. NeeS Compiler provides tools for quick and intuitive construction of complex, valid non-eCTD electronic submissions.

denis

Data access layer in MonoX

04/06/2010 By denis 0
This content has not been rated yet. 
Bookmark and Share
We received a lots of comments and questions regarding the data access layer in MonoX. Many of our new users never heard about LLBLGen Pro - an Object Relational Mapping tool of our choice, and they consider it as too exotic.

MonoX lets you choose the DAL generation tool that will be used in your portal projects. We used various ORMs in our projects (NHibernate, Subsonic, ...) but LLBLGen remains our favorite due to the richness of its features and the very high level of the support provided by its authors. Of course, we don't want to avoid LINQ - MonoX was concieved when LINQ was in the alpha stage, but we quickly started to adopt it. Essentially, LLBLGen still offers a richer set of features, but if you are in doubt, guys from Solutions Design recently developed Linq to LLBLGen - now you can use both technologies interchangeably.
denis

ASP.NET routing support in MonoX

04/06/2010 By denis 0
This content has not been rated yet. 
Bookmark and Share
Service Pack 1 for the Microsoft .NET Framework 3.5 introduced a number of important changes, including the ASP.NET routing engine. Although routing is traditionally associated with ASP.NET Model View Controller (MVC) framework, Microsoft decide to package the routing logic into the System.Web.Routing assembly and to release this assembly with SP1. This was a nice move, since it enabled us to easily integrate the routing technology into MonoX...
denis

MonoX declarative parameter binding

04/06/2010 By denis 0
This content has not been rated yet. 
Bookmark and Share
Declarative parameter binding is one of those small gems that will save you a lot of time that was usually spent of writing QueryString parameter retrieval code. We started for an idea that was described a long ago by a guy named Piers Williams on CodeProject. His article discusses a reflection/attribute based strategy for automatic population of instance fields and properties on an ASP.NET page from parameters supplied via properties of the Request object - GET-based Request.QueryString or POST-based Request.Form...
denis

Application Optimization in MonoX

04/06/2010 By denis 0
This content has not been rated yet. 
Bookmark and Share
Last month we've published an application optimization package - Web Application Optimizer (WAO) - with features that include HTTP compression, ViewState optimization and CSS/Javascript optimization. WAO significantly increases the response time for Web applications of all sizes, and, most importantly, there is no need to modify the source code of your applications!

The package works in very different application scenarios and we've got plenty of useful feedback from the first group of users. There has been a slight confusion related to the availability of WAO in our MonoX framework. I wanted to formally announce that  WAO is available by default in all versions of MonoX. It is easy to tell if the WAO is active by the absence of big ViewState data chunk from the page source.
<< ... 11 12 13 14 15