|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
45 Articles match "How To","XML"
|
Related DevelopMentor Courses
|
MORE
|
|
Virtual XML Fundamentals (XML, Schema, XPath & XSLT)
This course provides indoctrination in the practical use of W3C standards (including XSL and XML Schema) and of implementing tools and technologies. Graduates will hit the ground running, applying XML to projects at both an architectural as well as a line by line coding level. We can easily adapt this course to industry and client specific needs. In addition to valuable knowledge and working examples, students receive a copy of the "Xtensil" product. This unique software was developed to assist in implementing, testing, and fielding XML applications.
DevelopMentor Courses
- Thursday, June 24, 2010
Essential LINQ with the Entity Framework
In this course, you learn to: Leverage new features of C# 3.0, Learn to combine flavors of LINQ to query and transform in-memory collections, XML data sources, and relational databases. Learn to develop applications for EF and LINQ to Entities and employ ADO.NET Data Services to integrate data from the Internet cloud. You'll get answers to these questions: When should I use LINQ instead of "classic" ADO.NET? How is LINQ to Entities different from LINQ to SQL? LINQ to Objects The central feature of.NET 3.5
DevelopMentor Courses
- Friday, June 12, 2009
Essential Spring 2.5 and Hibernate
Explain how the issues associated with object persistence in a relational model are addressed by Hibernate Understand the relationships between SQL, Java, Spring, and Hibernate Discuss the challenges to adopting Hibernate in the enterprise Write applications that take advantage of the Hibernate Persistence Manager. Map Java classes to relational tables. Capture both relational and inheritance associations in metadata using either XML or the Java 5 Annotations mechanism. Understand how identity and keys are handled in Hibernate.
DevelopMentor Courses
- Friday, June 12, 2009
|
16 Articles match "How To","XML"
|
The Latest from DevelopMentor
|
MORE
|
|
WCF Data Services versus WCF Soap Services
Someone recently asked me this question: When a company that has been using 2 tiers wants to move to n-tier, what are the considerations for choosing WCF and STEs [or Trackable DTOs] vs. This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. For example, I may want to use a NetMsmqBinding with clients and services that are occasionally connected.
Tony and Zuzana's World
- Tuesday, April 13, 2010
Survival Skills for Developers
You’re going to want to take along a few basics: maybe some matches, a tent or shelter of some sort, a bit of food, and some dry clothes. To survive you need the right tools / supplies and the skills to use them. To survive in the woods you obviously need to walk and breathe, but you also need to start a fire and build a shelter. What you absolutely should avoid is writing all your data access code from scratch every time you need to work with data. like to think I have a nice moderate middle-of-the-road perspective. Outcode.
Ardent Dev
- Wednesday, February 10, 2010
Learn What’s New in Entity Framework 4.0!
There’s way too much that’s new to cover in a 90 minute web cast, but we’ll be focusing on the biggies: POCO Classes. The web cast includes slides, demos and detailed how-to’s, as well as a question-and-answer period in which we’ll discuss some of the other new features coming in Entity Framework 4.0. To sign up, register here: [link]. If you would like to get a complete in-depth treatment of everything Entity Framework has to offer, sign up for my DevelopMentor course, Essential LINQ with Entity Framework 4.0 , running in Los Angeles, Boston and London.
Tony and Zuzana's World
- Wednesday, December 2, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
This Thursday in Bangor, ME: The Dueling BAND Joes - jQuery and SQL XML
I won’t be able to make it, but just to remind everyone else :-). As developers Jeff is somewhat conservative and well thought out in his approach, while Greg tends to "wing it" and doesn't enjoy having to write test plans and documentation. However, instead of their differences making it impossible for them to work together, they see how they provide ideas and tools to each other. They are excited to bring their minds together and show how differences can work in your favor for really neat solutions.
The Blomsma Code
- Wednesday, October 28, 2009
-
This Thursday in Bangor, ME: The Dueling BAND Joes - jQuery and SQL XML
I won’t be able to make it, but just to remind everyone else :-). As developers Jeff is somewhat conservative and well thought out in his approach, while Greg tends to "wing it" and doesn't enjoy having to write test plans and documentation. However, instead of their differences making it impossible for them to work together, they see how they provide ideas and tools to each other. They are excited to bring their minds together and show how differences can work in your favor for really neat solutions.
The Blomsma Code
- Wednesday, October 28, 2009
-
Article: Building a Twitter Application in.NET
If your company wants to interact with your customers in a modern and engaging experience, you need to be on Twitter. In this article, we will explore how to build a rich interactive experience on Twitter that goes beyond just creating a new Twitter account. We will build a.NET application that uses the Twitter API (a free service) alongside other cool technologies such as the WCF REST Starter Kit [ [link] ] and LINQ to fully leverage the Twitter experience. If you want to download the sample application to follow along, you can get it here: [link].
-
WPF Data Providers
It ships with two out of the box: ObjectDataProvider: allows you to execute binding expressions against an object and it's methods. XmlDataProvider: loads an XML data source and makes it available as a binding source. side note here is that you could write your own custom data provider if you needed to, although if the data is exposed through a.NET object, then the ObjectDataProvider is probably sufficient. However, this is the 21st century and so we want to avoid coding as much as we can and utilize the underlying framework support instead! State, Age, Income.
Mark's Blog of Random Thoughts
- Wednesday, January 17, 2007
-
WCF Data Services versus WCF Soap Services
Someone recently asked me this question: When a company that has been using 2 tiers wants to move to n-tier, what are the considerations for choosing WCF and STEs [or Trackable DTOs] vs. This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. For example, I may want to use a NetMsmqBinding with clients and services that are occasionally connected.
Tony and Zuzana's World
- Tuesday, April 13, 2010
-
Claims Authorization in Geneva Beta 2 - Introduction
But how exactly does the authorization work? This typically leads to code like this: if (principal.ClaimExists( "[link] , "somevalue" )) {}. principal.DemandClaim( WSAuthorizationConstants.Action, "AddCustomer" ); This has the downside, that claim types and values are embedded in your application code and this may become hard to maintain in certain situations. In Geneva authorization information is abstracted as a resource that the subject tries to access and the action the subject wants to perform on that resource. simple resource/action pair could be e.g.
www.leastprivilege.com
- Friday, July 10, 2009
-
Survival Skills for Developers
You’re going to want to take along a few basics: maybe some matches, a tent or shelter of some sort, a bit of food, and some dry clothes. To survive you need the right tools / supplies and the skills to use them. To survive in the woods you obviously need to walk and breathe, but you also need to start a fire and build a shelter. What you absolutely should avoid is writing all your data access code from scratch every time you need to work with data. like to think I have a nice moderate middle-of-the-road perspective. Outcode.
Ardent Dev
- Wednesday, February 10, 2010
|
|
|