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

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

Stories kicked by JonnyRocks
18
kicks
published 3 months, 6 days ago, submitted by crpietschmann crpietschmann 3 months, 8 days ago

dotnetcurry.com — In the previous article, 30 Common String Operations in C# and VB.NET – Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more. read more...

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

21
kicks
published 4 months, 2 days ago, submitted by cwoodruff 4 months, 2 days ago

deepfriedbytes.com — Learn how the Microsoft.com operations team meets the demands for one of the top 5 websites on the Internet today. The team supports the server product teams at Microsoft by "dogfooding" products such as Windows Server 2008, SQL Server 2008 and IIS7 years before being released to customers. Keith and Woody sit down with Brad LeRoss and Jim Dobbin of the MSCOM team discuss the Microsoft.com architecture and infrastructure, history of the team, the process of content delivery and a few funny stories. read more...

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

2
kicks
submitted by realnero 4 months, 2 days ago

realnero.blogspot.com — You can receive this error "Could not load type" error message in your ASP.NET Application, when you browse to .aspx page by using Visual C# .NET or running from local IIS. SYMPTOMS When you browse to an .aspx page, you may receive one of the following error messages: Could not load type 'Namespace.Global'. -or- Could not load type 'Namespace.PageName'. read more...

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

3
kicks
submitted by realnero 4 months, 2 days ago

realnero.blogspot.com — ASP.NET introduces a new declarative syntax, <%# %>. This syntax is the basis for using data binding in an .aspx page. All data binding expressions must be contained within these characters. The following list includes examples of simple data binding from multiple sources... read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

2
kicks
submitted by realnero 4 months, 2 days ago

realnero.blogspot.com — I’ve found wonderful document about ASP.NET Page lifecycle events on http://john-sheehan.com/blog. Little information about general page Life-cycle stages and events... read more...

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

4
kicks
submitted by realnero 4 months, 2 days ago

realnero.blogspot.com — I'm currently involved in developing Outlook add-in. During that I've faced the problem how to find the parent message for a reply or forward message. The idea is that all messages in a conversation have the same ConversationTopic value, while the ConversationIndex is increased by 5 bytes with each change. read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

45
kicks
published 4 months, 2 days ago, submitted by geochatz geochatz 4 months, 2 days ago

devlicio.us — I'm about to configure a new development machine this week. It's going to be my 3rd install from scratch in the last 12 months, which I know is not all that much, but certainly more than I wish I had to. read more...

Add a comment 4 comments | category: | Views: 1092
| tag it

3
kicks
submitted by deepakkapoor 4 months, 3 days ago

onedotnetway.com — Few weeks ago Microsoft announced a new certification called Microsoft Certified Master. In an ever growing cluster of Microsoft certification this one allows you to specialise in a particular technology area. So what does this mean? Aren’t other certifications specialising as well? According to Microsoft, Master certification is intended towards candidates who spend most of their time working with one product. This is different than your average developer who needs to know about many technologies such as ASP.NET, SQL Server, WCF, WFP etc. read more...

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

15
kicks
published 4 months, 2 days ago, submitted by shaharyr 4 months, 2 days ago

dev102.com — Have you ever tried using the "Using" statement with a method and not a class? Why not take the "Using" statement and make it more useful. The Dispose method we want to be called does not have to Dispose of stuff, it can do anything we want! read more...

Add a comment 10 comments | category: | Views: 485
tags: | tag it

36
kicks
published 4 months, 23 days ago, submitted by samdnp 4 months, 24 days ago

dotnetperls.com — Article goes beyond the basics and looks at some more detail of StringBuilder in C#, and a benchmark that can help you improve your code that already uses StringBuilder. With graph read more...

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

55
kicks
published 4 months, 23 days ago, submitted by vkreynin 4 months, 24 days ago

vkreynin.wordpress.com — Move fast between open and close braces. No more scrolling to find beginning of that illusive if statement. read more...

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

49
kicks
published 6 months, 10 days ago, submitted by jonas jonas 6 months, 10 days ago

blogs.msdn.com — From post: "Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation." read more...

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

46
kicks
published 6 months, 25 days ago, submitted by amrelgarhy 6 months, 26 days ago

devtopics.com — a very big good collection of programming jokes, WOWwwwwwww read more...

Add a comment 2 comments | category: | Views: 136
| tag it

20
kicks
published 8 months, 2 days ago, submitted by JanVanRyswyck 8 months, 3 days ago

itscommonsensestupid.blogspot.com — Passion! Passion! Passion! read more...

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

32
kicks
published 8 months, 2 days ago, submitted by eugenciuta 8 months, 4 days ago

dotnetfacts.blogspot.com — System.String type is used in any .NET application. We have strings as: names, addresses, descriptions, error messages, warnings or even application settings. Each application has to create, compare or format string data. Considering the immutability and the fact that any object can be converted to a string, all the available memory can be swallowed by a huge amount of unwanted string duplicates or unclaimed string objects. Now let's see how a string object should be handled to preserve memory. read more...

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

33
kicks
published 8 months, 12 days ago, submitted by mehfuzh 8 months, 12 days ago

weblogs.asp.net — Last month I blogged about our ASP.NET MVC Roadmap. Two weeks ago we shipped the ASP.NET Preview 2 Release. Phil Haack from the ASP.NET team published a good blog post about the release here. Scott Hanselman has created a bunch of great ASP.NET MVC tutorial videos that you can watch to learn more about it here.... read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge