agora

Stories kicked by agora

VSTS 2010 Tips for Solving the Test Timeout and Test Iterations Limit(blogs.agorainc.com)

submitted by agoraagora(5) 2 years, 4 months ago

Regarding the web/load test issue that developer may run into. read more...

add a comment |category: |Views: 7

tags: another

ASP.NET Dynamic Data - Simple 5 Table Northwind Example(mattberseth.com)

submitted by DexignDexign(170) 3 years, 9 months ago

Excellent summary of what you can do with Dynamic Data - a huge timesaver for most common CRUD-style sites read more...

add a comment |category: |Views: 555

tags: another

Visual Studio Tip: Split Views(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 9 months ago

There are a couple of ways to get a split view in Visual Studio. Both are incredible time savers that I use daily. The first is one that most developers will be aware of, but the second seems to be one that many do not seem to know about. read more...

3 comments |category: |Views: 810

tags: another

ASP.NET PayPal Subscriptions IPN(codersbarn.com)

submitted by BognitBognit(2125) 3 years, 10 months ago

Of course, the glue that holds the entire application together is the IPN class. I had previously used the freely-available IPN class from XDev Software. Note that this class is designed for regular PayPal transactions. I had to customize it to handle PayPal subscriptions. read more...

add a comment |category: |Views: 138

tags: another

ASP.NET Hacks (wiki.lessthandot.com)

submitted by ca8msmca8msm(429) 3 years, 10 months ago

At LessThanDot, we've decided to release a series of articles, tips and tricks which will be known as the "Hacks" series. The first instalment was the popular SQL Server Programming Hacks and this week sees the release of the ASP.NET Hacks. These hacks have been split up into the following categories: 1 Applications 2 Caching 3 Controls 4 Database 5 Dates 6 Debugging 7 Email 8 Encryption 9 Files 10 Images 11 Javascript 12 Objects and Classes 13 Pages 14 Sessions 15 Strings 16 Validation 17 Visual Studio 18 Web We've decided to release these in the wiki so that anyone can contribute to them, so feel free to add anything else that you find useful. read more...

add a comment |category: |Views: 569

tags: another

55 Free High Quality Icon Sets(smashingmagazine.com)

submitted by drugarcedrugarce(610) 3 years, 10 months ago

A lot of freebie icons. Another great article from Smashing Magazine read more...

add a comment |category: |Views: 800

tags: another

10 reasons why SQL Server 2008 is going to rock(angryhacker.com)

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

Just like its predecessor, SQL Server 2008 is taking its sweet time to actually ship. However, unlike its predecessor, it won't just be a "worthwhile upgrade". It will kick ass. Here are the top 10 reasons why. read more...

add a comment |category: |Views: 976

tags: another

How to get up to speed with Team Foundation Server(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 11 months ago

A collection of links about TFS, from evaluation to installation to customization and maintenance. read more...

2 comments |category: |Views: 227

tags: another

How to create web application user interface that looks like Outlook (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

How many times have you heard form a client that they want "outlook-like" web user interface for their application? Me, probably a hundred of times. In this article I'll explain how to create a web application user interface that looks like Outlook. You can see the live demo and download source code with images. read more...

add a comment |category: |Views: 890

tags: another

Another Use for C# Using(dotnet.dzone.com)

submitted by volume4volume4(910) 3 years, 11 months ago

If you are a C# developer you're familiar with the using directive. It appears at the top of every one of your class files informing the compiler what namespaces should be looked at while compiling this code page so that you don't have to fully qualify every object. (This isn't the interesting bit) read more...

3 comments |category: |Views: 705

tags: another

Using C# 3.0 (.Net 3.5) syntax in a .Net 2.0 application(devlicio.us)

submitted by mjeatonmjeaton(724) 3 years, 11 months ago

An overview of using C# 3.0 syntax in a .Net 2.0 application. read more...

add a comment |category: |Views: 495

tags: another

Keep your .config clean with external config files(blog.andreloker.de)

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

The web.config (or app.config for non-web applications) file is the central place to configure your web application, starting from connection strings, over application settings to ASP.NET specific topics like caching, authentication & authorization, sessions as well as HTTP handlers and modules. Normally the web.config starts as a neat little pet you can easily manage. But as soon as your project grows mature, web.config turns out to be a huge beast. This article shows you a way to tame the beast. read more...

add a comment |category: |Views: 473

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

What is Old is New Again: Functional Programming(explodingcoder.com)

submitted by spoulsonspoulson(327) 3 years, 11 months ago

One of the greatest ideals of high level programming is the idea of code reuse. In the old days, this was only ever done using functions or subroutines, depending on the language. In later days, this was performed as object oriented design. Every language seems to accomplish these ideals in various ways to accomplish a similar goal. read more...

1 comment |category: |Views: 286

tags: another

Why You SHOULD Have 100% Code Test Coverage(blog.obishawn.com)

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

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

1 comment |category: |Views: 415

tags: another

Creating Visula Studio Keyborad Shortcuts Cheat Sheet (dev102.com)

submitted by razamitrazamit(4566) 3 years, 11 months ago

As we all know, there are a lot of keyboard shortcuts in Visual Studio. We mentioned only 21 of them here at Dev102.com but according to this article, there are about 450 shortcuts available. read more...

1 comment |category: |Views: 302

tags: another