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

chinhdo Subscribe to this feed
chinhdo
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by friends of chinhdo
16
kicks
published 5 days, 18 hours ago, submitted by jamesewelch jamesewelch 6 days, 1 hour ago

weblogs.asp.net — 15 new ASP.NET MVC videos were just published at the http://www.ASP.net/mvc website. The first 10 videos are basic tutorials on the ASP.NET MVC framework. If you haven’t had a chance to play with ASP.NET MVC yet, these tutorials are a great introduction. The second set of 5 videos is part of an ongoing video series: ASP.NET MVC Pair Programming. In these videos, I pair with a prominent community expert to build an entire ASP.NET MVC application from start to finish (because of time constraints – a very, very simple application). The goal is to emphasize the process of building a web application instead of the product. read more...

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

29
kicks
published 15 days, 22 hours ago, submitted by jamesewelch jamesewelch 16 days, 15 hours ago

devexpress.com — Once you register, you will be forwarded an Email with your login credentials to our product download portal. With this information in hand, you will be able to download and install all the controls and tools listed above free of charge. The applications you create with these controls can be distributed royalty free (see the EULA that accompanies the products for more information). Note that the installation you download will include evaluation versions of our entire product line. You can install these trials if you wish during the setup process. Visual Studio 2005 and Visual Studio 2008 are fully supported. read more...

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

4
kicks
submitted by jamesewelch jamesewelch 1 month, 11 days ago

mikebernat.com — One of the most common threads that all programmers share is that of an ego. Some are much worse than others and some have found a way to control or manipulate their ego into a great benefit. Beyond skill-sets and other programming-specific talents I believe the greatest room for personal improvement in programmers as a whole is that of the ego. read more...

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

9
kicks
published 1 month, 20 days ago, submitted by jamesewelch jamesewelch 1 month, 21 days ago

jamesewelch.wordpress.com — One of the new features is the addition of the SqlQuery class and it’s ability to perform aggregate queries (along with many other features). Shows example of SQL syntax versus SubSonic's SqlQuery aggregate coding to perform SQL queries. read more...

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

3
kicks
submitted by jamesewelch jamesewelch 1 month, 24 days ago

jamesewelch.wordpress.com — If you add a new ASP.NET web site as a virtual directory/application under an existing ASP.NET web site, then you’ll probably be having some problems with web.config inheritance. Even if the sub-webapp is physically separate, just being in a virtual directory located within another webapp will result in many of the settings being inherited and messing up your sub-webapp. read more...

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

21
kicks
published 9 months ago, submitted by jamesewelch jamesewelch 9 months ago

dilbert.com — Dilbert on Agile programming. The pointy-hair boss commands Dilbert’s team to start using Agile programming. In the boss’s description, he states that Agile programming means “no more planning and no more documentation.” The boss goes on saying that the programmers can “start writing code and complaining.” read more...

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

18
kicks
published 9 months, 13 days ago, submitted by jamesewelch jamesewelch 9 months, 13 days ago

blogs.msdn.com — Kannan Sundararajan, Microsoft, has written a Rich Text Editor control using ASP.NET and JavaScript and shared it under the MS-PL license on CodePlex. It has a very rich feature set and Kannan hopes to enhance it further in the future. Features: * Clipboard support: You can copy and paste content from other programs like Microsoft Word, Internet Explorer, Visual Studio into the RichTextEditor and it will persist the formatting. If you copy code from Visual Studio it will preserve the code coloring scheme. * Context sensitive Toolbar: The ToolBar buttons will reflect the properties of that content automatically when you select it or navigate through it using the mouse or keyboard . * Code Block: It allows you to format text as code blocks. Simple select the text and format it by clicking the "Code Block" ToolBar button. * Emoticons: You can express yourself better by adding emoticons to your rich text. * HtmlView: If you would like to have more control over the look and feel of your text then you can edit it in HtmlView as well. * Text in multiple languages: The control currently supports several languages. * Browser support: The control works well in two of the most widely used browsers Internet Explorer and Firefox. read more...

Add a comment 9 comments | category: | Views: 164
tags: | tag it

22
kicks
published 9 months, 30 days ago, submitted by jamesewelch jamesewelch 10 months ago

blogs.msdn.com — By default .NET applications (EXEs) that are launched from a remote file system (eg \\server\bin\SomeApp.exe), will not be considered trusted and typically will fail (unless specifically designed to run with low trust). This is in direct contrast with unmanaged applications which always give full trust to launched programs, regardless of location. The .NET runtime team is considering changing this behavior so that managed applications act just like unmanaged one in this respect. We believe that it will not decrease security, but there is risk and effort required for any change and would like feedback on its likely usefulness to customers. read more...

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

2
kicks
submitted by jamesewelch jamesewelch 10 months, 11 days ago

weblogs.asp.net — Web services are the most attractive target for hackers because even a pre-school hacker can bring down a server by repeatedly calling a web service which does expensive work. Ajax Start Pages like Pageflakes are the best target for such DOS attack because if you just visit the homepage repeatedly without preserving cookie, every hit is producing a brand new user, new page setup, new widgets and what not. The first visit experience is the most expensive one. Nonetheless, it’s the easiest one to exploit and bring down the site. read more...

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

4
kicks
submitted by jamesewelch jamesewelch 10 months, 12 days ago

hanselman.com — List of changes for .NET 2.0 SP1. The .NET 2.0 SP 1 will be released at the same time as .NET 3.5. Also includes FxCop rule to get a warning if you are using something that has changed. If you have 2.0 SP1 with these new 2.0 methods and deploy to an older system that has only .NET 2.0 RTM (not Service Pack'ed), then you might get a MethodMissingException because that older system might not have the new method or property. read more...

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

17
kicks
published 10 months, 10 days ago, submitted by jamesewelch jamesewelch 10 months, 22 days ago

jamesewelch.wordpress.com — Demonstrates how to convert a street address to a geographic position in longitude and latitude coordinates by using a free REST web service provided by GeoCoder.us. Web service only works for addresses within the United States due to the source (US census) data. read more...

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

3
kicks
submitted by jamesewelch jamesewelch 10 months, 25 days ago

jamesewelch.wordpress.com — Not everyone is fortunate enough to own a copy of Visual Studio. Sometimes there's a need to convert a solution file to Visual Studio Express. This will show you how simple it is to convert between VS Pro and VS Express. For the most part, this information is a complete //HACK, so be warned that you should make a backup of any files that you edit. I will be using the DotNetKicks.com source code as our demo files. The entire answer can be summed up by just copy/pasting two lines... read more...

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

18
kicks
published 10 months, 24 days ago, submitted by jamesewelch jamesewelch 10 months, 25 days ago

aspnetresources.com — One of the best, yet often overlooked, features of ASP.NET 2.0 is health monitoring. When it is absolutely essential to be notified of any problems with your web application, and this is where health monitoring comes in handy. read more...

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

9
kicks
published 10 months, 23 days ago, submitted by jamesewelch jamesewelch 10 months, 25 days ago

microsoft.com — Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. Sandcastle has the following key features: Works with or without authored comments, Supports Generics and .NET Framework 2.0, Sandcastle has 2 main components (MrefBuilder and Build Assembler), MrefBuilder generates reflection xml file for Build Assembler, Build Assembler includes syntax generation, transformation, Sandcastle is used internally to build .Net Framework documentation. read more...

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

18
kicks
published 10 months, 21 days ago, submitted by jamesewelch jamesewelch 10 months, 25 days ago

blogs.geekdojo.net — Here's a very simple way to make use of xml type in SQL Server 2005: audit all the object/schema changes to the database with a simple database-level trigger. It's like a poor man's source control for schema changes. But also, it could come in very handy for forensic purposes when diagnosing post-rollout issues or accidental schema changes. Anyway, it's simple and handy for what it does. read more...

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

13
kicks
published 10 months, 26 days ago, submitted by jamesewelch jamesewelch 10 months, 26 days ago

diditwith.net — This article is really academic in nature on the topic of closures and how they fit into LINQ query expressions. It contains a highly-contrived example that is not representative of quality LINQ code. One of the most interesting aspects of LINQ query expressions is that they produce lexical closures. Exploiting closures in query expressions can be powerful but tricky. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge