bhakthan

Stories kicked by bhakthan

Microsoft Research's DOLOTO Makes AJAX Twice as Fast(atalasoft.com)

submitted by tomdogtomdog(3230) 4 years ago

Microsoft Research has released some exciting information about a new tool being worked on by Ben Livshits and Emre Kiciman. DOLOTO promises to greatly speed the loading of web applications. It does this by automatically making parts of the application load in the background or lazy load when they are needed. The results look extremely impressive. They tried it on a bunch of websites and saw around a fifty percent improvement in loading time on all of them. These included such content rich sites as Live.com, Live Maps and Google Spreadsheets. read more...

2 comments |category: |Views: 368

tags: another

My "Better Know a Framework" Talk at IndyCodeCamp(moserware.com)

submitted by moserwaremoserware(1665) 4 years, 1 month ago

Today at the IndyCodeCamp I gave a talk in much of the same spirit as the "Better Know a Framework" series on ".NET Rocks!" The talk had no slides, but featured me in the debugger highlighting a few of my favorite (but lesser known classes). This code is included. As part of my preparation, I researched every topic covered on each show and included a brief summary as part. read more...

add a comment |category: |Views: 16

tags: another

6 Great Ways To Rid Yourself of Good Developers(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 5 years, 2 months ago

Are you sick of intelligent developers who understand the business, show initiative and promote positive and efficient practices? Do those snarky programmer analysts constantly demonstrate their ability to take abstract requirements and turn them into detailed designs? Don't let developers turn your projects into a success! Here are 6 great ways to make sure they run away and never look back. read more...

5 comments |category: |Views: 7

tags: another

DotNetKicks.sql - Download the SQL schema(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 2 months ago

Here is the first portion of the DotNetKicks source code that will soon be released in full open source glory. Please note that I have not yet decided on which open source license to use for this project, so please don't sell it to google for billions just yet. read more...

add a comment |category: |Views: 12

tags: another

XBAP 2D Physics(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 5 years, 2 months ago

Simple 2D physics engine and WPF in your browser. read more...

add a comment |category: |Views: 23

tags: another

The Three Faces of ASP.NET AJAX(windowsdevcenter.com)

submitted by rcerffrcerff(160) 5 years, 2 months ago

A comprehensive introduction into ASP.NET AJAX 1.0. read more...

add a comment |category: |Views: 2

tags: another

Self-executing SQL scripts(jasonstangroome.spaces.live.com)

submitted by jstangroomejstangroome(665) 5 years, 2 months ago

A neat trick for embedding SQL scripts into a batch file for simple double-click style execution. read more...

add a comment |category: |Views: 22

tags: another

Finding the name of your calling method(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years, 2 months ago

Here's an easy way to find out the name of the method who called you, or the method who called that one, or the method who called that one.... read more...

add a comment |category: |Views: 3

tags: another

Interview Questions for DotNet, C#, OOP, ASP.net ... etc(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 3 months ago

These are the most important 20 interview questions, which should be like 1+1 for any developer. read more...

add a comment |category: |Views: 914

tags: another

How To Find Out Which Columns Have Defaults And What Those Default Val(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years, 3 months ago

You created a bunch of columns with default values, how do you list all those columns and how do you see what those default values are? Solutions for SQL Server 2000 and 2005 are included read more...

add a comment |category: |Views: 0

tags: another

ASP.NET page event lifecycle cheat sheet(john-sheehan.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 5 years, 3 months ago

Don't put all your love into Page_Init... Learn about the page event lifecycle and what each can be used for. read more...

1 comment |category: |Views: 23

tags: another

Create reusable user controls in ASP.NET(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 3 months ago

By adhering to the principles of object oriented programming when designing user controls, you can maximize the maintainability and reusability of the controls. The key is to remember that despite ASP.NET looks very different from C#/VB code libraries, it is still programming and in programming you code using well proven principles. ASP.NET is no different. read more...

add a comment |category: |Views: 24

tags: another

Host Windows Forms Controls in WPF(nayyeri.net)

submitted by keyvankeyvan(4086) 5 years, 3 months ago

In this post Keyvan describes a simple process to host traditional Windows Forms controls in Windows Presentation Foundation applications. read more...

add a comment |category: |Views: 25

tags: another

C# 3.0 - An Introduction(dotnetslackers.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

Lets take a look at some of the language enhancements in C# 3.0 read more...

add a comment |category: |Views: 15

tags: another

.NET Format String Quick Reference/Cheat Sheet(john-sheehan.com)

submitted by rimsystemsrimsystems(6119) 5 years, 4 months ago

All standard and custom DateTime and number format strings (for use with String.Format(), .ToString(), etc) in one handy document. read more...

add a comment |category: |Views: 310

tags: another