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.
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.
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.
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
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
more fromwww.codeproject.com
JitnRun.pdf (application/pdf-Objekt)
This Ebook represents some of the best of Simple-Talks ASP.Net Articles.
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.
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.
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)
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:
more fromblogs.msdn.com
HOW-TO Articles - SharePoint Development Wiki - SharePoint Dev Wiki
more fromwww.sharepointdevwiki.com
Cloud Teacher Dot Com : The Art of Debugging – A Developer’s Best Friend- Intro – Lesson 1
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.
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.)
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.
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.
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.
more fromwww.codeproject.com
Notation: * = Private bookmark and comment|… = Clipping [?] | … = Public highlight [?]
Hans Muster's Related Tags
See More Top Contributors
Related Groups on Diigo
-
eBooks Space for download FREE!!
Many eBooks files Space for...
Items: 1 | Visits: 72
Created by: Kim So Hee
-
.NET Programming Services, ASP.NET Web Programming, .NET Application Development
Outsourcing .NET Programmin...
Items: 1 | Visits: 59
Created by: outsourcingops
-
C# and VB .net Programing
Codes and techniques of pro...
Items: 43 | Visits: 101
Created by: stefan stoichev




