Zteff

Stories kicked by Zteff

Don't use foreach and for loops in .NET(www.codekicks.com)

submitted by duttavrhotmailduttavrhotmail(344) 1 year, 4 months ago

This article explains various loops and their execution timings. 1. foreach loop vs for loop. 1. foreach loop vs while loop. read more...

1 comment |category: |Views: 256

tags: another

Entity Framework: Intro to Database First Design(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year, 4 months ago

Taking a look at how to use the Entity Framework via its database first design concepts. When building out an application which is based off of the Entity framework you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your existing database and build your entity model. read more...

add a comment |category: |Views: 783

tags: another

Top 6 Coding Standards & Guideline Documents For C#/.NET Developers(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 6 months ago

Some time back, I collated a list of 7 Must Read, Free EBooks for .NET Developers, and a lot of people found it useful. So, I thought about putting together my “Top 6” list of Coding Standard guidelines/checklists for .NET /C# developers as well...They are useful not just from a review perspective - going through these documents can definitely help you and me to iron out few hidden glitches we might have in the programming portion of our brain. So, here we go, the listing is not in any specific order. read more...

1 comment |category: |Views: 1154

tags: another

5 Reasons to be Excited about ASP.NET MVC 3(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

It’s already been 6 months since ASP.NET MVC 2 was released and version 3 is already taking shape. I, personally, am thrilled about that because this version seems to put ASP.NET MVC, in terms of maturity and functionality, on the first line along with other MVC frameworks out there like RoR. I’ve put together 5 main reasons why I’m excited about this upcoming version. What about you? read more...

add a comment |category: |Views: 880

tags: another

Order in Chaos: .NET Collections - Arik Poznanski's Blog(blogs.microsoft.co.il)

submitted by arikparikp(1204) 1 year, 7 months ago

Order in Chaos: .NET Collections This is a review of the current available collection types in .NET Framework 4.0 Note that I don’t plan to explain all the history of the different collection. If a class is obsolete, that is enough information. The intention is to use this post as a reference when you need to decide which type of collection you should use. Also, I’m not going to give the complexity of each function. You can find such information in the relevant class documentation on MSDN. Anywa... read more...

1 comment |category: |Views: 277

tags: another

Technical Debt Is Like Your Friend, The Mafia Bookie(www.lostechies.com)

submitted by jiltedcitizenjiltedcitizen(563) 1 year, 7 months ago

You’ve known the guy for years… he’s your friend and you’ve never had any troubles in spite of his job. Then one day, you’re hard up for some money to pay rent or get a car repair done. Fortunately your friend is there to help. In spite of your misgivings about taking money from him, he assures you that it’s just a friendly loan between people that have known each other for years. It has nothing to do with his professional life, he says. In fact, it was such a small amount of money that he may not even ask you to repay it. You can relax knowing that it’s not a big deal and you took care of your needs. read more...

add a comment |category: |Views: 142

tags: another

Five Must Have Tools for MVC Developers(www.codecapers.com)

submitted by threenine39threenine39(329) 1 year, 7 months ago

5 Must have tools for MVC developers read more...

1 comment |category: |Views: 936

tags: another

Are you a project manager? You may need this opensource scrum tools.(www.findbestopensource.com)

submitted by solidstonesolidstone(500) 1 year, 8 months ago

We identified 5 best opensource Scrum tools to monitor and track the projects. As Agile methodology is used in most of the projects, expertise in opensource Scrum tools is a must. read more...

1 comment |category: |Views: 262

tags: another

.NET 4 Design Guidelines– Classes vs. Structures(blog.davidyardy.com)

submitted by dyardydyardy(199) 1 year, 8 months ago

My goal is to cover some .NET 4 Platform features through a series of ‘guideline’ type entries demonstrating some new and existing functionality. In this first entry, I have seen both classes and structures used throughout applications. The following is meant to describe and explain good design considerations. read more...

add a comment |category: |Views: 495

tags: another

Easy Email Templates in .NET with FluentEmail(dkdevelopment.net)

submitted by dkarzondkarzon(135) 1 year, 8 months ago

How to send emails using a HTML Template and FluentEmail in C#.NET read more...

1 comment |category: |Views: 417

tags: another

Why add Automated Error Reporting to your program?(www.red-gate.com)

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

3 reasons why you should add Automated Error Reporting to your application. read more...

2 comments |category: |Views: 571

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

Popular .NET Web Content Management Systems (CMS) - Open Source(www.devcurry.com)

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

Here are some good Open Source ASP.NET Web CMS that are popular in the community read more...

2 comments |category: |Views: 672

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. read more...

3 comments |category: |Views: 860

tags: another

5 jQuery Calendar Plugins that can be used on Websites(www.devcurry.com)

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

Online calendars can be very useful to share and publish your schedules. One of the most common requests I receive from my jQuery readers is for of a good, free-to-use, jQuery Calendar control, similar to the Google Calendar, which can be added to a website or blog. Here are some of the freely available jQuery Calendar plugins, worth trying out read more...

add a comment |category: |Views: 532

tags: another

5 Tips to get the most out of your coding time(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 2 months ago

I remember seeing an add from Microsoft I believe for hiring programmers and the jist of it was “We give you an office with a door”. Why you might wonder? read more...

2 comments |category: |Views: 1035

tags: another