jamesstaylor

Stories kicked by jamesstaylor

Important questions a developer should ask a prospective employer(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 8 months ago

A list of questions that software developers should ask a prospective employer during their interview process. Similar to the Joel test, but more in-depth. read more...

add a comment |category: |Views: 716

tags: another

NAnt Addin for Visual Studio 2008(bchavez.bitarmory.com)

submitted by parsa.aminiparsa.amini(329) 3 years, 8 months ago

A NAnt Addin for Visual Studio 2008 read more...

add a comment |category: |Views: 421

tags: another

ASP.net AJAX and MVC(weblogs.asp.net)

submitted by vishalsoodvishalsood(20) 3 years, 8 months ago

Great conceptual post to understand ASP.net: MVC + AJAX read more...

add a comment |category: |Views: 26

tags: another

Open Source E-Commerce Storefront Solutions Comparison for ASP.NET(nextgenerationshopping.com)

submitted by vForkOrvForkOr(10) 3 years, 8 months ago

I’m doing a side project that involves setting up a merchant e-commerce site. What I have come to quickly realize is that there are a ton of e-commerce shopping cart solutions out there! With a small budget for the project read more...

add a comment |category: |Views: 36

tags: another

Speed up Firefox when using Development Server(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 11 months ago

Using Firefox on Vista to view websites hosted by the Visual Studio Development Server can be unbearably slow. Pages take aeons (i.e. several seconds) to load while viewing the same site under IE does not suffer from this issue. Here's how to solve the problem. read more...

add a comment |category: |Views: 406

tags: another

RegEx to extract __VIEWSTATE from the Login page HttpWebRequest (mycsharpcorner.com)

submitted by youseflayousefla(675) 3 years, 11 months ago

Here is a quick one line code to extract __VIEWSTATE hidden form field from the ASP.NET Login page. This comes in handy during web automation of the ASP.NET form authentication. read more...

add a comment |category: |Views: 112

tags: another

IE Sends Mozilla a New Cake for Firefox 3(arcanology.com)

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

Sean from Microsoft came by just a few minutes ago to drop off a cake for the Internet Explorer team. As people may recall, the IE team sent Mozilla a cake after Firefox 2 shipped and it seems that they wanted to continue the tradition. read more...

2 comments |category: |Views: 528

tags: another

.NET Runtime Embedding(boxedapp.com)

submitted by FlasherFlasher(205) 3 years, 11 months ago

Hi all, One interesting product, BoxedApp, can be used to pack .NET runtime with .NET application into a single exe. Instead of other solutions (Salamander), you will see which files are embbeded and how does it work at all, you will see the whole picture. BTW, I've tested it under my Win2k3 machine and it really works well... read more...

add a comment |category: |Views: 349

tags: another

Sending SMTP Email Asynchronously(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 3 years, 11 months ago

Sending email using the Simple Mail Transport Protocol (SMTP) can be a slow process, particularly when sending large numbers of messages using, for example, a bulk email tool. This process can be accelerated with considered use of asynchronous sending. read more...

add a comment |category: |Views: 520

tags: another

Compiling VS and generating project version based on SVN revision.(rod.blogsome.com)

submitted by rodplrodpl(110) 4 years, 2 months ago

Solution for dynamic and automatic AsseblyInfo generation with version number based on SVN revision. It is using just csproj file. read more...

1 comment |category: |Views: 16

tags: another

Windows Vista Hidden "Copy As Path" option(blog.spontaneouspublicity.com)

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

In Windows Vista, if you hold down the Shift key and right click on a file, a new option appears in the context menu: "Copy As Path". Why this option is so hidden, I don’t know. read more...

4 comments |category: |Views: 10

tags: another

.NET with an attitude(nosoupforme.com)

submitted by daninordaninor(435) 4 years, 5 months ago

Signs that .NET is getting "wiser" by the version... :D read more...

1 comment |category: |Views: 1

tags: another

Creating a Performance Benchmark Framework for Your .NET Codes(geekswithblogs.net)

submitted by joycscjoycsc(1597) 4 years, 6 months ago

Performance is a one of the basic requirements in the most of the current trend of web applications. Based upon different options the software architect needs to determine the appropriate object model which fits best with the current application requirement. Here is a sample framework which helps a software architect with respect to this issue. read more...

add a comment |category: |Views: 12

tags: another

Visual Studio 2008 RTM available for download(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 6 months ago

MSDN subscribers can now download final RTM version of Visual Studio 2008. read more...

25 comments |category: |Views: 294

tags: another

Visual Studio Team System 2008 Team Suite RTM now available on MSDN(weblogs.asp.net)

submitted by johnmanjohnman(1280) 4 years, 6 months ago

According to Frans Bouma VS 2008 has started to appear on MSDN Subscriber downloads. Comment if you can see it on there (I can't yet :D) read more...

2 comments |category: |Views: 3

tags: another

VisualSVN Server(weblogs.asp.net)

submitted by bradygasterbradygaster(4897) 4 years, 6 months ago

The guys that already made VisualSVN, a plugin that integrates into Visual Studio and provides a way to manage your source code changes into Subversion, just realized VisualSVN Server. read more...

7 comments |category: |Views: 89

tags: another