edburdo

Stories kicked by edburdo

Caching in for Fun and Profit(tombatron.blogspot.com)

submitted by tommyhankstommyhanks(60) 4 years, 2 months ago

In this post I go over a how to cache an RSS feed to improve application response time as well as to prevent a heavily used application from making too many queries to other servers. Sometimes they don't like that. read more...

add a comment |category: |Views: 2

tags: another

Last date of the month. sql date process(weblogs.asp.net)

submitted by wisemxwisemx(8074) 4 years, 2 months ago

I was requested to make a store procedure that is able to retrieve results from a log table based on the today's month, which has to start from the 1st day of the month to the last day of the month. After a no-brainer's action: Google it! some results were found and quite useful. but most of the version found on the internet does not cover the "time". (it has to return the first day and time , as well as last day and time such as 01/01/2008 12:00AM - 01/31/2008 11:59:PM) read more...

add a comment |category: |Views: 2

tags: another

.NET Reference Posters(chadmoran.com)

submitted by ChadMoranChadMoran(535) 4 years, 2 months ago

Printable and viewable .NET resources posters (read Cheatsheet). read more...

add a comment |category: |Views: 20

tags: another

Using BlogEngine.net as a general purpose CMS part I(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 2 months ago

In this series of posts, I will show how I converted a small website from just standard .aspx pages into a site where all pages are editable by Windows Live Writer and via an online interface. In Part I of this series I will just set some background on how I am approaching the creation of this lightweight CMS. read more...

add a comment |category: |Views: 398

tags: another

Immediate Window - A forgotten tool(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 2 months ago

A little bit about the Immediate Window tool available in Visual Studio. read more...

2 comments |category: |Views: 36

tags: another

I Repeat: Do Not Listen to Your Users(codinghorror.com)

submitted by jdelatorjdelator(500) 4 years, 2 months ago

Listening to users is a tricky thing. Users often don't know what they want, and even if they did, the communication is likely to get garbled somewhere between them and you. read more...

2 comments |category: |Views: 1

tags: another

CAKE3 - Free archiving library(devintelligence.com)

submitted by adventureradventurer(2244) 4 years, 3 months ago

Cake3 library supports compressing and extracting files to/from different archive formats .The library can be easily integrated to your projects . read more...

add a comment |category: |Views: 7

tags: another

How SQL Server short-circuits WHERE condition evaluation(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 3 months ago

As a developer you must be aware that SQL Server does not do short-circuiting like it is done in other programming languages and there's nothing you can do to force it to. read more...

add a comment |category: |Views: 19

tags: another

C# .NET Gmail Tools(code.msdn.microsoft.com)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 3 months ago

Gmail class library for getting gmail atom feeds and for sending emails through gmail. read more...

add a comment |category: |Views: 215

tags: another

Do try...catch blocks hurt runtime performance?(programmersheaven.com)

submitted by pheavenpheaven(430) 4 years, 3 months ago

This posts looks at the real runtime cost of writing a try...catch block in a .Net language. Drawing on his knowledge of .Net internals, the author looks at how such structures are represented in a compiled .Net assembly and what happens at runtime, so the performance characteristics can be understood. read more...

add a comment |category: |Views: 24

tags: another

T-SQL Query to Find the Second Highest Column Value in a Table(codeforeternity.com)

submitted by xtremebizxtremebiz(575) 4 years, 3 months ago

One of my favorite technical interview question on SQL Server is "What query would you write to find the second highest column value in a table?" The question seems easy, however most developers fail to answer to this. Read this post for the answer. read more...

add a comment |category: |Views: 156

tags: another

Jacob Nielsen: Top-10 Application-Design Mistakes(useit.com)

submitted by JemmJemm(9604) 4 years, 3 months ago

Application usability is enhanced when users know how to operate the UI and it guides them through the workflow. Violating common guidelines prevents both. read more...

3 comments |category: |Views: 39

tags: another

Microsoft Gives Students Technical Software at No Charge(microsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 3 months ago

DreamSpark offers millions of students access to professional-grade software developer and designer tools. read more...

add a comment |category: |Views: 4

tags: another

Microsoft Giving Away Development Software to Students(blog.tech-cats.com)

submitted by boyanboyan(10) 4 years, 3 months ago

Dreamspark is the name of the Microsoft initiative to give students free developer tools so "you can chase your dreams and create the next big breakthrough in technology - or just get a head start on your career." read more...

2 comments |category: |Views: 1

tags: another

DreamSpark - VS for college students for free(blogs.msdn.com)

submitted by tom24tom24(1100) 4 years, 3 months ago

DreamSpark allows college students to aquire multiple applications from Microsoft for free! read more...

1 comment |category: |Views: 2

tags: another

Microsoft releases Office binary file formats (doc, xls, ppt)(microsoft.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 3 months ago

.doc, .xls and .ppt specifications are available. A few years too late for me, but good news none the less. read more...

add a comment |category: |Views: 6

tags: another