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

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

Stories kicked by melzie215
18
kicks
published 1 month, 27 days ago, submitted by zigamorph zigamorph 1 month, 27 days ago

coderjournal.com — About a month ago I was experimenting with different ways to optimize my LINQ queries against the IdeaPipe database, in order to improve the read times. I wanted to improve the read times because our new Facebook Application was being launched and I anticipated an increase in our traffic to the server, which is used to host IdeaPipe and the Facebook Application component. I quickly realized how now to optimize LINQ statements though. read more...

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

5
kicks
submitted by zigamorph zigamorph 2 months, 17 days ago

coderjournal.com — So when Google announced they had a new browser that was going to break down all the barriers of the internet and the desktop I got excited at the prospects of what they were going to do and what this new user interaction would be. Well today they finally announced the release of the browser and made it public at: http://www.google.com/chrome read more...

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

3
kicks
submitted by zigamorph zigamorph 2 months, 22 days ago

coderjournal.com — Looks like the MVC team has put out preview release 5 of the MVC Framework today. You can get the latest version from CodePlex. Also there are many new features so check them out. read more...

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

4
kicks
submitted by zigamorph zigamorph 3 months, 6 days ago

coderjournal.com — Stackoverflow.com has only really done #1 of the first 3. However what I really want to have a discussion on is if it really has advanced it self enough beyond the old forum model to really be considered 2.0 worthy or is it just a display layer on the 1.0. For all intents and purposes we are going to use the forums on ASP.NET for comparison. read more...

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

10
kicks
published 3 months, 7 days ago, submitted by zigamorph zigamorph 3 months, 7 days ago

coderjournal.com — A couple days ago I came across a breaking change in ASP.NET MVC PR4 that wasn’t reported. The breaking change is that defaults from routes are no longer used as defaults for parameters in the action method, if no appropriate parameter is found in the request. So I decided to take this obvious disapointment and turn it in to something I have been thinking about for a long time, but never really had the motivation to impliment. In .NET you are allowed to add attributes to anything that can be defined via reflection, including classes, interfaces, structures, and even return types and parameters of methods. read more...

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

17
kicks
published 4 months, 23 days ago, submitted by zigamorph zigamorph 4 months, 24 days ago

coderjournal.com — Find out which .NET blogger is more popular with the ladies. Scott Hanselman, Phil Haack, Jeff Atwood, or Joel Spolsky I received an invite to Google Ad Planner. As I was playing around with this new tool, I was really blown away by how much information Google has collected on specific websites. So much so that I wanted to share this tool with my readers, but I couldn’t come up with an interesting way to demonstrate the capabilities. Until I started looking up some of my favorite bloggers and saw the almost embarrassing balance between females and males. read more...

Add a comment 1 comment | category: | Views: 545
| tag it

27
kicks
published 5 months, 8 days ago, submitted by zigamorph zigamorph 5 months, 8 days ago

coderjournal.com — As anybody who has run a growing website or blog knows, response time is going to get worse with the more users you have visiting your site. The users come from all angles, RSS feeds, homepage visits, search engine visits, people sealing your static files that you host, and pretty much anything else that can be served over HTTP. The solution to this problem is to off load your static content on to a Content Delivery Network or CDN. CDN providers cost a lot of money though, so it is nothing for us mere mortals with one server can afford. But thanks to Google anyone can now run their own CDN for free on Googles servers. Lucky for you and me Google has made the process really painless and you can even have the CDN under you own domain name. In my case static.coderjournal.com. read more...

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

22
kicks
published 5 months, 7 days ago, submitted by Obishawn Obishawn 5 months, 8 days ago

ytechie.com — Unit tests are meant to test functionality, NOT code! That means if you write your unit tests after the fact, you’re probably not focusing on the functionality. read more...

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

17
kicks
published 5 months, 5 days ago, submitted by SuperJason SuperJason 5 months, 8 days ago

blog.obishawn.com — Shawn talks about why your goal should be 100% unit test coverage, despite what others may say. read more...

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

19
kicks
published 5 months, 8 days ago, submitted by SQL_Menace 5 months, 9 days ago

blogs.lessthandot.com — You have only $50 left and you can buy two DVDs or one SQL book, what do you do? I would buy the book but not every person has the same idea of a fun time. This is the reason why I present you with a bunch of links to articles which will give you very good info. some of this you won’t be able to find in a book anyway. read more...

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

11
kicks
published 5 months, 11 days ago, submitted by yesthatmcgurk yesthatmcgurk 5 months, 11 days ago

statestreetgang.net — Gravatar has added support for transparencies back. You'll need to go to their website and reup your avatars: http://gravatar.com read more...

Add a comment 7 comments | category: | Views: 54
tags: | tag it

5
kicks
submitted by zigamorph zigamorph 5 months, 14 days ago

coderjournal.com — ust recently I started experimenting with the ASP.NET MVC Framework and the Facebook Development Platform, it has been a very bumpy road, but I have ironed out some major issues that I would like to share with you today. I will start with a little history of what I am trying to do. For about a month and a half I have had one of my IdeaPipe interns, Dimitry, experimenting with creating a FBML (Facebook Meta Language) Application with MVC. MVC is an ideal platform for FBML because with MVC you have total control over your markup which is needed to have a lean FBML application. I am not going to go in to the differences of developing an FBML vs IFrame Facebook Application, because that information is easily found with a Google Search. What I am going to talk about is the hurdles I overcame and the custom software I had to develop to get MVC working smoothly with Facebook. One of the problems I ran into was creating a Facebook Session from my Action Method. To remedy this issue I created a FacebookAttribute that is an ActionFilterAttribute and a FacebookWebSession based off of the work done on Facebook.NET. read more...

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

25
kicks
published 5 months, 14 days ago, submitted by zigamorph zigamorph 5 months, 15 days ago

coderjournal.com — Scaling ASP.NET Application just got easier with a new technology that Microsoft has just released that they have dubbed codename “Velocity”. This product is still in the early stages of development, but it is meant as a direct competitor against memcache. read more...

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

17
kicks
published 5 months, 8 days ago, submitted by roho96 5 months, 20 days ago

dimecasts.net — Short video showing how to use Linq2Sql to perform various tasks such as joins, grouping and aggregating w/ Linq2Sql read more...

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

34
kicks
published 5 months, 20 days ago, submitted by yesthatmcgurk yesthatmcgurk 5 months, 20 days ago

statestreetgang.net — The sysinternals team has placed all their tools on a network share... on the internet. Now you can copy and run any of their tools from the command line. Anywhere. With no installs, website googling, unzipping or anything. \\live.sysinternals.com\tools\ read more...

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

2
kicks
submitted by zigamorph zigamorph 5 months, 24 days ago

coderjournal.com — Get the latest MVC Source Code while it is hot. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge