drugarce

Stories kicked by drugarce

The NEW DotNetKicks front page is in beta(dotnetkicks.com)

submitted by javeryjavery(5523) 1 year, 10 months ago

We are working on totally reworking how the front page of DotNetKicks works and the new version is now in public beta. Check it out, use it, and give us your feedback! read more...

5 comments |category: |Views: 433

tags: another

ScottGu: Introducing “Razor” – a new view engine for ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 1 year, 10 months ago

"ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly." read more...

add a comment |category: |Views: 552

tags: another

Find the Closest Number using SQL Server(www.sqlservercurry.com)

submitted by chhapia_chintakchhapia_chintak(15) 1 year, 11 months ago

Nice trick read more...

add a comment |category: |Views: 3

tags: another

30 Favorite Visual Studio Keyboard Shortcuts(www.devcurry.com)

submitted by mopenmopen(3596) 1 year, 11 months ago

Here is a list of my favorite Visual Studio Keyboard Shortcuts that I use all the time to increase my productivity and perform repetitive tasks with ease. read more...

add a comment |category: |Views: 679

tags: another

Mythbusting SharePoint 2010 - Think you know SharePoint? Think again!(www.developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 2 years, 1 month ago

When someone mentions SharePoint to you, what do you do? Do you think of a Document Management System? Do you think Content Management? Do you think Collaboration? Do you find somebody else to talk to? For many people SharePoint is still somewhat of a mystery, they've heard of it, but don't really know what it is. For others it is a painful memory from a few years ago, when the promise of easy web development was not fulfilled. Yet for some, it is the hottest thing in the Microsoft armoury at present. Dave McMahon explains why. read more...

1 comment |category: |Views: 360

tags: another

Microsoft Will Contribute to the Development of the jQuery JavaScript (www.microsoft.com)

submitted by drugarcedrugarce(610) 2 years, 2 months ago

[...] Scott Guthrie announced that Microsoft is investing resources to contribute to the development of the jQuery JavaScript Library to help improve the development process of standards-based Web applications. [...] In addition, Microsoft will actively promote and distribute versions of the jQuery JavaScript Library by packaging it with popular products such as Microsoft Visual Studio 2010 and ASP.NET MVC 2 read more...

add a comment |category: |Views: 11

tags: another

Cartoon. A bit of refactoring(hacktoons.com)

submitted by miniscrumminiscrum(138) 2 years, 2 months ago

Next episode of programmers' life in comic strips. Does it look familiar? read more...

add a comment |category: |Views: 636

tags: another

Tekpub: Mercurial with Codeplex(tekpub.com)

submitted by javeryjavery(5523) 2 years, 2 months ago

A free TekPub episode about working with Codeplex and Mercurial. read more...

add a comment |category: |Views: 158

tags: another

Disable All or Selective Controls on a Page using jQuery (www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 2 months ago

Disabling controls on a Page using jQuery is a cakewalk, thanks to the wonderful Selector API. Here’s an example. read more...

add a comment |category: |Views: 295

tags: another

Cartoon. Tetris development(hacktoons.com)

submitted by miniscrumminiscrum(138) 2 years, 3 months ago

Next comic strip about programmers' fail. Guess what's wrong before reading the notes? read more...

add a comment |category: |Views: 507

tags: another

ASP.NET Ajax Library or jQuery?(blogs.southworks.net)

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

I get this question very often. Should I you the one or the other? Well, my short answer in most circumstances is “you should use both“. My long answer is “it depends on what you are trying to achieve”, read more...

add a comment |category: |Views: 17

tags: another

Sorting a DataTable - LINQ performance(www.adathedev.co.uk)

submitted by AdaTheDevAdaTheDev(123) 2 years, 3 months ago

There are a number of ways to sort the data within a DataTable and this article compares 3 ways to find out what the performance difference is between the different approaches, and which offers the most scalable solution. read more...

add a comment |category: |Views: 71

tags: another

Stored Procedure Optimization Tips – Best Practices(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 3 months ago

Key Points discussed in the articles are : 1. Include SET NOCOUNT ON statement 2. Use schema name with object name 3. Do not use the prefix “sp_” in the stored procedure name 4. Use IF EXISTS (SELECT 1) instead of (SELECT *) 5. Try to avoid using SQL Server cursors whenever possible 6. Keep the Transaction as short as possible 7. Use TRY-Catch for error handling read more...

2 comments |category: |Views: 779

tags: another

Watch what you say, or else!(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 4 months ago

This is a handy pattern for this kind of issue read more...

add a comment |category: |Views: 8

tags: another

Using CDN Hosted jQuery with a Local Fall-back Copy(weblogs.asp.net)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

How to use a jQuery hosted on a CDN with a fall back to a local version in case of an outage. read more...

1 comment |category: |Views: 327

tags: another

How Fanboys See .NET ORMs(www.kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 2 years, 4 months ago

A play off of the recent "How Fanboys See Operating Systems" post. read more...

4 comments |category: |Views: 717

tags: another