LINQ to Active Directory - Home
LINQ to Active Directory implements a custom LINQ query provider that allows querying objects in Active Directory. Internally, queries are translated into LDAP filters which are sent to the server using the System.DirectoryServices .NET Framework library. LINQ stands for Language Integrated Query and is one of the core features of Microsoft's .NET Framework 3.5 release. More information can be found via the MSDN website on http://msdn.microsoft.com.
Features
* Translates into LDAP filters according to RFC 2254.
* Simple and approachable entity model with support of propagating updates back.
* Supports mappings to both the System.DirectoryServices (.NET) and ActiveDs (COM) APIs.
* Ships with a set of samples.
more fromwww.codeplex.com
Your first NHibernate based application
Your first NHibernate based application
In a previous article I showed how to setup a developer machine to start using NHibernate as an ORM tool during the development of an application. I advocated a domain driven design (DDD) approach and a test driven development (TDD) style. This is the second article in a series of introductory chapters.
more fromblogs.hibernatingrhinos.com
InfoPath Team Blog : Submitting to a Database (via Web Services) in InfoPath Forms Services
If you've ever designed and deployed a form that will be frequently used or require significant data analysis, you have probably looked into maintaining data in a SQL database. With InfoPath 2003 and the InfoPath 2007 rich client, you get what you expect. You create a main database data connection to the SQL server and pick tables and columns that meet the requirements for submit functionality. When you open your form and click the "Run Query" button, you see the data pulled from the database as you'd expect. You then happily insert, update, or delete records and, when the time is right, hit "Submit". Luckily for you, the InfoPath client took care of maintaining the list of changes that you made while editing your form. With this list of changes intact, your updated data streaks back to the database to await the next query.
more fromblogs.msdn.com
Introduction to SharePoint Products and Technologies for the Professional .NET Developer
Explore the extensible solution platform of SharePoint Products and Technologies and opportunities for its use in .NET development. (32 printed pages)
more frommsdn.microsoft.com
SharePoint 2007 Features - Home
This is a project for SharePoint 2007 Features. Features add new functionality to a SharePoint 2007 farm, site collection, or site. This project will create Features to address deficiencies in SharePoint 2007 or add new capabilities. You should understand a little about Features before trying these out. The packages here use batch files or WSP files to install the Features. After installation, be sure to activate the Features to see them in SharePoint.
more fromwww.codeplex.com
CodeProject: Howto: (Almost) Everything In Active Directory via C#. Free source code and programming help
Howto: (Almost) Everything In Active Directory via C#
more fromwww.codeproject.com
Quick List for C# Code Examples
This topic contains links to all of the C# code examples contained in the Using System.DirectoryServices guide.
more frommsdn.microsoft.com
MSDN Presentation-Finder
Now all presentations of the last 12 months are available in our MSDN Presentation Finder. If you have missed one of our events, you can download more than 200 slide decks, demos and code samples. Also all our Hands-on Lab manuals are there for you to work on. You can search by technology, presenter, event type or try the extremely advanced free text search. There is also a detailed site with an exact description and other information for every presentation.
more fromwww.microsoft.com
Uptime Products - Arts
ARTS Content Solutions
Als Standardsoftware konzipiert, ist ARTS die solide Plattform für Enterprise Content Management (ECM). Aktenverwaltung und Records Management sind ebenso zentrale Elemente wie die unternehmensweite Ablage und Verwaltung von E-Mails und Informationen jeglichen Ursprungs. Für einen effizienten Ablauf Ihrer Geschäftsprozesse unterstützt Sie ARTS mit diversen Workflowfunktionalitäten und stellt die effektive Verteilung und Verarbeitung von Informationen im Betrieb sicher.
Ausführlichere Informationen finden Sie in unserer Produktebroschüre "ARTS Content Solutions".
more fromwww.uptime.ch
Tech Facts at Your Fingertips | Refcardz
FREE Cheatsheets for Developers
Save time and stay well-informed
* Written by bestselling authors and leading experts
* Reliable information on major developer topics
* Filled with useful tips and source code examples
* PDF looks great on-screen or printed from your printer
more fromrefcardz.dzone.com
Data Dynamics - Data Dynamics Analysis
Managers of all business industries are now able to spot new trends and dive deep into their data. Businesses such as financial services, sales, retail, marketing, software, hospitality, insurance, manufacturing, or government are now able to embed visual analysis to their .NET applications. This new component offers pivot tables, bar charts, line charts and xy charts with interactive sorting and filtering to provide a complete ad hoc information source.
more fromwww.datadynamics.com
untitled
VCalendar (Virtual Calendar) is an open source Web calendar application for posting and maintaining events and schedules online, in calendar format. This is an excellent and free solution for use by online Web communities and any commercial and non-commercial organizations. Unlike any other online calendars, VCalendar comes with source code in multiple programming languages: PHP, ASP and ASP.NET (C#); with potential for adding more technologies in the future.
more fromwww.ultraapps.com
Product Demos
Select a Product Demo
*
Instant C# converts VB code to C#
*
Instant VB converts C# code to VB
*
C++ to C# Converter converts C++ code to C#
*
C++ to VB Converter converts C++ code to VB
*
C++ to Java Converter converts C++ code to Java
*
VB to Java Converter converts VB code to Java
*
Instant C++ (C# Edition) converts C# code to C++/CLI
*
Instant C++ (VB Edition) converts VB code to C++/CLI
*
Instant C++ (Java Edition) converts Java code to C++/CLI
*
Java to VB & C# Converter converts Java code to VB or C#
*
Clear VB formats and standardizes VB.NET source code
Please note that all of our products require that you have the .NET Framework version 2.0 or greater installed. We do not install the .NET Framework. The zip file you download contains the demo exe and a help file. The .NET Framework can be easily obtained from Microsoft's web site.
To order the standard edition of any of our products, click here.
more fromwww.tangiblesoftwaresolutions.com
Swiss MSDN Team Blog : Windows Communication Foundation (WCF) Hands-on Lab
Windows Communication Foundation (WCF) Hands-on Lab
Encouraged from the positive feedback in terms of number of participants and attendees’ comments, this week the Swiss MSDN Team hold once again another Hands-on Lab here in Wallisellen. This time the topic was Windows Communication Foundation (WCF), the powerful Microsoft technology to built service-oriented systems, based on connected services and applications.
The lab was divided into 2 parts. In the first part, after a short introduction about the technology, people where required to build a service that exposes 2 endpoints: one available for external communication, for clients on platforms others than windows, accessing the service using HTTP and SSL (to guarantee confidentiality); and another one for internal windows clients (for communication inside an organization within a windows environment) accessing the service using TCP.
In the case of the TCP Endpoint people were asked to use Windows Integrated Security as authentication mechanism, while for the HTTP Endpoint, basic authentication in combination with SSL was used.
The last part of the lab showed attendees how to host a service inside Internet Information Server 7 with WAS (Windows Activation Services), which offers for the first time support for non-HTTP Protocols inside IIS.
more fromblogs.msdn.com
CodeProject: Using Workflow Foundation and Visual Studio 2008 for Testing Automation. Free source code and programming help
In this article I will show how to employ Windows Workflow Foundation (WF) for testing. Originally, Microsoft aimed WF on describing business processes inside an application. The idea is that we can use this technology to describe the process of testing as well. Tester designs a test using visual diagram and, what is more important, he can execute this test automatically.
After reading the article you will learn:
* How to automate your tests using Workflow Foundation
* How to automatically check results of the tests
* How to reuse the tests in other tests you are developing
* How to extend Workflow Foundation to satisfy your specific testing needs
To demonstrate all the "How-Tos" I created TestflowFramework on C# and attached it to the article. I expect you have had enough knowlege of WF and C# to say "hello world". The rest of stuff I will explain below.
more fromwww.codeproject.com
AvalonDock - Home
A WPF library to easy integrate docking features in applications. It supports fly-out panes, floating windows, multiple docking manager in same window, styles and themes.
This library is the successor of the 'WPF Docking Library' that was published on CodeProject quite a while ago (http://www.codeproject.com/KB/WPF/WPFdockinglib.aspx).
Features
* Completely written in C# and XAML
* Almost everything can be restyled
* Support for Windows Forms controls
Known Issues
* Due to design decisions (support for Windows Forms controls) this library cannot be use in a restricted environment (e.g. XBAP)
more fromcodeplex.com
Public Sector Developer Weblog : Updated Virtual Earth Map Control demo code
more fromblogs.msdn.com
Chris Koenig : Cool WPF Effects Library
My friend and colleague Jared Bienz over on the ISV Evangelism Team just released a new project today out on CodePlex called Transitionals. In the wake of all the recent upsurgence of interest in WPF, this cool effect couldn’t have come at a better time for most of us. As described on the Transitionals project page, the Transitionals library allows a WPF developer to add cool object transition effects, just like those used in Video Editing and in PowerPoint (ok - sometimes this gets over used, but it can be tastefully done). Some of the effects in the first release of this open source project include Checkerboard, Diagonal Wipe,Melt, Door, Dots, Double Rotate, Explosion, Fade and Blur and many more! Of course, the entire library is extensible, so you can define your own Transitions and use them in your own applications.
more fromblogs.msdn.com
Kirk Allen Evans's Blog : What You Need To Know: WCF, WCF, ADO.NET SyncServices, and ClickOnce
more fromblogs.msdn.com
Notation: * = Private bookmark and comment|… = Clipping [?] | … = Public highlight [?]




