theberserker

Stories kicked by theberserker

Life After Loops(codethinked.com)

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

Eliminating cumbersome looping code using Linq read more...

1 comment |category: |Views: 684

tags: another

To Inject Or Not To Inject(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 2 months ago

The benefits of Dependency Injection are very hard to see when only dealing with very simple examples. I tried to come up with an example that is simple enough to fit in a blog post, but is able to show the benefits of using Dependency Injection. read more...

4 comments |category: |Views: 529

tags: another

All about the IDisposible Pattern(gregbeech.com)

submitted by hakkiyilmazhakkiyilmaz(80) 3 years, 2 months ago

Why and how to implement IDisposible pattern in your own code. Here you will find almost all aspects of this pattern read more...

add a comment |category: |Views: 439

tags: another

10 C# Shorthands that improve productivity(dijksterhuis.org)

submitted by martijnmartijn(445) 3 years, 2 months ago

One of the best things about C# is that as the language and libraries expand thought is put into keeping things readable. Below I have listed 10 shorthands that you can use to make your code tighter and less wordy. No doubt you know one or more already — but do you currently use all ten of them ? read more...

add a comment |category: |Views: 1357

tags: another

The Open Source Projects on ASP.NET MVC - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 2 months ago

Last night the forehead four head has released the 1st chapter of their upcoming Wrox book along with a sample project NerdDinner and I think this is the best application to check if anyone is trying to lean the new ASP.NET MVC framework. And this is the list of currently available Open Source Projects developed in ASP.NET MVC. I am ordering it based ... read more...

add a comment |category: |Views: 371

tags: another

12+ open source projects for .NET you probably didn’t know about.(blog.webdistortion.com)

submitted by squiggssquiggs(585) 3 years, 2 months ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment |category: |Views: 1932

tags: another

Exponentially Improve Performance to Start ASP.net 2.0, 3.0, 3.5 Debug(it.toolbox.com)

submitted by dotnetdudedotnetdude(220) 3 years, 2 months ago

Stop the waiting when debugging your ASP.Net Web Applications! Here's a complete RAM Disk solution to save your sanity. read more...

1 comment |category: |Views: 569

tags: another

Use Event Aggregator to make your application more extensible(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 2 months ago

Recently, in KiGG/DotNetShoutout we have integrated Twitter, nothing complex, very basic thing like when a story is submitted or appears in the front page it will broadcast in Twitter and like our feed it will post the short url of the original story (Cant resist to do some shameless marketing for DotNetShoutout). Since it is a new requirement, initially I have modified the StoryService constructor to include the twitter client as a new argument and use it after the story is added in the database, the code is something like the following:... read more...

1 comment |category: |Views: 412

tags: another

Back to Basics: Interfaces(codebetter.com)

submitted by karlkarl(265) 3 years, 2 months ago

When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role interfaces play in some pretty hot topics, including: dependency injection, unit testing and mocking (to name a few). read more...

1 comment |category: |Views: 667

tags: another

How to Learn ASP.NET MVC(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 2 months ago

As we're getting closer to ASP.NET MVC RTM release, guys in the community are trying to prepare developers for this new framework. In this post Keyvan Nayyeri has explained a step-based procedure on how to learn ASP.NET MVC. Since he is the co-author of Wrox Beginning ASP.NET MVC I think his proposed procedure is useful for all ASP.NET MVC lovers. read more...

1 comment |category: |Views: 373

tags: another

A Failure in Microsofts Open Source Strategy(chriscyvas.wordpress.com)

submitted by ccyvasccyvas(635) 3 years, 3 months ago

If they want their development tools to be the tools to develop with and they want Windows to be the platform to deploy solutions on (open source and otherwise), then they need to consider, very carefully, how they expect to achieve that. You’ve got to do more than release open source software . . . read more...

2 comments |category: |Views: 494

tags: another

How to make image thumbnail using ASP.NET(C#)(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years, 3 months ago

This sample code shows you how to make image thumbnail in ASP.NET and C#. read more...

2 comments |category: |Views: 332

tags: another

Extension Methods (ytechie.com)

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

The single responsibility principle (SRP) is a strategy for structuring our code to make it more maintainable and testable. In this post, I’m going to discuss how we can use extension methods to make our code easier to read and satisfy the idea behind SRP. read more...

1 comment |category: |Views: 256

tags: another

Using Adobe Flex in Visual Studio(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 3 years, 4 months ago

You can now take advantage of the Flex framework from right within Visual Studio to build Rich Internet Applications (RIAs). We get you up to speed on what Flex is and a basic application talking to a web service. read more...

2 comments |category: |Views: 401

tags: another

Checking username availability with jQuery (screencast)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 4 months ago

Abstract: "This screencast explains how to use jQuery and the ASP.NET MVC framework to quickly add a username availability checker to a user registration page." read more...

add a comment |category: |Views: 242

tags: another

Top 10 Must Read Software books(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 6 months ago

This is a survey made in Middle-East-Developers user group about the best books in the development field, have fun read more...

add a comment |category: |Views: 21

tags: another