.NET & Windows
Narrow your search further by browsing some of the sub-categories below.
- Visual Studio (6)
- C-Sharp (3)
- VB.NET (0)
- MS-Office Dev (0)
- Data Access (2)
- ASP.NET (6)
- Silverlight (5)
- Win32 & COM (1)
Show: All |
Refcardz
|
Whitepapers
|
Webcasts/Podcasts
|
Downloads
04/30/2009
Video: In The Brain of Abid Quereshi - Introduction to Moq
Abid Quereshi introduces Moq, which is the only mocking library for .NET developed from scratch to take full advantage of .NET 3.5 and C# 3.0 features, providing a practical, unobtrusive and straight-forward way to quickly setup dependencies for... Read More
03/23/2009
Core ASP.NET
This Refcard summarizes the most commonly used core functions and controls in ASP.NET. Author Holger Schwichtenberg shows you how to set up your ASP.NET development environment, explains the Webform model, and showcases common WebControls for... Read More - [Publisher: DZone, Inc.]
03/13/2009
How to Embed a Visual WebGui Form in an ASP.Net application
Today, we are going to learn how easy it is to embed a Visual WebGui (VWG) form in an ASP.Net application. This capability allows you to quickly develop modules or port WinForms application to Web using VWG and then embed them in your currently... Read More - [Publisher: Gizmox]
03/12/2009
FitNesse.NET Tips and Tricks
In this talk, Gojko Adzic talks about efficient usage of FitNesse within the dotNET environment. FitNesse is an enhancement to the Fit acceptance testing framework. It provides a collaborative environment for acceptance tests which can be... Read More
01/13/2009
Silverlight 2 - Drag and Drop Part 2 of 2
This is part 2 of the drag and drop videos, this is where I show a different method than the one provided by silverlight.net. Basically I found the concept of capture mouse technique to be too limiting in my applications and this method was how... Read More
01/01/2009
Silverlight 2 - Drag and Drop Part 1 of 2
I have started to do more videos, this is a two part series on drag and drop. This first part is very basic drag and drop scenario, its built around the concept that when you click the object it will capture the mouse and when you release the... Read More
12/31/2008
Modern-day Charting Technology
Since its introduction in 2002, .netCHARTING has pioneered a number of unique technologies, which have subsequently become industry standards. While it is common to see tutorials online demonstrating how to create basic charts from scratch; these... Read More - [Publisher: .netCHARTING]
12/09/2008
Managed Subversion for .Net Organizations
This paper describes how Subversion meets the challenge of software development in a heterogeneous environment, how teams can use branching and tagging to work better with their QA organizations, and how managed Subversion can save organizations a... Read More - [Publisher: ProjectLocker]
12/05/2008
Coding Tips using Microsoft Visual Studio 2008 Targeting Quad-Core AMD Opteron Processors
With New 'Barcelona' (CPUID Family 10h) processors, including Third-Generation AMD Opteron processors which feature a native quad-core architecture and L3 cache, software developers will enjoy improved instruction selections, optimized register... Read More - [Publisher: AMD]
12/03/2008
Using InstallAware 7 To Patch Software Products
This whitepaper describes how to use InstallAware for patching software products. While many third party patching tools are available, most are loosely integrated with installation tools. This makes the patch delivery and installation awkward,... Read More - [Publisher: InstallAware]
12/03/2008
Using InstallAware 7 To Deploy Microsoft .NET Framework Applications
This whitepaper describes how to use InstallAware for deploying applications running on the Microsoft .NET Framework. Although the .NET Framework makes deploying applications easier thanks to features like the Global Assembly Cache, which eliminates... Read More - [Publisher: InstallAware]
11/14/2008
Standardization: Piecing together the component puzzle for greater gains
.NET developers love components. The .NET component market is vibrant. There are components for every need from multiple vendors. Some vendors offer a wide variety of products, while others offer products that target a niche. While both approaches... Read More - [Publisher: Syncfusion]
10/20/2008
Notion One Modernizes TimeCentre's Enterprise Application
TimeCentre is an industry leading provider of time and attendance solutions. Their products incorporate both hardware and software based solutions to track and manage an entire workforce. With enterprise-caliber software capable of supporting more... Read More - [Publisher: Notion ONE]
10/20/2008
Notion ONE Develops Credit Card Management Web Presence for Visa
Visa maintains the cutting edge technology solutions to service the millions of prepaid cards it issues annually. Visa needed to focus on offering tools and services to online consumers and customer service representatives to manage their spectrum... Read More - [Publisher: Notion ONE]
09/30/2008
Bridging Java and .NET: A Technical Overview of JNBridgePro
JNBridgePro is a Java and .NET interoperability tool that enables developers to call anything Java from .NET, and anything .NET from Java. JNBridgePro allows classes written in .NET languages like C#, C++, and Visual Basic to seamlessly and... Read More - [Publisher: JNBridge ]
69559 views1.
Windows PowerShell
"This is a very good concept, and will be useful to people new to PowerShell." --Marco Shaw, MVP - Windows Server – Admin FrameworksWindows PowerShell is a modern object-based command shell and scripting language designed for Microsoft... Read More - [Publisher: DZone, Inc.]
27754 views2.
Silverlight 2
Silverlight is Microsoft’s offering for designing, developing, and delivering rich interactive applications over the internet. These applications can run on all major platforms and in all major browsers. Significantly though, not every web... Read More - [Publisher: DZone, Inc.]
25276 views3.
Core .NET
The .NET Framework has been growing steadily since its birth — the API for .NET 3.5 is far bigger than that of .NET 1.0. With so much to remember, you’ll find this refcard useful for those core pieces of information which you need so often but... Read More - [Publisher: DZone, Inc.]
23963 views4.
RSS and Atom
RSS and Atom make it easy to read and write the web. Applications can use the Atom Publishing Protocol (RFC-5023) and the MetaWeblog API to publish any type of content to blog, wiki and CMS servers. You’ll find this reference card useful whether... Read More - [Publisher: DZone, Inc.]
5330 views5.
How to Digitally Sign Downloadable Code for Secure Content Transfer
Learn how VeriSign Code Signing Certificates allow you to digitally sign your content for unprecedented secure delivery over the Internet and safely transport it from your site. Code Signing helps businesses preserve intellectual property and... Read More - [Publisher: Verisign]
4650 views6.
Getting Started with Windows Presentation Foundation
Windows Presentation Foundation is a next generation UI framework for creating desktop applications on the Windows Platform. The intent of this DZone Refcard is to help you understand the basics of WPF. In this DZone Refcard, the Authors work to... Read More - [Publisher: DZone, Inc.]
4352 views7.
Automate your builds and Continuous Integration process for Free with Mojo.
OpenMake Mojo is the only tool you will ever need for automating, centralizing and accelerating your software development process. Mojo automates and orchestrates development tasks, from managing build scripts and SCM activities to deploy and... Read More - [Publisher: OpenMake Software]
1354 views8.
In The Brain of Mike Hadlow - Rhino Mocks and Automocking
Mike Hadlow talks about Rhino Mocks, which is currently the most popular Mock Object Framework for .NET. The talk focuses mostly over the new features that come with the version 3.5. Mike starts with quickly refreshing mocking basics and briefly... Read More
1347 views9.
Silverlight 2 - Drag and Drop Part 1 of 2
I have started to do more videos, this is a two part series on drag and drop. This first part is very basic drag and drop scenario, its built around the concept that when you click the object it will capture the mouse and when you release the... Read More
1295 views10.
Six Steps to Signing your Java Code
Developers and Web masters benefit from object signing because it builds trust in their names and makes it more difficult to falsify their products. By signing their code, developers build a trusted relationship with users, who learn they can... Read More - [Publisher: Verisign]
1117 views11.
Code Signing for Microsoft Authenticode Technology
Microsoft client applications, such as Internet Explorer, Exchange, Outlook, and Outlook Express, come with security features that incorporate Authenticode. Users can confidently choose to trust all software published by commercial publishers that... Read More - [Publisher: Verisign]
1060 views12.
Silverlight 2 - Drag and Drop Part 2 of 2
This is part 2 of the drag and drop videos, this is where I show a different method than the one provided by silverlight.net. Basically I found the concept of capture mouse technique to be too limiting in my applications and this method was how... Read More
1014 views13.
Video: Expression Web 3 New Features
An introduction to some of the new features in Microsoft Expression Web 3. Read More
898 views14.
VeriSign Authenticated Content Signing
Establish publisher authenticity as well as the integrity of downloaded code and content. No change in signature checking mechanism at the end-user device level. Real-time verification of publisher identity for each re-signing event. Read More - [Publisher: Verisign]
835 views15.
Rapidly Resolve Performance Problems in Java and .NET Applications
Need to tune your SOA, Java or .NET applications? You'll get a detailed overview of potential problem causes and learn why traditional tools provide only little actionable information and how dynaTrace Diagnostics® helps you meet service levels. Read More - [Publisher: dynaTrace Software]

