|
|
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.
|
6 Articles match "Format"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Biztalk Server (accelerated format)
Architecture Orchestrations XML and XML Schemas in BizTalk Using the Orchestration Designer Writing XSLTs with BizTalk Maps Creating and Managing Ports Adapters and Pipelines Custom Adapters and Pipelines Using Web Services in BizTalk Health Monitoring Security Automation Business Rules Engine Correlation and Convoys Transactions Debugging Strategies New Adapters in 2006 New Administration and Deployment Features BAM Essential BizTalk Server teaches best practices in BizTalk applications: set up, configuration, development, deployment, tracking, and administration. Learn how Orchestration, Business
DevelopMentor Courses
- Friday, June 12, 2009
Essential J2EE using Servlets/JSPs, Tags, JDBC, EJBs
Specification The web.xml in J2EE 1.4 JSP Format Rules JSP Error Pages The Expression Language The Expression Language The Expression Language (JSP 2.0) JSTL Introduction and Core Library Introduction to JSTL Expression Language (EL) in JSTL Review of JSP Bean Tags Tag Collaboration JSTL Core ; ; ; ; ; ;c:catch>; ; ; ; Using c:set to pass HTML JSTL Format Library JSTL Format ; ; ; ; ; ; JSTL SQL Library JSTL SQL ; ; ; JSTL XML JSTL XML ; ; ; ; ; ; Simple Tag Handlers Tag Files Simple Tag Handlers Tag File Location Tag-Files Outside ofa
DevelopMentor Courses
- Friday, June 12, 2009
Essential Techniques for Developing Agile Requirements with User Stories
Exercise: Describing a User Roles and Persona Writing User Stories User Stories Explained Presents the three "C's" of user stories: Card, Conversation and Confirmation User Story Description and Format Writing User Stories Exercise: Developing User Stories Using the presented workshop, students will identify and document user stories User Story Quality Criteria ? Upon completion of this course, students will be able to: Identify stakeholders and describe user roles and personas Develop a meaningful vision statement Identify, write and evaluate user stories Identify and document non-functional requirements and business rules Adapt and manage changes to agile requirements Use lightweight techniques for iterative requirements gathering Conduct story writing workshops using low-fidelity prototypes Write acceptance tests scenarios for user stories Identify common story "smells" Learn how user stories affect the agile planning process Learn to prioritize and
DevelopMentor Courses
- Wednesday, June 17, 2009
|
72 Articles match "Format"
|
The Latest from DevelopMentor
|
MORE
|
|
Survival Skills for Developers
creating HTML formatted emails to send to users
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 in the wilderness. 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.
Ardent Dev
- Wednesday, February 10, 2010
MVVM: Binding RadioButton groups
Format(cf7 "{0} is a {1}, was born on {2} and loves to play {3}"cf0 , Name, Gender, Dob, FavoriteGame);par ?? }par ??}}
-->
///
/// Gender flag
///
Format( "{0}
is A question I got recently was how to manage Radio Buttons with bindings – in this
instance, instance, the sample code was trying to map a single value to a set of Radio Buttons
based
Mark's Blog of Random Thoughts
- Friday, January 29, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Using Model – View – ViewModel with Silverlight
The FullName property represents some business rule on how a name should be formatted. Just like I had a business rule about how to format a FullName I have a rule about the font weight to use to display the FullName. The View – Model – ViewModel design pattern, also known as MVVM, is getting more popular these days. I
The Problem Solver
- Tuesday, April 7, 2009
-
WF4&WCF and message correlation
Format( "tThe workflow was called with '{0}'." Format( "tThe workflow was called again with '{0}'." In the previous blog posts, here , here and here , I demonstrated how to use WCF from WF4. This same some more about sending multiple messages to the same workflow, AKA Workflow Correlation. One of the ugly parts of Windows Workflow Foundation 3 was the message correlation part when you used WCF to send multiple messages to the same workflow. When using WF3 you where forced to use one of the context bindings like BasicHttpContextBinding
The Problem Solver
- Wednesday, September 2, 2009
-
Combining WCF and WF4
Format( "The workflow was called with '{0}'." There are several ways to use WCF in combination with Windows Workflow Foundation 4. The two can be combined inside of a XAMLX file as Ron Jacobs describes here . Another option is using the WF4 Receive and SendReply activities and hosting the workflow yourself using a WorkflowServiceHost. This is quite a useful option but, at least at the moment, not quite straightforward.
The Problem Solver
- Wednesday, August 5, 2009
-
Verifying JavaScript with JSLint and Visual Studio
It also outputs any errors it finds in a format compatible with Visual Studio. Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the good parts) and what parts we shouldn’t (the bad and the awful parts).
Jason Diamond
- Saturday, August 9, 2008
-
Verifying JavaScript with JSLint and Visual Studio
It also outputs any errors it finds in a format compatible with Visual Studio. Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the good parts) and what parts we shouldn’t (the bad and the awful parts).
Jason Diamond
- Saturday, August 9, 2008
-
Article: Building a Twitter Application in .NET
API and consuming custom XML or JSON formats. What you get back to dependent on the requested format. Here again we have the four possible formats: XML, JSON, RSS, ATOM. The date-time format used by the Twitter API is not directly parseable in .NET.
The The format I recently wrote an article for DevelopMentor 's
Developments Developments newsletter entitled Building a Twitter Application in .NET
-
.NET RIA Services and data communication
NET RIA Services use JSON as their serialization format. I was working on an article about the .NET NET RIA Services and decided to fire up Fiddler to take a close look at the data actually passed around. I was sort of expecting to see a WCF REST based approach with XML messages.
The Problem Solver
- Monday, April 6, 2009
|
|
|