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 'HowTo' Subscribe to this feed
20
kicks
published 2 months, 21 days ago, submitted by spavkov spavkov 2 months, 21 days ago

aspdotnetfaq.com — Each ASP.NET Web Application has its own configuration file called web.config file. In fact every directory in ASP.NET application can have one. Settings in each web.config file apply to the directory where its placed, and all the subdirectories of that directory. This is called Configuration Inheritance and it can cause serious headaches if you are not fully aware of how it works... read more...

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

4
kicks
submitted by spavkov spavkov 3 months, 4 days ago

aspdotnetfaq.com — Asp.Net 2.0 GridView control is very powerful control. Developers at Microsoft really did a great job when designing it. Its like Swiss Army knife for selecting, editing, sorting, paging and displaying data. Combined with various DataSource controls (ObjectDataSource, SqlDataSource) it helps you execute most of your Read, Update and Delete operations without writing a single line of code. Off course, nothing is perfect. For example, creating new data is is one common task that is not so simple to accomplish with GridView. Let see how we can easily insert new rows of data using GridView and SqlDataSource... read more...

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

3
kicks
submitted by drewmace 5 months, 1 day ago

drewmace.blogspot.com — A quick and dirty technique to auto-refresh a SharePoint page. read more...

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

4
kicks
submitted by powerrush powerrush 8 months ago

amazedsaint-articles.blogspot.com — This article is expected to: [1] Introduce patterns to you in a simple, human readable way [2] Train you how to really 'Apply' patterns (you can learn patterns easily, but to apply them to solve a problem, you need real design skills) [3] Provide you a fair idea regarding the contexts for applying the following patterns - Builder, Observer, Strategy and Decorator (well, they are few popular design patterns) [4] Demonstrate you how to apply the Observer pattern, to solve a design problem read more...

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

3
kicks
submitted by BronwenZ 8 months, 18 days ago

soulsolutions.com.au — I've been busy with the release of Virtual Earth 6 this week exploring the new features and making some videos and articles. A must read for any VE developer is the what's new Article I just finished: http://www.viawindowslive.com/Articles/VirtualEarth/WhatsnewinVersion6.aspx I'm very impressed by this release with no breaking changes and many good new features. The VWL site also has the new getting started article from MSDN if you feel like building your first map: http://www.viawindowslive.com/Articles/VirtualEarth/GettingStartedwithVersion6.aspx I have also been having fun with the new features on maps.live.com and made two videos (available in 720p High Definition) on the new 3D models that you can make and import into Virtual Earth 3D and also the new 3D tours. http://www.viawindowslive.com/Articles/VirtualEarth/Creatingyourfirst3Dmodel.aspx http://www.viawindowslive.com/Articles/VirtualEarth/Createa3Dtour.aspx The viawindowslive site is all about community content and resources so if you have something to contribute feel free to get involved: http://www.viawindowslive.com/Contribute.aspx read more...

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

26
kicks
published 9 months, 2 days ago, submitted by powerrush powerrush 9 months, 3 days ago

betterexplained.com — A good, "highly visual" overview of Version Control, (a.k.a. Source Control). It also references Subversion command line examples, but the overview applies to most version control systems. read more...

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

11
kicks
submitted by powerrush powerrush 10 months, 16 days ago

blog.troyd.net — Instead of using a different Assert method for each different type of assertion (e.g.: Assert.AreEqual() for equality comparison, or Assert.IsTrue() for boolean evaluation), the new Constraint-Based Assert Model introduced in NUnit 2.4 utilizes only one Assert method named Assert.That(). read more...

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

12
kicks
published 10 months, 15 days ago, submitted by billy 10 months, 20 days ago

devlicio.us — Recently I gave two days worth of talks introducing an organization to agile management and development with Scrum and XP practices. I've made available the presentations and exercises for the betterment of mankind...or at least to get a few more people familiar with agile development. Included is also a discussion of the agile practices that I find effective. read more...

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

14
kicks
published 1 year, 1 month ago, submitted by bmerrell 1 year, 1 month ago

wijix.com — NUnit "Quick and Dirty" Tutorial In the style of the JUnit Quick and Dirty Tutorial, here's a similar tutorial for NUnit. I'm assuming that you're familiar with C#/.NET, downloaded NUnit and have a development environment all setup for compiling and running C# code. read more...

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

16
kicks
published 1 year, 5 months ago, submitted by plaudati 1 year, 5 months ago

blogs.msdn.com — You've had the ASP.NET overview, now you want to dive a little deeper and know how to do "XYZ", but have a hard time finding the answers on MSDN? Check out this collecetion of reference links. read more...

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

12
kicks
published 1 year, 7 months ago, submitted by dalziel dalziel 1 year, 7 months ago

blog.slaven.net.au — I sometimes need to remove all intermediate & resulting build files from a Visual Studio solution, either due to version conflicts or because of permissions issues. Powershell just made that job a whole lot easier. read more...

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

9
kicks
published 1 year, 7 months ago, submitted by dalziel dalziel 1 year, 7 months ago

devlicio.us — Derik Whittaker on how to use .net 2.0 to get information about the battery life of your mobile computer & display it to users read more...

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

16
kicks
published 1 year, 8 months ago, submitted by gaech gaech 1 year, 8 months ago

gaech.blogspot.com — This is an extremely simple introduction to creating a control with Boo. This article will concentrate on the creation of a SuperToolTip control (Office 2007). read more...

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

13
kicks
published 1 year, 10 months ago, submitted by dalziel dalziel 1 year, 10 months ago

msdn.microsoft.com — Sam Judson shows how to use the Flickr API with .NET 2.0 read more...

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

14
kicks
published 1 year, 11 months ago, submitted by gill 1 year, 11 months ago

snowball.be — This article describes the neccessary steps to start developing in WPF read more...

tags: , | tag it

11
kicks
published 1 year, 11 months ago, submitted by dalziel dalziel 1 year, 11 months ago

blogs.msdn.com — Peter Laudati answers common questions on how to migrate .NET apps from 1.1 to 2.0. Includes a link to a PPT presentation based on the post. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge