» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Firebird + .NET

Progress on the Entity Framework Provider for Firebird

Today, after some days/weeks, I finally created some noticable (= not only internals) progress with Entity Framework provider for Firebird. Now, the provider is able to use, map, call, … stored procedures (and functions [very experimental]). You can select stored procedures from database, map these to some operations in EF, create “function imports” etc. You can [...]

Firebird: Firebird News

NHibernate 2.0.0 Beta1

NHibernate 2.0.0.Beta1 is released. It is comparable to Hibernate 3.2 in terms of features.

Firebird: Firebird News

Firebird .NET provider for Entity Framework is back

By Jiri : Well, not so back as you might think, but the incompatibility between Beta 3 and SP1 Beta 1 is gone. I’ve done some new methods etc. so it’s now at least able to work in totally simple cases. In next weeks I’ll try to review all the changes and push the support [...]

Firebird: Firebird News

Running program from trigger, SP

This article was originally created for Databazovy Svet (in Czech) and covers a little bit more about this topic. This shortened version is focused only on solutions for Firebird, without any other stuff. Sometimes I see question(s) in forums, groups, lists about ability to run program from trigger or better to say perform some action done [...]

Firebird: Firebird News

Dot Net Performance of Firebird 2.1

Comparing the performance of several operations in FB2.1, OraXE and SQLServerXE using the vendor specific .NET data access drivers, I discovered Firebird was about 3 times faster than the others which were both nearly the same speed.

Firebird: Firebird News

Database functions available in Entity Framework

You may wonder, how the Entity Framework will map some basic functions (concatenation, average, etc.) from i.e. LINQ or from EntitySQL to functions supported by database and what functions will be “the selected”. Well the answer is easy.

Firebird: Firebird News

mojoPortal 2.2.5.4 Released

I’m very excited to announce the release of mojoPortal 2.2.5.4 Its available now on the download page. The main focus of this release is making mojoPortal more attractive, with the addition of 21 good looking new skins for a total of 34 skins now included with mojoPortal. There were also a few minor bug fixes for things [...]

Firebird: Firebird News

Lazy Loading across relationships in Entity Framework

Few days/weeks back I had an error in Entity Framework client in FirebirdClient. Today I finally found it and fixed it. While playing with walking across relationships one think suprised me. As you you, when you navige your code thru “entities” in LINQ to SQL the lazy loading works and works in background, you don’t [...]

Firebird: Firebird News

The final 3rd part of the Interbase and Firebird Developer’s manual for ADO .Net

The 3rd part of the Interbase and Firebird Developer’s manual for ADO .Net was published. Examples for DDL queries, metadata schemas and ODBC sequences were presented.

Firebird: Firebird News

Lucky situation

I’m in the extremely lucky situation that I’ve just started a brand new project, in which I can choose technology. A part of the project is to replace an old Web Project written in Delphi 5 ! and a larger part is going to be new. The main bulk of the project is going to [...]

Firebird: Firebird News

The 2nd part of the Interbase and Firebird Developer’s manual for ADO .Net

The 2nd part of the Interbase and Firebird Developer’s manual for ADO .Net has published. It describe code generators and Visual Studio 2005/2008 tools.

Firebird: Firebird News

NHibernate 2.0 Alpha is out!

Ayende writes: It gives me great pleasure to announce that NHiberante 2.0 Alpha 1 was released last night and can be downloaded from this location. We call this alpha, but many of us are using this in production, so we are really certain in its stability. The reason that this is an alpha is that we have [...]

Firebird: Firebird News

Entity Framework and Firebird (Part 2)

by jirkaWe’re moving, slowly, step-by-step. And new functionality is coming in view. Just two pictures showing a piece of functionality. Yes, it’s a “LINQ to Firebird”, in fact LINQ to Entites connected to Firebird.

Firebird: Firebird News

compiling .net provider on osx with mono 1.2.6

some steps for compiling .net provider on osx with mono

Firebird: Firebird News

Firebird .NET provider and calling sp with parameters

Firebird .NET provider has ability to create parameterized queries. Both named and unnamed parameters are supported. Everything works as you expect with select, insert, delete or update commands. The tricky part comes with stored procedures. Unlike MS SQL, that has direct support for named parameters, in provider, we’re parsing parameter names and we’re sending it [...]

Firebird: Firebird News

What is SchemaProber?

The main purpose of SchemaProber is to provide a lightweight representation of a database schema. It doesn’t do anything except relay information from the database. Here’s the class diagramVariationen von http://www.pokerneu.de. for SchemaProber

Firebird: Firebird News

great news for firebird .net provider

Jiri wrote on the mailing list I have a great news for you. I’ve got offer from Paul Beach to continue with developement of NETProvider as lead and maintaining it etc. I’ve accepted and I’ve got some privileges to do the “maintaining work”. So the project isn’t dead. I hope we’ll kick-up the FB & .NET.

Firebird: Firebird News

Microsoft Updates Data Framework with support for firebird included

Microsoft is releasing the beta 3 of its ADO.Net Entity Framework, along with a preview of ASP.Net 3.5 Extensions.

Firebird: Firebird News