nihi_l_ist

Stories kicked by nihi_l_ist

return a = “hello”; What will Happen?(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years ago

I came across an interesting piece of code the other day, something I didn’t even know possible in C# - return a = "hello";. What do you think this line returns? read more...

1 comment |category: |Views: 973

tags: another

Say Goodbye to NAnt and MSBuild With IronRuby(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 1 month ago

Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! read more...

add a comment |category: |Views: 651

tags: another

PostSharp Going Commercial. Introducing Commercial.(www.sharpcrafters.com)

submitted by gfraiteurgfraiteur(988) 2 years, 3 months ago

Gael Fraiteur warmly thanks the PostSharp community for its support and announces the launch of SharpCrafters, the new company behind PostSharp. He explains the reasons behinds this choice and the new licensing/pricing model. read more...

add a comment |category: |Views: 322

tags: another

Free .NET Profilers and Some Paid Ones Too(devcurry.com)

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

Profiling is an important part of your software development process and allows you to determine improvements in your applications. In simple words, it is tuning your application to increase its performance. Here are some free and paid .NET profilers to do the job for you read more...

1 comment |category: |Views: 675

tags: another

ReSharper 5.0 Overview(blogs.jetbrains.com)

submitted by nihi_l_istnihi_l_ist(110) 2 years, 7 months ago

As promised, we’re publishing a general ReSharper 5.0 overview, elaborating on its feature set. Please keep in mind that this is a preliminary document. The general picture will stay unchanged, but local amendments cannot be ruled out at this point, and many user interface items will probably change. read more...

2 comments |category: |Views: 753

tags: another

Design Patterns – Using the Composite Pattern in C#(dotnetcube.com)

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

Composite Pattern enables a client to treat a single entity and a collection of entities in the same way. Frequently, developers create systems in which a component may be an object or a collection of objects. For example, an application that gathers metrics on the size of the files/folders in a file system would like to treat the folder and the file in the same way. A folder is either empty or composed of one or more files. The size of a folder is the size of the individual files that make the folder and the size of the file is the size of that individual file itself. The Composite Pattern is designed to accommodate such a requirement. read more...

add a comment |category: |Views: 381

tags: another

How to: “Kick It” or “Shout It” from Google Reader(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 2 years, 9 months ago

Evernote published a Google Reader "Send To" “how to” today, and I showed DZone readers how to push items to DZone’s queue yesterday. Here’s how you can send stories to DotNetKicks or DotNetShoutout. read more...

add a comment |category: |Views: 127

tags: another

12 Tips To Speed-up Your Windows Forms Applications(devcomponents.com)

submitted by devexpertdevexpert(260) 2 years, 9 months ago

Here is the list of my top suggestions and further reading recommendations on how to speed up your Windows Forms applications... read more...

add a comment |category: |Views: 627

tags: another

Windows 7 Code Pack v 1.0 Released(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 9 months ago

The Windows® API Code Pack for Microsoft® .NET Framework provides support for various features of Windows 7 and previous releases of that operating system. The Code Pack has reached version 1.0 and has been published on Code Gallery: read more...

add a comment |category: |Views: 462

tags: another

Overview of Visual Studio Team System 2010 for Developers (Part 2) (dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 9 months ago

In the first part of this article we have seen some of the features which were present in VSTS 2008 but may have been enhanced in Team System 2010. In this second part we will study two new features which are added in Team System 2010. read more...

1 comment |category: |Views: 492

tags: another

Exception signatures - organize your exceptions(blog.freakcode.com)

submitted by niikniik(365) 2 years, 10 months ago

Unhandled exceptions in your websites and applications are often a strong indication that one of your users is having a bad experience. Treat exceptions as TODO-items and use exception signatures to keep track of them without being overwhelmed. read more...

add a comment |category: |Views: 351

tags: another

Bing Desktop Translator using C# and VB.NET(dotnetcurry.com)

submitted by shobankrshobankr(165) 2 years, 10 months ago

n this article we will see how we can create a simple Desktop Translator which uses the Bing Translator API. read more...

add a comment |category: |Views: 362

tags: another

How to add "Open with reflector" to your right-click actions(itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 10 months ago

A tip for convenience, this post provides instructions on how to easily add "Open with reflector" to your windows explorer right-click menu so you can right-click and open any DLL with reflector. read more...

6 comments |category: |Views: 271

tags: another

Having Fun with the New Editor in VS 2010(blogs.msdn.com)

submitted by markheathmarkheath(1485) 2 years, 10 months ago

A brief demo of how easy it is to customize the new WPF-based text editor in VS 2010 read more...

add a comment |category: |Views: 611

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

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