News in the Category: XSD Subscribe to the rss of this category.

Total posts: 107 | Sort by Views | Sort by Hits

MongoDB, build parties, and deploying your web application at 11am on a Wednesday

The MongoDB NoSQL Database Blog, May 12, 2013
Views: 204 | Hits 10

This is a guest post by Sean Reilly. Release your applications with MongoDB more often and get closer to the ultimate goal of deploying applications anytime and why not at 11am on Wednesday mornings?W...

MongoDB Tip: Create Short Field Names

The MongoDB NoSQL Database Blog, February 27, 2013
Views: 212 | Hits 12

MongoDBs dynamic schema and document-based data structure offer a lot of flexibility in development, but its important to understand how your document construction can affect available memory in your ...

MongoDB Schema Design: Insights and Tradeoffs from...

The MongoDB NoSQL Database Blog, December 21, 2012
Views: 130 | Hits 3

MongoDB Schema Design: Insights and Tradeoffs from JetloreMongoDBs flexible schema is a powerful feature, and to build a successful first application you need to know how to leverage this feat...

Using MAC Authentication for simple Web APIs consumption

Pablo M. Cibraro (aka Cibrax), December 6, 2012
Views: 332 | Hits 21

For simple scenarios of Web API consumption where identity delegation is not required, traditional http authentication schemas such as basic, certificates or digest are the most used nowadays. All the...

DBKeeperNet - Keeps Your DB Schema Up-to-date

The Code Project Latest Articles, September 23, 2012
Views: 376 | Hits 24

An article describing a simple .NET library which simply keeps your database schema up-to-date....

Domain Model over Database Schema. Using fluent nHibernate to generate the database

Brendan Tompkins, September 14, 2012
Views: 388 | Hits 16

In domain driven design everything centers on your domain model. Domain objects are persisted to a database. What that database exactly looks like is not known to the model. Nevertheless the database ...

Cleaning Up SQL Server Deployment Scripts

Simple Talk, August 2, 2012
Views: 267 | Hits 4

Although, generally speaking, source control is the truth, a database doesn't quite conform to the ideal because the target schema can, for valid reasons, contain other conflicting truths that can't e...

Using Redgates Sql Compare for Complex Migrations with EFs CodeFirst

peterkellner.net, July 29, 2012
Views: 381 | Hits 21

IntroductionAs many of you know, Ive been quite the fan of Entity Framework CodeFirst for quite some time.  It does a great job of reducing the number of places I have to change thngs each time I have...

LLBLGen Pro feature highlights: grouping model elements

Frans Boumas blog, June 20, 2012
Views: 409 | Hits 5

(This post is part of a series of posts about features of the LLBLGen Pro system) When working with an entity model which has more than a few entities, it's often convenient to be able to group entit...

Simple Class Creator

The Code Project Latest Articles, May 8, 2012
Views: 337 | Hits 19

A very simple class code generation tool. Input a simple select statement and generate code for the schema of the returned virtual table....

Parsing and interpreting Xsd using Linq

The Code Project Latest Articles, May 6, 2012
Views: 449 | Hits 17

How to use a Linq2Xsd generated object to directly manipulate XmlSchema...

EF5: Where are my DataAnnotations?

Julia Lerman Blog - Dont Be Iffy..., April 3, 2012
Views: 510 | Hits 16

EF 4.x: EF 4.1+ has a DataAnnotations namespace for the new EF related annotations. Most of them are related to database schema. EF 5 Not even a DataAnnotations namespace in here. Thats because t...

Adding a New Field to the Movie Model and Table

ASP.NET Daily Articles, March 9, 2012
Views: 497 | Hits 12

In this section you'll make some changes to the model classes and learn how you can update the database schema to match the model changes. Adding a Rating Property to the Movie Model Start by addin......

New EF Code First Migrations Video on Pluralsight

Julia Lerman Blog - Dont Be Iffy..., March 7, 2012
Views: 552 | Hits 16

My newest course is live on Pluralsight.com. This one is about using the new data migrations feature of Entity Framework Code First. These were first introduced with EF 4.3. Migrations lets you update...

Telerik OpenAccess ORM Q1 2012 - Batch Operations

the telerik blogs, February 17, 2012
Views: 476 | Hits 5

In previous versions of OpenAccess ORM, configuring large data models could be a bit cumbersome. However, I am happy to say that in Q1 2012 we are adding a new batch operation dialog, which makes conf...

Building your own Racing Simulator Dashboard with some Arduino and VB.Net

MSDN: Coding4Fun, February 10, 2012
Views: 436 | Hits 12

Today's Hardware Friday post is kind of thing that many gamers lust for, a hardware extension for their simulator of choice, be it as complicated as a airplane cockpit in their garage or something a l...

On your mark, get set... Grand Prix/Pinewood Derby Track Timer, via Netduino

MSDN: Coding4Fun, October 21, 2011
Views: 541 | Hits 10

Today's Hardware Friday Coding4Fun project is one that brings back a number of memories. From being a kid and building and racing in the Pinewood Derby, to those as a parent of a racer, to the "discu...

Wait, isn't that MP3, THAT MP3? Fingerprinting your music/audio...

MSDN: Coding4Fun, June 15, 2011
Views: 525 | Hits 16

We've recently been hearing a good bit about music fingerprinting. Where some service or other looks at the fingerprints of your music and then does something with that data. If you're like me, you've...

Tron Disc with .NET Microframework

MSDN: Coding4Fun, December 13, 2010
Views: 737 | Hits 34

Harford Hackerspace David Powell Jeremy Ashinghurst Paul King Jason McMahon Source Code: Download Diffi...

Tailspin Spyworks Ecommerce Application and Tutorial Updated on CodePlex !

MS-Joe, November 15, 2010
Views: 1,402 | Hits 25

Just a note to let folks know that Ive updated both the code and the tutorial for the tailspin Spyworks sample app at http://tailspinspyworks.codeplex.com/. It includes bug fixes, additional step d...

Service Testing in SO-Aware

Pablo M. Cibraro (aka Cibrax), August 3, 2010
Views: 755 | Hits 7

Service testing is another interesting feature that you will find in SO-Aware. Having a tool for testing a service in the repository is very important for the following reasons, You can make sure ...

Oracle and 3rd Party Tools

Simple Talk, July 8, 2010
Views: 850 | Hits 11

We knew before we started to create Schema Compare for Oracle that wed need to work hard. It is a different technology and a different market. Also, there is less interest amongst Oracle users for thi...

Book Review: The Art of XSD - SQL Server XML schemas

Simple Talk, June 10, 2010
Views: 989 | Hits 9

The 14 chapters of "The Art of XSD, written by MVP Jacob Sebastian, will take the reader step-bystep all the way from the basics of XML Schema design all the way to advanced topics on SQL Server XML ...

Mapping Help in the EDM Designer

Julia Lerman Blog - Dont Be Iffy..., May 26, 2010
Views: 844 | Hits 17

The mapping details window that displays the mappings between an entity and database table(s) is pretty straightforward. When you join two related tables in a Table Per Hierarchy inheritance things ...

Developing Schema Compare for Oracle (Part 5): Query Snapshots

Simple Talk, April 30, 2010
Views: 659 | Hits 5

If you've emailed us about a bug you've encountered with the EAP or beta versions of Schema Compare for Oracle, we probably asked you to send us a query snapshot of your databases. Here, I explain wha...

SOA Anti-pattern: Nanoservices

Cirrus Minor, April 28, 2010
Views: 851 | Hits 25

After a long hiatus, I guess it is time for another SOA anti-pattern to see the light. It is probably also a good time to remind you that I am looking for your insights on this project. ...

Developing Schema Compare for Oracle (Part 2): Dependencies

Simple Talk, April 20, 2010
Views: 774 | Hits 7

In developing Schema Compare for Oracle, one of the issues we came across was the size of the databases. As detailed in my last blog post, we had to allow schema pre-filtering due to the number of obj...

Transfer data from server to client

The Code Project Latest Articles, September 18, 2009
Views: 1,456 | Hits 45

How to transfer the data from server database to client database,If both have same schema...

New DEMO page for Telerik Reporting

the telerik blogs, July 17, 2009
Views: 2,705 | Hits 16

For a while now, we've been thinking about trying to distinguish between the concept of a QSF (Quick Start Framework) and a Demo. As you know, we call our Demos a QSF, because people can use it to get...

Part 3 of Dana's End-to-End "Oslo" Series: Quadrant

Marquee de Sells: Chriss insight outlet, July 7, 2009
Views: 1,085 | Hits 17

In part 1 and part 2 of his series, Dana Kaufman, a Program Manager on the "Oslo" team, used "M" to model the schema for employee information and to create a domain-specific language (DSL) for cre...

Part 3 of Dana's End-to-End "Oslo" Series: Quadrant

Marquee de Sells: Chriss insight outlet, July 7, 2009
Views: 1,052 | Hits 86

In part 1 and part 2 of his series, Dana Kaufman, a Program Manager on the "Oslo" team, used "M" to model the schema for employee information and to create a domain-specific language (DSL) for cre...

New Feature: Artificial Fields

the telerik blogs, July 7, 2009
Views: 1,257 | Hits 92

Artificial fields, what are they good for? OpenAccess requires a persistent class model to work. This means that data not represented by a field in a persistent class cannot be stored or retrieved...

The Exceptional DBA - A Developer's Perspective

Simple Talk, June 22, 2009
Views: 1,182 | Hits 129

What makes an exceptional DBA? It depends on who you ask. Do developers see DBAs as merely providing a service in supporting a database whose schema is provided by the developers? It would be great t...

Model First or Schema First

the telerik blogs, June 22, 2009
Views: 2,559 | Hits 11

Telerik OpenAccess ORM let you work your preferred way: either you start with your object model and Telerik OpenAccess ORM generates/maintains your database schema for you, or just start with your exi...

Understanding XML Schema Sets in the XSD Designer

XmlTeams WebLog, June 4, 2009
Views: 1,642 | Hits 46

We have recently blogged about the new XML Schema Designer and the various views over schemas offered by it. We visit here the concept of schema sets, which are actually the central organizing concept...

LINQ to XSD now available on CodePlex

XmlTeams WebLog, June 3, 2009
Views: 1,592 | Hits 50

We are happy to announce that we are releasing the sources for LINQ to XSD on CodePlex  at http://linqtoxsd.codeplex.com. LINQ to XSD allows you to program with strongly-typed classes  based...

Recording of my Active Directory 2008 R2 Webcast Now Available

Brian Desmonds Blog, April 30, 2009
Views: 1,448 | Hits 21

If you weren't able to make the webcast that Laura and I did last week on What's New in Active Directory for Windows Server 2008 R2, there is now a recording available that you can watch any time. Add...

XmlSchemaSet Thread Safety

XmlTeams WebLog, April 27, 2009
Views: 2,056 | Hits 74

Here's a good word of warning: even if an object "feels" read-only because you're not calling code to modify it, if it's not documented as safe for use from multiple threads, then you shouldn't risk...

Publish Your Database as Silverlight in 15 Minutes

The Code Project Latest Articles, March 27, 2009
Views: 1,754 | Hits 203

Guide to creating very cool Silverlight application from any database schema in 15 minutes...

Using Search Folders in Outlook 2007 for GTD

simon.says, March 11, 2009
Views: 2,593 | Hits 151

One of my favorite features of Outlook 2007 is Search Folders.  A Search Folder is a dynamic folder, automatically populated based on a query.  For example, a Search Folder can be used to sh...

Soft-deletes are bad, m'kay?

Frans Boumas blog, February 19, 2009
Views: 1,411 | Hits 62

Have you ever ran into database tables with a field which is used to mark if a row has been 'deleted' ? Probably. These fields are used to implement 'soft-deletes'. For the soft-delete impaired, a qui...

Why should I rebuild a table after dropping or adding a column?

Simple Talk, February 19, 2009
Views: 1,353 | Hits 86

The amount of space used by table rows can be important, and there are good articles on the web that show ways to estimate the amount of space that a table row uses. However, the actual space used by ...

XML Schema Designer - Content Model View

XmlTeams WebLog, February 16, 2009
Views: 2,164 | Hits 79

The new XML Schema Designer (see this previous blog post for a d/l location to the CTP) offers four views over XML Schema Sets: XML Schema Explorer, Graph View, Content Model View, and Start View.&nbs...

Introducing Bespin, online collaborative code editor

Code Climber, February 13, 2009
Views: 1,538 | Hits 32

After word processors, mockup designer and mind mapping tool, it's the time of code editors: yesterday the Mozilla Labs announced Bespin, a online web-based collaborative code editor. It's still a ve...

WSDL Imports without WSDL.exe

Rick Strahls WebLog, February 12, 2009
Views: 2,352 | Hits 113

A couple of weeks back I have been working on a Web Service client tool for COM clients. With the SOAP Toolkit DOA one of the things that old (for me most FoxPro apps of clients) apps need to do is ac...

XML Schema Designer Graph View

XmlTeams WebLog, January 2, 2009
Views: 834 | Hits 8

The new XML Schema Designer (see this previous blog post for a d/l location to the CTP) offers four views over XML Schema Sets: XML Schema Explorer, Graph View, Content Model View, and Start View....

Shawn Wildermuth on Oslo

Marquee de Sells: Chriss insight outlet, December 30, 2008
Views: 1,569 | Hits 20

Shawn's been doing a bunch of Oslo work on his web site: Using Classifications in MGrammar's Intellipad in which Shawn talks about how to add syntax highlighting in Intellipad for instances of y...

More Oslo Reactions: What Oslo is and is not

Marquee de Sells: Chriss insight outlet, November 11, 2008
Views: 1,483 | Hits 99

Lars Corneliussen (not the wonderful Lars that did a cameo at the Repository & Schemas PDC talk about 8 minutes in) did a nice overview of Oslo. It's amazing to me how well the vision and details ...

MSchema and Decorator Tables

Marquee de Sells: Chriss insight outlet, November 11, 2008
Views: 1,573 | Hits 111

The one where Shawn Wildermuth explores the MSchema syntax that looks like inheritance but isn't (since inheritance has no meaning in a structurally type language)....

Powerful DAL Code Generation For .NET - SchemaCoder v1.6

ASP.NET Announcements, November 8, 2008
Views: 2,239 | Hits 166

      Powerful Data Access Layer Code Generation For .NET There are few areas of software development more tedious and error prone than writing data access layer code. There are al...