|
|
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.
|
26 Articles match "How To","XML"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
In this course, you learn to: Leverage new features of C# 3.0, including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build a rich conceptual entity model using the EF and to visually map it to a database schema Use LINQ to Entities to write strongly typed queries against the Entity Data Model Detect and resolve concurrency
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. Create and use mappings between Java classes and relational databases.
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
You'll get answers to these questions: How do I understand the page-processing and request-processing framework? How can I build custom lists, pages, master pages, web parts, event handlers, content types and more? How do I connect to the object model? Utilize the WSS object model for building applications in SharePoint Build custom workflow solutions for SharePoint Create custom event handlers Use features and solutions for deploying projects for WSS and MOSS Build standard web parts and web parts utilizing AJAX Handle custom authentication solutions Implement best practices for building solutions with WSS and MOSS Leverage the Business Data Catalog Create custom lists that use custom content types Essential SharePoint for Developers (WSSv3/MOSS2007) covers the critical building blocks for developing solutions for both Windows SharePoint Services
DevelopMentor Courses
- Friday, June 12, 2009
|
14 Articles match "How To","XML"
|
The Latest from DevelopMentor
|
MORE
|
|
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.
(I To survive in the woods you obviously need to walk and breathe, but you also need to start a fire and build a shelter.
Let’s suspend reality for a moment and pretend you’re heading out into the woods this weekend. Set aside the fact that you are a software developer and have no business tromping around out
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:
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] I’ll be presenting a free DevelopMentor web cast on Tuesday Dec 8, 2009 at 9:00 am (Pacific Standard Time) on new features in Entity Framework 4.0. POCO Classes
Tony and Zuzana's World
- Wednesday, December 2, 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 :-)
and well thought out in his approach, while Greg tends to "wing it" and
doesn't doesn't enjoy having to write test plans and documentation. differences making it impossible for them to work together, they see how they provide
ideas Presenters: Greg Howe and Jeff Hall, BAND co-leaders
Room: Libra Conference Room, Husson University, Bangor
Jeff
The Blomsma Code
- Wednesday, October 28, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Article: Building a Twitter Application in .NET
your company wants to interact with your customers in a modern and engaging experience,
you you need to be on Twitter. this article, we will explore how to build a rich interactive experience on Twitter
that and LINQ to fully leverage the Twitter experience.
Whether I recently wrote an article for DevelopMentor 's
Developments Developments newsletter entitled Building a Twitter Application in .NET
-
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
if you needed to, although if the data is exposed through a .NET One of the nifty new features of the WPF platform is the pluggable data providers.
as a binding source
Mark's Blog of Random Thoughts
- Wednesday, January 17, 2007
-
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 :-)
and well thought out in his approach, while Greg tends to "wing it" and
doesn't doesn't enjoy having to write test plans and documentation. differences making it impossible for them to work together, they see how they provide
ideas Presenters: Greg Howe and Jeff Hall, BAND co-leaders
Room: Libra Conference Room, Husson University, Bangor
Jeff
The Blomsma Code
- Wednesday, October 28, 2009
-
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" ))
{}
code and this may become hard to maintain in certain situations. to access and the action the subject wants to perform on that resource. I guess you already heard the term “claims based authorization” several times by now.
The typical pattern is that you iterate through the claims associated with the user
www.leastprivilege.com
- Friday, July 10, 2009
-
Using IdentityModel: Serializing Claim Sets
to forward a claim set (server to server) or send a claim set from server to client
(UI authorization).
But you will most likely run into problems when trying to serialize a claim set using
the DataContractSerializer .
Known Types
DCS needs to 'know' all types that are involved in the serialization process.
Both Claim and ClaimSet are decorated with DataContract/DataMember attributes.
This means they are made for serialization.
www.leastprivilege.com
- Wednesday, July 2, 2008
-
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.
(I To survive in the woods you obviously need to walk and breathe, but you also need to start a fire and build a shelter.
Let’s suspend reality for a moment and pretend you’re heading out into the woods this weekend. Set aside the fact that you are a software developer and have no business tromping around out
Ardent Dev
- Wednesday, February 10, 2010
-
T4 POCO Templates for L2S and EF
How’s that for an alphabet soup of acronyms?!) The point here is that the DAL truly encapsulates the API you’re using to fetch and update data, which makes it possible to swap out one data access stack for another without breaking the client.
Having said all that, what tools are available to automatically generate POCO entities from the database? In my MSDN Magazine article on SOA Data Access I recommend exposing Data Transfer Objects (DTOs) from the Data Access Layer (DAL). These objects should be Plain Old CLR Objects (POCOs) that are Persistent Ignorant
Tony and Zuzana's World
- Friday, January 16, 2009
|
|
|