Stories recently tagged with 'Server'

EntitySpaces in a RIA Services Silverlight Application Development Sce(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 8 months ago

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. read more...

add a comment |category: |Views: 50

tags: another

Writing a Silverlight Application Using EntitySpaces is Awesome(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 8 months ago

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 “wow”, this is pretty cool. It truly is easy to use EntitySpaces to create a Silverlight application as you will see. read more...

add a comment |category: |Views: 262

tags: another

EntitySpaces Adds Support for SQL Azure and SQL Server Compact 4.0(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 8 months ago

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. Our trial version will be upgraded by Tuesday night, perhaps sooner. read more...

add a comment |category: |Views: 26

tags: another

The EntitySpaces ORMBattle.NET Performance Numbers(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 9 months ago

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 ORMBattle.NET site. read more...

1 comment |category: |Views: 405

tags: another

7 Minutes from Install to your working EntitySpaces Architecture(developer.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 9 months ago

7 Minutes from Install to your working EntitySpaces Architecture, no kidding, no modeling, no XML files, no BS read more...

add a comment |category: |Views: 358

tags: another

Getting Started with LINQ(beyondrelational.com)

submitted by DPalkarDPalkar(228) 2 years ago

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 that it surely requires a good introduction to start with. LINQ was introduced with .net 3.0 as one of the language enhancements. It uses generics, which was introduced in .net 2.0, thoroughly to accomplish what it was designed to do. LINQ is designed to query virtually any kind of data source which implements IEnumerable<T> interface. It allows you to query the data by emulating the SQL query expressions using any .net language you are comfortable with. Isn’t that amazing!! read more...

add a comment |category: |Views: 346

tags: another

Michael DeFehr explains his winning solution to TSQL Challenge 14(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years, 1 month ago

Michael DeFehr has written an excellent explanation of his winning solution to TSQL Challenge 14. read more...

add a comment |category: |Views: 18

tags: another

What is the FILESTREAM access level on your server instance? (beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years, 2 months ago

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. read more...

add a comment |category: |Views: 49

tags: another

How to get sql server 2008 intellisense working for schema changes(cherupally.blogspot.com)

submitted by kcherupakcherupa(295) 2 years, 5 months ago

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 same session. This made me too bad and many times I cursed Microsoft for this inclomplete feature. But after making some research on this, I have found the solution to get ... read more...

add a comment |category: |Views: 9

tags: another

Download Sql Server 2008 R2 November CTP(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 6 months ago

Get the latest version of Sql Server 2008 version R2 [CTP] read more...

add a comment |category: |Views: 11

tags: another

New version of the VisualSVN Servers(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 3 years, 2 months ago

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. read more...

add a comment |category: |Views: 15

tags: another

The ADO.NET command parameters(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 3 months ago

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. read more...

add a comment |category: |Views: 27

tags: another

Making cross domain web requests in asp.net with medium trust enabled(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 3 years, 5 months ago

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 using WSE to S3 server. I have also mentioned about the simple library located at www.codeplex.com/threesharp that does not necessarily require you to work in full trust mode.It does simple HttpRequest and only concern for you is to be able get the call though out of your shared hosting. read more...

1 comment |category: |Views: 41

tags: another

NHibernate.Spatial 1.0.0 Beta1 released(nhforge.org)

submitted by rstuvenrstuven(190) 3 years, 7 months ago

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 2008 (using their new spatial built-in capabilities). read more...

add a comment |category: |Views: 45

tags: another

Using Windows Server 2008 64 bit as a development workstation(rabdullin.com)

submitted by abdullinabdullin(385) 3 years, 8 months ago

Review, tips and tricks on using Windows Server 2008 64 as a workstation for the .NET Developer. read more...

add a comment |category: |Views: 20

tags: another

Expose New Linq Operations from the HashSet<T> Performance Monster(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 8 months ago

Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more event then sets (collections). It’s about making tasks easier in many cases and vastly more powerful (and most importantly your code more readable and maintainable at the same time). It’s astounding just how fast the HashSet<T> collection is. This post will show how to gain additional power that is fully supported from Microsoft which is often overlooked, yet it can solve some of the hardest problems (especially around performance however don’t prematurely optimize!). Linq, HashSet, ORM, NHibernate, Linq to NHibernate, Linq Undocumented, Functional Programming, .NET 3.5 read more...

3 comments |category: |Views: 530

tags: another