|
|
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.
|
23 Articles match "Objects","XML"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
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 conflicts with both LINQ to SQL and LINQ to Entities Execute business
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. Capture both relational and inheritance associations in metadata using either XML or the Java 5 Annotations mechanism. Map Java classes to relational tables. Create and use mappings between Java classes and relational databases.
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
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
|
19 Articles match "Objects","XML"
|
The Latest from DevelopMentor
|
MORE
|
|
Yuck, I Got Data on my Hands
You can parse XML, munge HTML, manipulate images, or decipher networking protocols. mental roadblock for many folks is a worry about performance going down the toilet by relying on something like an ORM (object-relational mapping) tool. Simple lists of objects can be similar to tables of records. Once upon a time I wrote a computer program that did not require data. It was called helloworld.exe and it was awesome.
Ardent Dev
- Wednesday, February 24, 2010
EF4 Self Tracking Entities – the new DataSet?
you manipulate the state the object itself tracks the changes to properties and
whether It also marks the object as modified
in types are nothing more than serialization helpers – to help us bridge the object
world world to the XML one. A while back I wrote a
blog blog post about DataSets and why you shouldn’t use them on service boundaries.
The
.NET Meanderings
- Friday, February 5, 2010
ELINQ with EF 4.0 Course Update
LINQ to Objects 3. LINQ to XML
I’ve been working feverishly the last couple of months to update my DevelopMentor course: Essential LINQ with Entity Framework 4.0 . Here is a breakdown of the course content:
Day 1:
Tony and Zuzana's World
- Tuesday, December 29, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Article: Building a Twitter Application in .NET
API and consuming custom XML or JSON formats. Here we're asking for XML
(user_timeline.xml) Here again we have the four possible formats: XML, JSON, RSS, ATOM. returned as XML.
Great, need to download the users messages as xml and I recently wrote an article for DevelopMentor 's
Developments Developments newsletter entitled Building a Twitter Application in .NET
-
WPF Data Providers
against an object and it's methods
XmlDataProvider: loads an XML data source and makes it available
NET object, then the
Using the providers is fairly easy -- let's say we have some XML data that looks like
We could clearly do all of this from procedural code -- create an XmlReader One of the nifty new features of the WPF platform is the pluggable data providers.
It ships with two out of the box:
ObjectDataProvider: allows you to execute binding expressions
Mark's Blog of Random Thoughts
- Wednesday, January 17, 2007
-
Unit testing (from objectives)
Still responding to the questions posted in response to my TDD and objectives entry. Increasingly application emit XML or HTML to generate their user interfaces and you can test that. You can test small segments of XML to see if it contains the expected data. The question was about how to do TDD, specifically UI and also about what happens when the general consistency fails. Well the UI question is easy: You can’t really do TDD for user interfaces.
Allan Kelly's Blog
- Monday, July 2, 2007
-
Using IdentityModel: Serializing Claim Sets
object trees (at least with the default settings). objects with cyclic references you will get the following exception : "type contains
When newing up a DCS you can opt for "preserving object references". ID/IDREF pairs in the serialized XML and allows for type references and thus cycles.
(Aaron has an explanation of
Both Claim and ClaimSet are decorated with DataContract/DataMember attributes.
This means they are made for serialization.
www.leastprivilege.com
- Wednesday, July 2, 2008
-
Claims Authorization in Geneva Beta 2 - Introduction
You can attach arbitrary XML to the configuration element. Whenever such an attached XML fragment
this ctor gets called when there is a child element in app.config
public PolicyAuthorizationManager( object objXmlElement
)
{
XmlNodeList nodes
= objXmlElement as XmlNodeList ;
Process(nodes);
}
}
I guess you already heard the term “claims based authorization” several times by now.
But how exactly does the authorization work?
www.leastprivilege.com
- Friday, July 10, 2009
-
Exam objectives for 70-536 with links to MSDN
Microsoft 70-536 Objectives
Objectives Objectives as updated on Microsoft's
Web remote objects by using configuration files .
Retrieve a collection of Management objects by using the ManagementObjectSearcher
class Serialize or deserialize an object or Copied from : http://www.proprofs.com/forums/index.php?showtopic=11932 showtopic=11932
Microsoft
The Blomsma Code
- Monday, June 8, 2009
-
T4 POCO Templates for L2S and EF
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 (PI), eschewing traces of any particular persistence technology. (How’s All you have to do is generate an XML mapping file using the SqlMetal command-line utility and feed it into the constructor when creating a strongly-typed How’s that for an alphabet soup of acronyms?!) The point here is that the DAL truly encapsulates the API you’re
Tony and Zuzana's World
- Friday, January 16, 2009
|
|
|