redtetrahedron

Stories kicked by redtetrahedron

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

LINQ to SQL changes in .NET 4.0(damieng.com)

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

What's fixed and breaking changes for LINQ to SQL in .NET 4.0 read more...

3 comments |category: |Views: 809

tags: another

SubMain acquires GhostDoc(community.submain.com)

submitted by sergebsergeb(325) 2 years, 11 months ago

An agreement between SubMain and Roland Weigelt, author of GhostDoc, will place future development of GhostDoc in the hands of SubMain. GhostDoc ( http://submain.com/ghostdoc ) is the popular XML Comments and documentation helper tool which SubMain will continue to maintain as a free product. read more...

2 comments |category: |Views: 278

tags: another

The Greatest Exception Handling WTF?!? of All Time(leedumond.com)

submitted by leedumondleedumond(2144) 3 years ago

The Exception object has ONE purpose and ONE purpose only – to represent a runtime error, nothing more. Exceptions should never be used for purposes for which they were not intended -- or you could end up with this monstrosity... read more...

4 comments |category: |Views: 1395

tags: another

Cheap way of speeding up Visual Studio I/O(nesteruk.org)

submitted by dmitridmitri(408) 3 years, 3 months ago

Visual Studio loves file I/O. It really, really does, and it cares very little about caching and the like. What this means is that, when you open a solution file, it always reads it from disk. Which means that the speed of operation when generating lots of files (e.g., via T4 transformations) is typically atrocious. The fact that file I/O in VS does not appear to be multithreaded is another hindrance. In short, it’s a mess. read more...

add a comment |category: |Views: 991

tags: another

Windows Azure - Breaking It Down(codethinked.com)

submitted by leedumondleedumond(2144) 3 years, 4 months ago

Despite the title of this post, there will be no rapping or dancing of any sort going on here. Only talk of Windows Azure, which is quite possibly the most confusing product rollout that Microsoft has attempted since Vista... read more...

add a comment |category: |Views: 349

tags: another

C# Trivia - What? No Overflow?(codethinked.com)

submitted by leedumondleedumond(2144) 3 years, 4 months ago

You may be thinking to yourself, "C# doesn't do overflow checking?" And the answer to your question is "not by default" when you are using non-constant expressions. Here's how to turn integer overflow checking on in C#. read more...

add a comment |category: |Views: 304

tags: another

Visual Studio Debugging Feature - Tracepoints(mark-dot-net.blogspot.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 4 months ago

A tracepoint is simply a breakpoint that will emit a debug trace statement when it is reached. It can emit things like the current function name, stack trace, or the contents of a variable. What's really cool is that you don't have to actually stop execution. This allows you to quickly add debugging statements without the need to check out your code or remember to take the Debug.WriteLine statements out afterwards. read more...

add a comment |category: |Views: 297

tags: another

Microsoft Releases Free CMS-Blog System(codersbarn.com)

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

Read about the new, free CMS/Blog system released by Microsoft called "Oxite". It is built using the new ASP.NET MVC framework and is highly extensible, touting such features as Microformats and source control integration. read more...

add a comment |category: |Views: 401

tags: another

Pimp My Debugger - DebuggerDisplay Attribute(monstersgotmy.net)

submitted by bradygasterbradygaster(4897) 3 years, 5 months ago

The other day I was reading some friends code, and I saw that he used a DebuggerDisplay attribute. It allows you to create a custom view of your objects in the Visual studio debugger. This attribute is very straight forward, but very powerful in the amount of time it can save you when debugging your application. I'll show you a cookie cutter example, but you can use your imagination as to how to use this particular attribute. read more...

add a comment |category: |Views: 415

tags: another

Please open my aspx fast!(devlicio.us)

submitted by redtetrahedronredtetrahedron(20) 3 years, 6 months ago

If you only work on aspx pages in source view (as I do), here's a way to speed up opening them for the first time. read more...

add a comment |category: |Views: 14

tags: another

4 Steps To Ensure You’re The Worst Developer Ever!(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 6 months ago

There are lots of articles about improving your skills as a developer. Everyone likes to talk about how to strengthen their skills and produce really good software. But, what if you want to be the worst developer ever? Nobody seems to want to share those secrets. read more...

3 comments |category: |Views: 1254

tags: another

What Gives? Microsofts Code Generation Tool(spoiledtechie.com)

submitted by spoiledtechiespoiledtechie(255) 3 years, 6 months ago

In a world of Microsoft and third party applications, out comes t4. t4 is a code generation tool that can compete with CodeSmith, but its FREE and built right into Visual Studio. It has been years since the first edition with very little publication of the actual application. t4 is a free code generation engine from Microsoft that underpins the Domain Specific Languages and Software Factory toolkits. read more...

add a comment |category: |Views: 1077

tags: another

Suspicious DNK Accounts(mattberseth.com)

submitted by jacook11jacook11(350) 3 years, 6 months ago

Conclusion There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page. So guess what happens ... it would appear that a certain number of people are doing this. read more...

7 comments |category: |Views: 336

tags: another

Downloadable Hotfix: False C# compilation errors for ASP.NET code-behi(blogs.msdn.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 6 months ago

In SP1 for Visual Studio 2008 and Visual Web Developer 2008, C# introduced a new feature to provide 'live' reporting of compilation errors. Unfortunately, the introduction of this functionality also introduced a bug where in certain cases, false C# compilation errors appear in the Error List for ASP.NET Website projects. The C# team just published a downloadable hotfix that addresses the issues. read more...

1 comment |category: |Views: 247

tags: another

LINQ To SQL Gets Kicked to the Curb... Needs A Good Home!(codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

Great post on why L2S needs to be supported by the community and why a L2S targeted at the community is a good idea. read more...

5 comments |category: |Views: 490

tags: another