By tag: Server
0
kicks
Download Your 100% Free, Non-Expiring Version of EntitySpaces Today
This is not a trial version, but the Entire EntitySpaces Studio and Profiler which we have made 100% Free. The Download.com link says 45 day Trial but that is wrong and will be corrected tomorrow, it's 100% free and under the BSD license.
0
kicks
EntitySpaces in a RIA Services Silverlight Application Development Sce
Whether RIA Services is merely a buzzword you’ve heard bounced around or you’re a seasoned Silverlight developer you should checkout this functionality. When you combine EntitySpaces with RIA Services you will almost instantly be able to create professional quality Silverlight applications.
0
kicks
Writing a Silverlight Application Using EntitySpaces is Awesome
Sometimes you’re so busy designing, coding, testing, and supporting a product that you don’t take the time to stop and appreciate what you have actually accomplished. A customer of ours asked us to create a video overview of our Silverlight functionality and in doing so we had to step back and say “...
0
kicks
EntitySpaces Adds Support for SQL Azure and SQL Server Compact 4.0
This release of EntitySpaces adds two new databases, adds Silverlight 4 support (we already supported Silverlight 3), provides some excellent proxy improvements, and finally it provides a few well placed customer requested tweaks. EntitySpaces 2010.1.0830.0 is available to customers for download now...
0
kicks
The EntitySpaces ORMBattle.NET Performance Numbers
Although the ORMBattle.NET charts have not been updated yet we thought we would share the results with you. The stats shown below are the stats that they will use to update the charts on their site (they use the 1000 item tests). We think we did pretty well. The numbers shown below are from the ORMB...
0
kicks
7 Minutes from Install to your working EntitySpaces Architecture
7 Minutes from Install to your working EntitySpaces Architecture, no kidding, no modeling, no XML files, no BS
0
kicks
Getting Started with LINQ
In this we’ll continue to discuss how to go about the SQL Server Data Access using various technologies. This post will discuss Microsoft Language Integrated Query, otherwise known as LINQ. I will discuss how it can be used to accomplish the same tasks we have discussed in previous posts. But before...
0
kicks
Michael DeFehr explains his winning solution to TSQL Challenge 14
Michael DeFehr has written an excellent explanation of his winning solution to TSQL Challenge 14.
0
kicks
What is the FILESTREAM access level on your server instance?
The article tries to explain the reason for an unexpected SQL Server behavior. The filstream access level configuration value shows an undocumented "3" when remote IO access to filestream is enabled. This article explains the reason for this behavior.
0
kicks
How to get sql server 2008 intellisense working for schema changes
The new feature "intellisense" added in sql server 2008 is making my life easier. And I am enjoying this feature a lot. But I noticed many times that when we make any changes to DB schema like creating / modifying database objects we don't notice the schema changes in intellisense in the s...
0
kicks
Download Sql Server 2008 R2 November CTP
Get the latest version of Sql Server 2008 version R2 [CTP]
0
kicks
New version of the VisualSVN Servers
Yesterday the SVN-plugin VisualSVN for Visual Studio (2003 – 2008) was updated to the new version of subversion 1.5.6 – today the free VisualSVN-Server measures up to the same subversion-version with VisualSVN-Server 1.6.4.
0
kicks
The ADO.NET command parameters
Building SQL commands based on parameters is a good way to block SQL injection vulnerabilities. This is a short article about how to use the ADO.NET parameters in different database management systems, like: Microsoft SQL Server, MySQL and Oracle.
0
kicks
Making cross domain web requests in asp.net with medium trust enabled
There could be plenty of reasons that you might need to do a cross domain web request in your application. One could be let's say you want to divert the resource pressure from your server to some third party provider like Amazon S3. In my last post I have mentioned a bit about uploading content usin...
0
kicks
NHibernate.Spatial 1.0.0 Beta1 released
This NHibernate extension allows you to handle data in a spatial database using .NET objects and HQL queries in a way compliant with Open Geospatial Consortium specifications. Currently we support PostgreSQL (using PostGIS extension), SQL Server 2005 (using MsSqlSpatial extension) and SQL Server 200...