Skip to main content

Hans Muster's Library tagged asp.net   View Popular

11 May 09

DevExpertise » Blog Archive » Integrating a Custom ASP.NET Application into SharePoint (Part 1)

One of the great things about SharePoint is in addition to all cool stuff it does out-of-the-box, you can add on functionality. More importantly though, SharePoint can be a great platform to build your own application on top of. In this series, I will show you how to build a custom ASP.NET application and integrate it seamlessly into SharePoint.

www.devexpertise.com/...ication-into-sharepoint-part-1 - Preview

blogarticle moss sharepoint asp.net integration

30 Apr 09

Build an AJAX-Enabled Content Management System with Visual WebGUI: Creating a Prototype

To implement this application, I chose Visual WebGui, an open-source AJAX framework built on top of ASP.NET. Visual WebGui offers a programming model that replicates the WinForms desktop development, but for the web. Experienced .NET desktop developers can begin developing powerful web-based AJAX applications very quickly by leveraging their desktop development knowledge.

www.devx.com/...41368 - Preview

article programming asp.net ajax webgui cms

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.

www.codeproject.com/...MakingGoogleIG.aspx - Preview

codeproject article asp.net ajax .net programming howto dashboard startpage widget

01 Apr 09

JitnRun.pdf (application/pdf-Objekt)

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

www.red-gate.com/...JitnRun.pdf - Preview

asp.net pdf ebook tricks programming .net webdesign

27 Mar 09

Free ASP.NET MVC eBook Tutorial - ScottGu's Blog

Over the last few months I’ve been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox. The book is now in production, and will be available to buy in stores soon (you can pre-order it on Amazon today).

I wrote the first chapter of the book – which is a 185 page end-to-end tutorial that walks-through building a small, but complete, ASP.NET MVC application from scratch. The agreement I made with Wrox was that I’d write it for free in return for them also making it available as a free PDF download.

I’m excited to announce that you can now download this free end-to-end tutorial chapter (it is a 14mb PDF file). It’s licensed under a “Creative Commons Attribution No Derivatives” license – which means you can share, distribute, print, or hand it out to anyone.

weblogs.asp.net/...sp-net-mvc-ebook-tutorial.aspx - Preview

mvc asp.net ebook free blogarticle

24 Mar 09

ASP.NET 4.0 and Visual Studio 2010 Web Development Overview : Das offizielle Microsoft ASP.NET Portal

Many exciting changes for ASP.NET are coming in the .NET Framework version 4.0. This document gives an overview of many of the new features that are included in the upcoming Beta 1 release of .NET 4.0 and in the Visual Studio 2010 release.

www.asp.net/...aspnet40 - Preview

asp.net whitepaper .net40 visualstudio2010

31 Dec 08

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.

www.codeproject.com/...state_management_intro.aspx - Preview

codeproject asp.net session state management development .net

18 Dec 08

A Free, Open Source ASP.NET Diagram Control

EasyDiagram.NET is a FREE, AJAX-driven diagram control for ASP.NET. Offering an incredibly responsive diagramming engine, EasyDiagram.NET will provide you with a fast, free, and easy alternative to many diagram components. What's more, users will not need any plugin to run EasyDiagram.NET. Using pure AJAX and Javascript, EasyDiagram.NET is blazingly fast yet simple enough for the beginner to use.

www.easydiagram.net/Home.aspx - Preview

control component asp.net .net programming modeling free diagram uml

03 Dec 08

ChartPart for SharePoint - Home

ChartPart for SharePoint is a web part for Microsoft SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007 which generates charts from SharePoint lists.
The ChartPart is free to use for everyone, as long as you follow the License, who would like to "light" up their SharePoint installation with some nice graphs and charts.

www.codeplex.com/ChartPart - Preview

chart component webpart sharepoint moss codeplex opensource asp.net programming

02 Dec 08

Zee Web Dock Panel Server Control for ASP.NET WebForm

Zee WebDock is the first ASP.NET server control that creates dock panels which truly resembles the look-and-feel of your favorite desktop applications or IDE.

www.zeecontrols.com/...ZeeWebDock.aspx - Preview

asp.net control programming component dock

27 Nov 08

Configuring SharePoint Forms Authentication using SQL Server: ASP Alliance

Earlier versions of SharePoint were primarily designed for internal use, using ADS or Windows to contain user accounts. Based on product upgrades that make SharePoint more desirable to use outside of a companies LAN, or on both sides in various configurations, many managers are stuck deciding if they want to consider the practice of using ADS accounts. By default, SharePoint (WSS 3.0 and MOSS) is configured to use Active Directory accounts or Windows user accounts to allow specific access, where a non-anonymous login is required. The easy argument for using ADS/Windows accounts is that all of the user management tools are at your disposal. But there are at least two possible problems and one misnomer about this. The first problem is that user accounts in ADS or Windows cost money, based on your configuration. It can be said that this is not a problem, based on the licensing methodology used, but there is a second problem that everyone potentially faces… security.

aspalliance.com/articleViewer.aspx - Preview

sharepoint asp.net authentication security sqlserver

New ASP.NET Charting Control: <asp:chart runat="server"/> - ScottGu's Blog

Microsoft recently released a cool new ASP.NET server control - <asp:chart /> - that can be used for free with ASP.NET 3.5 to enable rich browser-based charting scenarios

weblogs.asp.net/...runat-quot-server-quot-gt.aspx - Preview

asp.net controls programming chart .net scottgu blogarticle microsoft free component

30 Oct 08

ASP.NET MVC Tip #35 – Use the NHaml View Engine - Stephen Walther on ASP.NET MVC

In this tip, I explain how you can use the NHaml view engine as the view engine for an ASP.NET MVC application. I demonstrate how to create NHaml views that display both static content and database records. I also discuss how you can use master pages and user controls with the NHaml view engine.

weblogs.asp.net/...use-the-nhaml-view-engine.aspx - Preview

tutorial toolkit .net NHaml Engine asp.net programming

Tanzim Saqib on .NET discovery » jQuery intellisense in Visual Studio

Those who are excited like me about the news of jQuery integration into Visual Studio, started adopting jQuery replacing ASP.NET AJAX Client side API. Microsoft also declared there will be a patch for Visual Studio which will support jQuery as well as intellisene for that. For the enthusiasts who just can’t for it, here is the way how we can start developing using jQuery with full intellisense support inside Visual Studio 2008:

tanzimsaqib.com/ntellisense-in-visual-studio-2 - Preview

intellisense visualstudio jquery asp.net programming .net

29 Sep 08

Scott Hanselman's Computer Zen - jQuery to ship with ASP.NET MVC and Visual Studio

Microsoft is going to make jQuery part of the official dev platform. JQuery will come with Visual Studio in the long term, and in the short term it'll ship with ASP.NET MVC. We'll also ship a version includes Intellisense in Visual Studio.

www.hanselman.com/...hASPNETMVCandVisualStudio.aspx - Preview

jquery asp.net programming .net javascript ajax opensource blogarticle tutorial

16 Jun 08

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.

www.ultraapps.com/app_overview.php - Preview

calendar asp.net opensource control usercontrol component .net webdesign

1 - 20 of 35 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo