Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!
Play Webslides

Hans Muster's Bookmarks tagged .net   View Popular

You are here: Diigo Home > Hans Muster's Bookmarks

Ads by Google
Expand All 1 - 20 of 267 Next › Last »

Trailblazer's Sharepoint Blog : Virtual Earth in SharePoint

recently was working on a very cool requirement where customer wanted to implement virtual earth pins view in a SharePoint web part.

On working for a long time using javascripts and XSL I was finally able to crack the solution.

So, here are some instructions that will hopefully get you up and running quickly.

Assuming that you have a list with Title and Description fields that includes 2 additional fields called "Lat" and "Long", create a web part page in SharePoint Designer and add a Data View of the list containing the locations.

Tags: moss, sharepoint, virtualearth, development, .net on 2009-05-26 -All Annotations (0) -About

more fromblogs.msdn.com

CodeProject: Build Google IG like Ajax Start Page in 7 days using ASP.NET Ajax and .NET 3.0. Free source code and programming help

will show you how I built a start page similar to Google IG in 7 nights using ASP.NET Ajax, .NET 3.0, Linq, DLinq and XLinq. I have logged my day to day development experience in this article and documented all the technical challenges, interesting discoveries and important design & architectural decisions. You will find the implementation quite close to actual Google IG. It has drag & drop enabled widgets, complete personalization of the pages, multi page feature and so on. It's not just a prototype or a sample project. It's a real living and breathing open source start page running at http://dropthings.omaralzabir.com/ which you can use everyday. You are welcome to participate in the development and make widgets for the project.

Tags: codeproject, article, asp.net, ajax, .net, programming, howto, dashboard, startpage, widget on 2009-04-30 and saved by 9 people -All Annotations (0) -About

more fromwww.codeproject.com

Developer Best Practices Resource Center for SharePoint Server 2007

Find up-to-date guidance about how to write Microsoft Office SharePoint Server 2007 applications and customizations that perform well, avoid common pitfalls, and best use the features of the SharePoint object model.

Tags: sharepoint, moss, development, bestpractices, microsoft, msdn, guidance, .net, programming, ressourcen on 2009-04-07 and saved by 3 people -All Annotations (0) -About

more frommsdn.microsoft.com

Grigori Melnik: Thoughts on Agile Software Engineering and Beyond : Just Released – Hands-on Labs for Enterprise Library 4.1 and Unity 1.2

This release includes a refresh of the labs for the following blocks:

- Caching Application Block

- Cryptography Application Block

- Data Access Application Block

- Exception Handling Application Block

- Logging Application Block

- Security Application Block

Tags: hands-on_labs, .net, enterprise, library, programming, howto, caching, cryptography, blogarticle, logging, security, data, exception on 2009-04-02 -All Annotations (0) -About

more fromblogs.msdn.com

CodeProject: Publish Your Database as Silverlight in 15 Minutes. Free source code and programming help

Guide to creating very cool Silverlight application from any database schema in 15 minutes

Tags: codeproject, article, silverlight, database, tool, .net, programming on 2009-04-02 -All Annotations (0) -About

more fromwww.codeproject.com

JitnRun.pdf (application/pdf-Objekt)

This Ebook represents some of the best of Simple-Talks ASP.Net Articles.

Tags: asp.net, pdf, ebook, tricks, programming, .net, webdesign on 2009-04-01 -All Annotations (0) -About

more fromwww.red-gate.com

HowTo: Senden von Emails testen ohne Mailserver | Code-Inside Blog

mails mit .NET zu versenden ist recht einfach, wenn es allerdings darum geht, den generierten Emailtext zu testen, dann wird es manchmal etwas schwierig.
Vor allem wenn das Entwicklungssystem keinen Zugriff auf den richtigen Email-Server hat, geht es meist nur auf "gut Glück".
Es gibt allerdings einen einfachen Web.Config Eintrag der es erheblich vereinfacht - die PickupDirectoryLocation.

Tags: .net, programming, testing, email, sharepoint, moss, howto, codesnippet on 2009-03-18 -All Annotations (0) -About

more fromcode-inside.de

SharpToolbox - .NET tools, components, libraries and add-ins - DotNet tools

Here are listed some of the existing companion tools for .NET development. We put the focus on the quality of the content. Boring marketing fluff is filtered out.
Although quite comprehensive, this list will never be exhaustive. You can submit new tools by using our submission form.
This site is in constant progress. New tools are added frequently. Use the RSS feeds to learn what's new or updated.
Search plug-ins for Firefox and Mozilla are available.
There is a sister site for Java Tools.

Tags: .net, programming, software, tools, linklist, directory, toolbox on 2009-03-18 and saved by 24 people -All Annotations (0) -About

more fromsharptoolbox.com

Best Practices: Common Coding Issues When Using the SharePoint Object Model

Learn common issues encountered by developers who write custom code by using the SharePoint object model. (15 printed pages)

Tags: sharepoint, moss, bestpractices, howto, programming, .net, knowhow, msdn on 2009-03-18 and saved by 7 people -All Annotations (0) -About

more frommsdn.microsoft.com

Holger Sirtl's WebLog : “How Do I” Videos zu Windows Azure, .NET Services und Live Services veröffentlicht

Auf dem Azure Services Platform Developer Center sind seit ein paar Tagen “How Do I”-Videos veröffentlicht. Diese geben einen sehr schönen, kurzen Überblick über das Arbeiten mit den verschiedenen Azure-Bestandteilen. Foldende Videos sind derzeit verfügbar:

Tags: azure, cloud, howto, videotutorial, blogarticle, .net, programming on 2009-02-25 -All Annotations (0) -About

more fromblogs.msdn.com

Mike Taulty's Blog : Silverlight & WPF Control Browser

More than once, I’ve found myself wanting to be able to demonstrate the range of controls that are available for Silverlight and WPF and, today, I ended up in that same place and decided to do something about it.All it’s doing is displaying in a TreeView with a number of sections in it;

* WPF Built In Controls
* WPF Toolkit Controls
* WPF 3rd Party Controls
* Silverlight Built In Controls
* …

and this is just driven by an XML configuration file that’s embedded into the application so if you happen to know of other sets of controls that should be included then let me know.

What’s really cool about this stuff these days is that control vendors tend to have either a;

1. WPF XBAP
2. Silverlight XAP

on their website showcasing their controls. So, in most cases all the application above is doing is using the WebBrowser control to load those things and display them. For the other cases, I just embedded a couple of XAML files into the application with some of the built-in WPF controls and the WPF Toolkit controls in place.

Tags: silverlight, wpf, .net, controls, components, blogarticle, samples, browser on 2009-02-06 and saved by 3 people -All Annotations (0) -About

more frommtaulty.com

Beth Massi - Sharing the goodness that is VB : ADO.NET Data Services - Building an Excel Client

Today I want to show a simple Excel client that queries our service and allows us to edit the customers in Northwind. I'm going to use Visual Studio 2008 (VSTO) to build a document-level customization against an Excel 2007 Workbook. We'll also build an Actions Pane that allows us to query and save customers to our ADO.NET data service. Excel's tabular data format lends itself well to CRUD database operations when we Add, Delete and Update rows in a Sheet. (NOTE: You cannot create Office solutions in Visual Studio Express editions.)

Tags: ado.netdataservices, tutorial, excel, blogarticle, vb.net, .net on 2009-01-23 and saved by 2 people -All Annotations (0) -About

more fromblogs.msdn.com

hudson: an extensible continuous integration engine

Hudson monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Hudson focuses on the following two jobs:

1. Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Hudson provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases the productivity.
2. Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Hudson keeps those outputs and makes it easy for you to notice when something is wrong.

Tags: software, integration, build, opensource, development, java, c#, .net, compiling, continuousintegration on 2009-01-13 and saved by 53 people -All Annotations (0) -About

more fromhudson.dev.java.net

Key Features of Telerik OpenAccess ORM >

Telerik OpenAccess is an Enterprise-grade ORM that simplifies the data access plumbing in desktop and web applications. With both forward and reverse mapping support, the tool offers transparent persistence for your DAL and business objects. OpenAccess ORM provides tight Visual Studio integration and allows you to create database independent code seamlessly. You will find many advanced features for code optimization and caching, as well as customization freedom to generate the code You want.

Tags: software, development, orm, .net, programming on 2009-01-08 -All Annotations (0) -About

more fromwww.telerik.com

CodeProject: Beginners Introduction to State Management Techniques in ASP.NET. Free source code and programming help

Recently Code Project started a beginners walkthrough for web development, an initiative for organizing all the information required for web development under one article. I think it will be helpful for beginners to get guidelines for web development. This article is my contribution to the ASP.NET section where I describe the state management techniques and best practices used when developing with ASP.NET.

Tags: codeproject, asp.net, session, state management, development, .net on 2008-12-31 -All Annotations (0) -About

more fromwww.codeproject.com

1 - 20 of 267 Next › Last »
List 20 50 100

Notation: * = Private bookmark and comment| = Clipping [?] | = Public highlight [?]