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

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

Simple Class Creator

The Code Project Latest Articles, May 8, 2012
Views: 125 | Hits 17

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: 161 | Hits 12

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: 130 | Hits 13

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: 300 | Hits 11

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: 259 | Hits 13

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: 252 | Hits 4

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: 254 | Hits 10

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

DB2 SET CURRENT SCHEMA

DBA DB2, January 13, 2012
Views: 283 | Hits

Within a database multiple SCHEMAS can exist. If  a table or view exists in a schema different from the default SCHEMA of the logon and the reference to the object does not include a qualified na...

ALTER SCHEMA

SQL Server DBA, October 24, 2011
Views: 253 | Hits 6

Use this select statement to create a list of ALTER SCHEMA statements for all stored procedures in a SQL Server 2005 database. dbo  can be changed to whatever schema name required USE myDb GO SEL...

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

MSDN: Coding4Fun, October 21, 2011
Views: 302 | Hits 7

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

ADMIN_DROP_SCHEMA to drop a schema

DBA DB2, August 2, 2011
Views: 400 | Hits 9

I use ADMIN_DROP_SCHEMA  to drop a schema and its objects.  The main advantage of using the procedure , instead of writing a customised script is there could be routines such as stored proce...

Indexes in DB2

DBA DB2, July 13, 2011
Views: 327 | Hits 2

 How to create a recordset of indexes in DB2 for a table?  ---To list all indexes for a schema and table db2 ""Select indschema,indname,uniquerule,colnames from syscat.indexes where tabsch...

DB2 list schemas of a database

DBA DB2, July 11, 2011
Views: 415 | Hits 10

How to do a DB2 list schemas ?  Step 1 Connect to the database  db2 connect to my_database  Step 2 Execute this query  select schemaname from syscat.schemata  The recordset...

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

MSDN: Coding4Fun, June 15, 2011
Views: 308 | Hits 13

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: 506 | Hits 32

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,005 | Hits 24

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: 521 | Hits 6

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: 574 | Hits 10

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: 660 | Hits 8

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: 647 | Hits 15

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: 451 | Hits 4

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: 636 | Hits 24

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: 560 | Hits 6

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,240 | Hits 44

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,242 | Hits 13

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: 898 | Hits 16

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: 860 | Hits 81

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,048 | Hits 91

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: 979 | Hits 116

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,076 | Hits 10

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,391 | Hits 43

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,356 | Hits 48

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,216 | Hits 20

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: 1,684 | Hits 59

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,535 | Hits 201

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,299 | Hits 149

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,206 | Hits 61

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,148 | Hits 62

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: 1,920 | Hits 77

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,349 | Hits 31

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,040 | Hits 91

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: 598 | Hits 7

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,358 | Hits 19

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,265 | Hits 91

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,381 | Hits 103

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: 1,994 | Hits 165

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

XML Schema Explorer Channel 9 Session

XmlTeams WebLog, November 6, 2008
Views: 1,574 | Hits 44

Beth Massi and Yang Xiao did a great Channel 9 session that centered on XML Literals and the XML Schema Explorer. Check the session out here. One thing that doesnt come across in the video is that the...

All about WSDL, Types and Section 5 Encoding (again)

Softwaremaker, October 24, 2008
Views: 1,283 | Hits 24

Ahhh ... it has been a while, hasnt it ? My life is just torn between working with bits of 2, beats of 4 and nucleotides of 4. But while challenging, it has been really fun. As spoken to a friend t...

What's Up With SSDS?

Simple Talk, October 14, 2008
Views: 1,159 | Hits 29

If you like fluffy Data Clouds, consistency units, data repositories without schemas, 'Flexible entities' and 'flexible property bags', then you'll hate Tony's views on SSDS....

Flatten your WSDL with this Custom ServiceHost for WCF

All About Interop, September 23, 2008
Views: 2,280 | Hits 179

Yesterday I mentioned using a custom service host to flatten the WSDL that is generated by a WCF service.  This is something Christian showed us all how to do a long while ago, to improve interop...