vistadb

Stories kicked by vistadb

Professional Grade Email Application Alerts for .NET Applications(rocksolid.gibraltarsoftware.com)

submitted by kendallmillerkendallmiller(124) 1 year, 9 months ago

Receive beautiful & descriptive email alerts from your .NET application in the field by dropping in the Gibraltar Agent. You'll know when you need to leave the meeting and check into a problem, or if it can wait until tomorrow. read more...

add a comment |category: |Views: 13

tags: another

Native .NET Local Storage with VistaDB(visualstudiomagazine.com)

submitted by vistadbvistadb(879) 1 year, 10 months ago

VistaDB is a database engine written entirely in .NET managed code. It's a great solution for distributed applications that need to store data locally. read more...

add a comment |category: |Views: 5

tags: another

Building a Dynamic LINQ to Entities Compiler (Part 1)(infinitecodex.com)

submitted by vistadbvistadb(879) 1 year, 11 months ago

In this article I will explain how to build a dynamic LINQ to Entities compiler for any database provider that supports the Ado.net Entity Framework. Due to the wide range of technologies used this article, it will be broken up into two parts as listed below. We are working on a dynamic linq query mechanism for the next major release of VistaDB. Our goal is to provide a LinqPad type of environment in Data Builder for users to write LINQ queries against the database without having to first build an EF model. read more...

add a comment |category: |Views: 20

tags: another

Entity Framework Compliance VistaDB vs SQL Server 2008 R2(infinitecodex.com)

submitted by vistadbvistadb(879) 2 years ago

We have spent a lot of time on our Entity Framework provider over the past 18 months or so. There is a sample EF provider from Microsoft that illustrates basic points, and if you look at all the open source databases they pretty much all used the default code in their implementations. But what if that sample code doesn’t implement something? Or if it is just plain wrong? I have to tell you we didn’t expect the results we got from this test at all. We expected that we probably had some room for improvement and that SQL Server would ace all the tests. Didn’t turn out that way. read more...

add a comment |category: |Views: 2

tags: another

Become a SharePoint Knight with IronRuby(ironruby-rocks.com)

submitted by ThorstenHansThorstenHans(49) 2 years ago

Feel the Power of SharePoint and IronRuby, learn how to script your SharePoint Solutions. read more...

add a comment |category: |Views: 18

tags: another

Create Primary Key with Specific Name when Creating Table(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 1 month ago

Does your PK has big long not readable name? Well this is quick post to save the day! read more...

add a comment |category: |Views: 273

tags: another

Gibraltar 2.1.1 Released: Real world insight into production .NET apps(rocksolid.gibraltarsoftware.com)

submitted by kendallmillerkendallmiller(124) 2 years, 3 months ago

New release debuts dramatically improved flexibility and scalability of metric analysis, new notification capabilities to send real time alerts when errors happen and more performance counters for troubleshooting memory management problems. You can get insight beyond just logging into your production .NET applications at a price that works for you. Free 30 day trial including Gibraltar Hub Service. read more...

add a comment |category: |Views: 29

tags: another

10 things you must do to make your desktop database apps better(www.vistadb.net)

submitted by vistadbvistadb(879) 2 years, 3 months ago

Each of these items could be a blog post unto themselves, but I am going to try really hard to not be too verbose and just cover the core of the concept and why you need to do it. Everyone knows that any app driven by data is much more than just the app. In most cases the app without a database doesn’t even function, or fails to function properly. If a database is an integral part of your application, then shouldn’t you be doing all you can to ensure it stays healthy and prepare for the worst case events of corruption or dead drives? read more...

add a comment |category: |Views: 21

tags: another

How we solved twice as customer issues easily (and so can you!)(rocksolid.gibraltarsoftware.com)

submitted by kendallmillerkendallmiller(124) 2 years, 4 months ago

Creating reliable software requires more than just managing exceptions - you need to have logging, performance monitoring, and a way of bringing it all together so you can visualize the problem. This doesn't have to take a lot of work - we were able to bring it together easily and make it work in the field, doubling the number of customer issues we could resolve before our next release. read more...

add a comment |category: |Views: 6

tags: another

How our Customer Experience Improvement Program improved Gibraltar 2.1(rocksolid.gibraltarsoftware.com)

submitted by kendallmillerkendallmiller(124) 2 years, 5 months ago

The Gibraltar CEIP helped us find and resolve a large number of unreported issues, all without requiring our customers to lift a finger. Read the story for real numbers you can use to understand what the same techniques might mean for your application. read more...

5 comments |category: |Views: 192

tags: another

Mindscape LightSpeed 3 domain modeling and persistence framework(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 5 months ago

Mindscape has announced a new version of their dot net ORM tool named Mindscape LightSpeed 3. Version 3 includes support for VistaDB 4 and a lot of other new features. Priced at only $199 per developer (source is available for an extra fee) LightSpeed is a very cost effective tool to add to any developers tool belt. There is also a free version available for databases with less than eight tables if you just want to take the product for a test drive. We recently spoke with John-Daniel Trask of Mindscape about their new release, and adding support for VistaDB 4. read more...

add a comment |category: |Views: 5

tags: another

Does Silverlight 4 really use .Net 4 assemblies?(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 5 months ago

I have gotten a lot of questions from Silverlight users wanting to know if VistaDB will be able to load in Silverlight 4. This would be a great thing if you could actually have a client side database in a Silverlight app. I still am not 100% convinced this is a good idea in most circumstances, but for offline Silverlight apps this would definitely make sense. It would allow you to store data locally in isolated storage on the users machine, and then send it to the server when they next are online. The typical airplane offline app scenario. read more...

1 comment |category: |Views: 14

tags: another

How Dot Net 4 Side by Side will impact API writers(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 5 months ago

As I mentioned in my previous Dot Net 4 strategy blog entry, we have been thinking about how we want to handle Dot Net 4 from an API and runtime standpoint. Just as a little refresher, remember that when I am talking about a .Net 2 assembly it can actually be any of the .Net 2, 3.0, 3.5 or 3.5 SP1 runtimes. They are a layered cake design in that they all use the same base and build up with additional tiers of functionality. You cannot have a .Net 3.5 app without .Net 2 present, doesn’t exist. It turns out there is an interesting new feature in Dot Net 4 to allow side by side running of managed runtimes within the same application. There is a great CLR Inside Out article online that explains probably way more than I will here, but I wanted to point out a few specific parts of the article and how they impact API writers like VistaDB. read more...

add a comment |category: |Views: 12

tags: another

Upgrading Dot Net BlogEngine to VistaDB 4(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 5 months ago

Our blog uses the excellent Dot Net Blog Engine as our blogging platform. You can use VistaDB as the backend store quite easily. Al Nyveldt’s blog has some great posts about setting up and configuring VistaDB with Blog Engine, but they are all for VistaDB 3.x. The Dot Net Blog Engine knows how to load provider factories, so it is quite easy to update the configuration to talk to VistaDB 4. I did these steps on our blog a while ago and everything has continued to run smoothly. read more...

add a comment |category: |Views: 2

tags: another

How Dot Net 4 Side by Side will impact API writers(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 5 months ago

As I mentioned in my previous Dot Net 4 strategy blog entry, we have been thinking about how we want to handle Dot Net 4 from an API and runtime standpoint. Just as a little refresher, remember that when I am talking about a .Net 2 assembly it can actually be any of the .Net 2, 3.0, 3.5 or 3.5 SP1 runtimes. They are a layered cake design in that they all use the same base and build up with additional tiers of functionality. You cannot have a .Net 3.5 app without .Net 2 present, doesn’t exist. read more...

add a comment |category: |Views: 18

tags: another

Using SQL Server Import and Export Wizard with VistaDB(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 6 months ago

How can you use the SQL Server Import and Export Wizard to migrate data from VistaDB 4 to SQL Server 2008? There is only one real tricky part that is specific to VistaDB 4, the license setup. SQL Server obviously was not built by you (or us), so it has not built in license for VistaDB. But we already thought of that, and give you a way to add a Design Time license flag to third party applications through their app.config. DTSWizard and the other related tools all have app.config files that you can easily edit as shown in this blog post. read more...

add a comment |category: |Views: 16

tags: another