Home Programming Page 158

Programming

Packt Hub provides the latest news for programmers. Whether you’re a Python or Java programmer, we’ve got you covered. We provide the latest insights and tutorials around topics like Microservices and much more.

Creating a WCF Service, Business Object and Data Submission with Silverlight 4

0
Data applications When building applications that utilize data, it is important to start with defining what data you are going to collect and how it...

Creating Data Forms in Silverlight 4

0
Collecting data Now that we have created a business object and a WCF service here-http://www.packtpub.com/article/creating-wcf-service-business-object-data-submission-silverlight, we are ready to collect data from the customer through...

Data Validation in Silverlight 4

0
With Silverlight, data validation has been fully implemented, allowing controls to be bound to data objects and those data objects to handle the validation...

Animation in Silverlight 4

0
Silverlight sports a rich animation system that is surprisingly easy to use. The animation model in Silverlight is time based, meaning that movements occur...

Understanding Expression Blend and How to Use it with Silverlight 4

0
Creating applications in Expression Blend What we've done so far falls short of some of the things you may have already seen and done in...

Control templates, Visual State Manager, and Event Handlers in Silverlight 4

0
Skinning a control So far, you've seen that while styles can change the look of a control, they can only go so far. No matter...

Navigation Widgets and Styles in Microsoft Silverlight 4

0
Retrofitting a website The first thing the client would like to do to their website is spice it up with a new navigation control and...

Service Oriented Java Business Integration Proxy

0
Proxy—A Primer Wikipedia defines Proxy as: Proxy may refer to something which acts on behalf of something else. In the software a proxy is a substitute for...

The core principles of a service-oriented architecture with BizTalk Server 2009

0
So what exactly is a service? A service is essentially a well-defined interface to an autonomous chunk of functionality, which usually corresponds to a...

BizTalk Server: Standard Message Exchange Patterns and Types of Service

0
Identifying Standard Message Exchange Patterns When we talk about Message Exchange Patterns, or MEPs, we're considering the direction and timing of data between the client...

Must Read in Programming

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews