|
|
melzie215
melzie215
 |
|
Stories kicked by melzie215
|
|
published 1 month, 27 days ago, submitted by
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
|
category: Linq | Views: 406
|
|
tags:
C#, SQL, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Other | Views: 10
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Architecture | Views: 23
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 7 days ago, submitted by
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
|
category: ASP.NET | Views: 103
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 23 days ago, submitted by
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...
1 comment
|
category: Other | Views: 545
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 5 months, 8 days ago, submitted by
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...
1 comment
|
category: Architecture | Views: 330
|
|
tags:
Google, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 7 days ago, submitted by
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...
1 comment
|
category: Unit Testing | Views: 311
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 5 days ago, submitted by
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...
1 comment
|
category: Unit Testing | Views: 404
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: Database | Views: 388
|
|
tags:
ToRead, Blog, Links, Database, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 11 days ago, submitted by
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...
7 comments
|
category: Tips & Tricks | Views: 54
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 11
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 14 days ago, submitted by
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...
3 comments
|
category: Architecture | Views: 465
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Linq | Views: 192
|
|
tags:
LinqToSql, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 20 days ago, submitted by
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...
2 comments
|
category: Tips & Tricks | Views: 347
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|