DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'Wiki' Subscribe to this feed
24
kicks
published 8 months, 2 days ago, submitted by wisemx wisemx 8 months, 2 days ago

weblogs.asp.net — Check out the new ASP.NET wiki for a ton of resources on asp.net. Being a wiki, everyone can contribute so go ahead and give it a whirl! http://wiki.asp.net/ read more...

Add a comment 1 comment | category: | Views: 5
tags: , | tag it

4
kicks
submitted by m.casati m.casati 9 months, 26 days ago

ifxplus.com — If you are looking for a Wiki but having trouble choosing an engine, have a look here read more...

Add a comment add a comment | category: | Views: 1
tags: , , | tag it

12
kicks
published 1 year, 3 months ago, submitted by pedrolima 1 year, 3 months ago

ajaxpatterns.org — DotNet Ajax Frameworks Wiki read more...

Add a comment add a comment | category: | Views: 7
tags: , , | tag it

3
kicks
submitted by luke101 1 year, 5 months ago

meshplex.org — An easy to follow tutorial on the C#.NET language. This is a beginner tutorial for someone with little programming experience. It will have short and easy to understand examples that will walk the reader through the code. After reading the tutorial you will understand basic programming concepts read more...

Add a comment add a comment | category: | Views: 0
tags: , , , | tag it

3
kicks
submitted by yesthatmcgurk yesthatmcgurk 1 year, 6 months ago

wpfwiki.com — Nuff said. read more...

tags: , | tag it

18
kicks
published 1 year, 6 months ago, submitted by donnfelker 1 year, 7 months ago

blog.donnfelker.com — Its GPL'd, built on .NET 2.0, does not require SQL Server 2005, works in a medium trust enviroment (that means that you hosted types can use it!) and has many other features which are listed here... read more...

Add a comment 2 comments | category: | Views: 3
tags: , , | tag it

18
kicks
published 1 year, 6 months ago, submitted by donnfelker 1 year, 7 months ago

blog.donnfelker.com — Its GPL'd, built on .NET 2.0, does not require SQL Server 2005, works in a medium trust enviroment (that means that you hosted types can use it!) and has many other features which are listed here... read more...

Add a comment 2 comments | category: | Views: 3
tags: , , | tag it

10
kicks
published 1 year, 7 months ago, submitted by rimsystems rimsystems 1 year, 7 months ago

weblogs.asp.net — "This is an improvement over the previous "wiki" they had setup but that effort wasn't quite optimal. The old wiki was closed to the public and only contained a handful of canned pages. In any case, the new one is out in the open and ready to go. So if you're a consumer or contributor (or both like me) check it out!" read more...

Add a comment add a comment | category: | Views: 3
tags: , | tag it

10
kicks
published 1 year, 7 months ago, submitted by jasper22 1 year, 7 months ago

twiki.org — What is TWiki? TWiki Release 4.1.1 Welcome to TWiki, a flexible, powerful, and easy to use enterprise wiki, enterprise collaboration platform and knowledge management system. It is a Structured Wiki, typically used to run a project development space, a document management system, a knowledge base, or any other groupware tool, on an intranet or on the internet. Web content can be created collaboratively by using just a browser. Users without programming skills can create web applications. Developers can extend the functionality of TWiki with Plugins. Tell a Friend "We use TWiki internally to manage documentation and project planning for our products." said Eric Baldeschwieler, Director of Software Development of Yahoo! "Our development team includes hundreds of people in various locations all over the world, so web collaboration is VERY important to us. TWiki has changed the way we run meetings, plan releases, document our product and generally communicate with each other. We're great fans of your work!" read more...

Add a comment 1 comment | category: | Views: 1
tags: , , | tag it

4
kicks
submitted by Hyle 1 year, 8 months ago

blog.csharp-online.net — This month marks the one year anniversary of C# Online .NET—the free online C# and .NET encyclopedia which anyone can edit. Read about their progress and milestones.. read more...

Add a comment add a comment | category: | Views: 0
tags: , | tag it

11
kicks
published 1 year, 8 months ago, submitted by Hyle 1 year, 8 months ago

en.csharp-online.net — Learn to create and debug a simple Sequential workflow and State Machine workflow in Windows Worklow Foundation (WF). Excerpt: This chapter will show you the code that’s generated when a new workflow project is created, as well as demonstrate how workflow and activities are created as classes. After I introduce you to the code that’s generated, you’ll create a simple Sequential workflow and State Machine workflow. You’ll create both these workflows in both VB and C#, and I’ll show you how to debug the workflows using a console application. read more...

tags: , | tag it

12
kicks
published 1 year, 8 months ago, submitted by ekampf 1 year, 8 months ago

ekampf.com — There's a new wiki on Channel9 dedicated to WPF development read more...

tags: , , | tag it

11
kicks
published 1 year, 9 months ago, submitted by scottb 1 year, 9 months ago

sharpforge.org — This release contains Work Item Tracking, Project Forums, Release Management, Subversion Wiki, Browse Source Code. Screenshots available. SharpForge supports collaborative development and the management of multiple software projects. Similar to SourceForge or CodePlex but for your own team or organisation. The software is written in C# for .NET 2.0 it integrates with Subversion for source control and is released under the New BSD License. Other features include, Multi Portal, Multi Project, (planned)News Feeds read more...

Add a comment add a comment | category: | Views: 1
tags: , , , , | tag it

5
kicks
submitted by gavinjoyce gavinjoyce 1 year, 10 months ago

weblogs.asp.net — "Quite some time ago I found out MSDN was moving towards a community content driven approach. A wiki style approach to the vast tome of knowledge known to us as the MSDN Library. This was a good move and I wanted to see it blast off as soon as possible. However the implementation has been somewhat lackluster." read more...

Add a comment add a comment | category: | Views: 0
tags: , , , | tag it

15
kicks
published 1 year, 10 months ago, submitted by Hopcroft 1 year, 10 months ago

blogs.msdn.com — MSDN recently added Wiki functionality to the portion of the site dealing with Visual Studio 2005 and .NET Framework 2.0. This already looks like it is going to be a great resource - at the time of this post, there were almost 1000 topics with Community Content from over 300 contributors. read more...

Add a comment 3 comments | category: | Views: 1
tags: , | tag it

15
kicks
published 1 year, 10 months ago, submitted by Hyle 1 year, 10 months ago

en.csharp-online.net — Learn when and where to use generics and find recipes for using generics to solve problems. Excerpt: A long-awaited feature, generics, is finally here with the advent of Version 2.0 of the C# compiler. Generics is an extremely useful feature that allows you to write less, but more efficient, code. This aspect of generics is detailed more in Recipe 4.1. With generics comes quite a bit of programming power, but with that power comes the responsibility to use it correctly. If you are considering converting your ArrayList, Queue, Stack, and Hashtable objects to use their generic counterparts, consider reading Recipes 4.4, 4.5, and 4.10. As you will read, the conversion is not always simple and easy, and there are reasons why you might not want to do this conversion at all. read more...

Add a comment add a comment | category: | Views: 5
tags: , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge