SemiNormal

Stories kicked by SemiNormal

Return Multiple Values from Methods with Tuples -- Visual Studio Magaz(visualstudiomagazine.com)

submitted by pwhe23pwhe23(972) 5 months, 14 days ago

You have a method that returns multiple values. So you have to define a class, instantiate it, set the properties to the values, and return the resulting object, right? Well, no you don't -- at least in .NET Framework 4, which gives you a simpler way: Tuples. read more...

8 comments |category: |Views: 300

tags: another

NetBash – An Alternative to Admin Pages in Asp.Net Web Apps(lukencode.com)

submitted by lukenlowreylukenlowrey(288) 5 months, 15 days ago

NetBash is a drop in (think mvc mini profiler) extendable command line for your web application. read more...

17 comments |category: |Views: 317

tags: another

Very High Quality Image Resizing in .NET (www.keyvan.ms)

submitted by rcashrcash(4149) 8 months, 28 days ago

Here is how to implement an image resizing technique in an ASP.NET MVC controller. The resizing techniques are implemented in different action methods in an ASP.NET MVC controller. These action methods receive the width and height of the destination image as their parameters. I can set up my routing to handle this controller, called ImageResizeController. Click read article to see the code. read more...

2 comments |category: |Views: 67

tags: another

SQL Server: The Magical OVER clause(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 2 months ago

When comes to query writing, I think, I am so lazy ;) and always prefer less code. Recently I found OVER clause so helpful to write my code in more effect and more magical way. Most of us know the usage of OVER clause, when creating row number column for a given partition or even with out any partition... read more...

add a comment |category: |Views: 75

tags: another

When to use STUFF instead of REPLACE – SQL Server(www.sqlservercurry.com)

submitted by flyingkickflyingkick(331) 1 year, 8 months ago

Excellent example that shows when to use STUFF instead of REPLACE in SQL Server read more...

add a comment |category: |Views: 160

tags: another

The EntitySpaces ORMBattle.NET Performance Numbers(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 9 months ago

Although the ORMBattle.NET charts have not been updated yet we thought we would share the results with you. The stats shown below are the stats that they will use to update the charts on their site (they use the 1000 item tests). We think we did pretty well. The numbers shown below are from the ORMBattle.NET site. read more...

1 comment |category: |Views: 405

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

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

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

LINQ is not LINQ To SQL(codethinked.com)

submitted by simonechsimonech(10.1k) 2 years, 10 months ago

Justin writes about a frequent misconception about LINQ: LINQ is not just LINQ to SQL, but it's a general purpose query language read more...

add a comment |category: |Views: 348

tags: another

What is a build script? Writing MsBuild Scripts - Part I(devlicio.us)

submitted by tehliketehlike(1000) 2 years, 10 months ago

In this post series I will try to explain MsBuild. In this post, I am explaining the need for a build script. read more...

add a comment |category: |Views: 473

tags: another

Subsonic 3 released(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 10 months ago

Just read Rob Conery’s Blog and saw that Subsonic 3 is now available for download. For those unfamiliar with Subsonic it really is the ONLY no BS ORM out there, in fact it is so easy to get up and running that it is easy to forget that you ever set it up in the first place. The whole Subsonic ethic is to remove the hoops that other ORM’s have you jump through and essentially to get you home earlier. read more...

add a comment |category: |Views: 443

tags: another

Session Attacks and ASP.NET - Part 2(blogs.sans.org)

submitted by j.montyj.monty(1868) 2 years, 11 months ago

In Session Attacks and ASP.NET - Part 1, I introduced one type of attack against the session called Session Fixation as well as ASP.NET's session architecture and authentication architecture. In this second post, I'll delve into a couple specific attack scenarios, cover risk reduction, and countermeasures specific to ASP.NET for protecting against session attacks in ASP.NET read more...

add a comment |category: |Views: 324

tags: another

Overview of .NET 4.0 features – C# 4.0 Named and Optional Parameters(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 11 months ago

The concept of Optional parameters is not new and exists in other languages such as C++. Infact, the functionality is a part of the .NET framework and exists is in VB.NET. Optional parameters will be introduced in C# 4.0 and can be used to call a method without having to specify all the arguments. The intent of this feature is to assist in writing concise code and in COM interoperability. read more...

1 comment |category: |Views: 436

tags: another

Solution to Famous Error 40 of SQL Server - A Must Bookmark(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years ago

Everybody who has ever used SQL Server might have encountered this error one time or another time. This is absolutely must bookmark link. read more...

1 comment |category: |Views: 605

tags: another

Free Chapter of Beginning ASP.NET MVC 1.0 Published(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years ago

Simone Chiaretta announces the availability of chapter 9 of Wrox Beginning ASP.NET MVC 1.0 book about Testing ASP.NET MVC Applications and shares some good news about the release date of the book. read more...

add a comment |category: |Views: 171

tags: another

22 amazing JQuery - Modal - Plugins(blogrammierer.de)

submitted by blogrammiererblogrammierer(265) 3 years, 1 month ago

A collection of 22 amazing JQuery - Modal - Window - Plugins read more...

add a comment |category: |Views: 775

tags: another

ASP.NET MVC 1.0 released(microsoft.com)

submitted by alexandrul.ctalexandrul.ct(475) 3 years, 2 months ago

ASP.NET MVC 1.0 RTM is released read more...

7 comments |category: |Views: 458

tags: another