VelocityDB & VelocityGraph

Object and Graph Database - ask us, share & let us know what you need.

VelocityDB Version 5.0.16 Release Notes

Fix some caching issues. Update VelocityWeb sample to use recommended way to persist objects and to use SessionPool for update transactions and a shared SessionNoServerShared for read only transactions when using IssueDatabases.

VelocityDB Version 5.0.15 Release Notes

Change load of schema so that assembly version is handled better when used with software like cAlgo. Add an upper limit to how many UpdateTransaction objects are logged in Database 0. Set limit by property SessionBase. MaxUpdateTransactionLogHistory. Update Vertex.Traverse api to allow a null target Vertex and find all paths up to a certain max number of hops.

VelocityDB Version 5.0.1 Release Notes

Fix for AllObjects iteration when deleted slots exist on a page. Added start of Database Manager which eventually will have functionality for database backup, restore and browsing. Multiple ‘federations” can be browsed concurrently and selected federations are persisted in a special DatabaseManager federation (system database location).

VelocityDB Version 5.0 Release Notes

Added support for Universal Windows applications - .NET application compiled into machine code the same way as C++ applications. Using Trace instead of Console for trace output. See User's Guide for additional info.

Welcome to BlogEngine.NET

If you see this post it means that BlogEngine.NET is running and the hard part of creating your own blog is done. There is only a few things left to do.

Write Permissions

To be able to log in, write posts and customize blog, you need to enable write permissions on the App_Data and Custom folders. If your blog is hosted at a hosting provider, you can either log into your account’s admin page or call the support.

If you wish to use a database to store your blog data, we still encourage you to enable this write access for an images you may wish to store for your blog posts.  If you are interested in using Microsoft SQL Server, MySQL, SQL CE, or other databases, please see the BlogEngine docs to get started.

Security

When you`ve got write permissions set, you need to change the username and password. Find the sign-in link located either at the bottom or top of the page depending on your current theme and click it. Now enter "admin" in both the username and password fields and click the button. You will now see an admin menu appear. It has a link to the "Users" admin page. From there you can change password, create new users and set roles and permissions. Passwords are hashed by default so you better configure email in settings for password recovery to work or learn how to do it manually.

Configuration and Profile

Now that you have your blog secured, take a look through the settings and give your new blog a title.  BlogEngine.NET is set up to take full advantage of many semantic formats and technologies such as FOAF, SIOC and APML. It means that the content stored in your BlogEngine.NET installation will be fully portable and auto-discoverable.  Be sure to fill in your author profile to take better advantage of this.

Themes and Plugins

One last thing to consider is customizing the look and behavior of your blog. We have themes and plugins available right out of the box. You can install more right from admin panel under Custom.

On the web

You can find news about BlogEngine.NET on the official website. For tutorials, documentation, tips and tricks visit our docs site. The ongoing development of BlogEngine.NET can be followed at Github. You can also subscribe to our Youtube channel.

Good luck and happy writing.

The BlogEngine.NET team

VelocityDB Version 4.11.1 Release Notes

Added updated NUnitTests project to VelocityDB.sln, configured all projects to use VelocityDB NuGet instead of reference to download installed VelocityDB.dll. Put VelocityGraph samples in separate solution folder. The VelocityDB.sln and all its project source code is now maintained on GitHub.