May 25, 2012
Hot Topics:
RSS RSS feed

.NET Tag Index

Employers Can't Find Enough .NET Developers
Job postings for .NET developers are growing faster than total job postings.
Tags : jobs, .NET
Working with Protobuf Services in .NET
Take advantage of Google's Protobuf-net to create services that are high performance. Protocol buffers from Google is a binary serialization format that is used for data communication. Protocol Buffer is a very efficient hypermedia type that can be used with RESTful services. Protobuf-net is a .NET implementation of Protocol Buffers that you can use to serialize your .NET objects seamlessly. This article takes a look at Protobuf Objects and how they can be used in .NET.
Tags : Protocol Buffers, Protobuf, Protobuf Objects, .NET, tutorial
New Refactor Software Architecture Tool for Java and .NET Developers
Headway Software announces the release of Restructure101, a new development tool to make refactoring easier and more effective.
Tags : .NET, Java, architecture
Salesforce Integration with .Net - Callouts
In the first two articles of the Salesforce Integration with .Net series we looked at .Net calling into Salesforce to manipulate data and utilize business logic. In this article we will examine the use of Salesforce to consume the functionality of a SOAP or REST-based, externally-hosted service.
Tags : Salesforce Integration with .Net, Salesforce, .NET, external services, callouts
Novell Mono Port Brings .NET to Android
Mono for Android adds a new mobile target for .NET developers.
Tags : .NET, Android, Mono
Salesforce Integration with .NET Custom Web Services
There are a number of ways to integrate Salesforce with .Net. The focus of this article will be concentrated on calling custom web services written in Apex, from a Microsoft .Net environment, through authenticated and unauthenticated methods.
Tags : tutorial, .NET, Salesforce, Web services, Salesforce integration
Kitware Goes Open Source with ActiViz .NET Tool
Kitware has decided to release ActiViz .NET tool under the open source BSD license.
Tags : visualization, C#, .NET
7 Popular Open Source Projects for .NET Developers
Get an introduction to seven open source solutions embraced by millions of .NET developers around the globe.
Tags : ASP.NET, .NET, open source
Handling Data Conflicts in the Microsoft Sync Framework
Synchronization of data between local clients and a central server are inseparable from data conflicts that occur when data is changed simultaneously on multiple systems. In this tutorial we'll learn how to handle these data conflicts using the Microsoft Sync Framework.
Tags : .NET
Deploying Separate User/Site Configurations with ClickOnce
Microsoft's ClickOnce framework is a powerful tool for deploying and updating Windows forms applications. Learn how to deploy separate application configurations via two methods: installing and updating from different locations, and using URL parameters.
Tags : .NET
The Role of Component Architecture in the Realm of Service Oriented Architectures (SOA)
For developers who have to live with an enterprise that has legacy and component architecture-based applications, here is a way to introduce SOA in a manner that is not too disruptive. SOA can be leveraged to preserve business logic investments made within component architecture-based systems while incorporating a better and more standards-based infrastructure.
Tags : .NET
Aspect-Oriented Programming (AOP) with Spring.Net
Aspect-Oriented Programming (AOP) allows developers to achieve greater modularity in their applications by allowing the separation of cross-cutting concerns. Explore basic AOP concepts and their implementation using Spring.Net, a popular open source application framework by walking through several examples.
Tags : .NET
Explore the Microsoft .NET Micro Framework
The Microsoft .NET Micro Framework, formerly known as Smart Personal Objects Technology (SPOT), is a powerful and flexible platform for rapidly creating embedded device firmware with Microsoft Visual Studio. Now is just the right time to explore this new world.
Tags : .NET
A Database Driven Reporting Application
Discover how reporting applications can adapt to changing reports by shifting its report-related information into a database.
Tags : .NET
Manipulate XML File Data Using C#
Learn how to display, add, edit, and delete data from a single XML file by using C# console applications. With a little effort, you can implement these techniques in Windows-based applications.
Tags : .NET, C#, programming, XML
Sitemap | Contact Us