• Home
  • Tutorials
  • Development Tools
  • Contact Us

Developing Software

Mastering Software Craftsmanship

7 Ways to Increase the Performance of Entity Framework

1st September 2014 by @developingsoft

My first project that used Entity Framework was a disaster. It was a web application that was so slow; you could make a cup of tea, drink it, wash up, and the home page would still be loading. Was it Entity Framework that was slow? ŠOr was it my mistake? … [Read more...]

How to Increase the Performance of Entity Framework with Paging

25th August 2014 by @developingsoft

Paging increases performance by reducing the amount of records returned by SQL queries. Combine paging with Entity Framework projection queries, and you'll notice a major increase in performance. In this post, you will learn how to implement paging with Entity Framework. … [Read more...]

Increasing the Performance of Entity Framework with Projection Queries

23rd August 2014 by @developingsoft

If you're not using Entity Framework projection queries, your application is certain to run like a big fat slimy slug! In this post, we will look at what projection queries are, how to write them, and when you should use them. … [Read more...]

Why Is Entity Framework with ASP.NET Slow?

22nd August 2014 by @developingsoft

Do you have a slow running ASP.NET Web Application? There's a good chance it's because of lazy loading, an Entity Framework feature that's enabled by default. In my opinion, you should not use lazy loading for web applications. In this post I will explain why lazy loading can slow down performance and what you can do instead. … [Read more...]

How to Send Email Messages with C# and Gmail or Outlook.com

16th August 2014 by @developingsoft

Sending email messages using C# is easy. But you must have access to an SMTP server in order to do it. If you don't have your own SMTP server, it's possible to use your Gmail or Outlook.com account. This post will show you how to create an SmtpMailer class which can be used to send email messages with Gmail or Outlook.com. … [Read more...]

  • « Previous Page
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • Next Page »

Search

Advertisement

Newsletter

Subscribe now to receive practical tips on how to become a better software developer.

Free - No Spam - 100% Email Privacy

Featured Posts

Abstract Factory Pattern: C# Example Using the Unity Game Engine

23 Software Design Patterns That Will Make You a More Effective Programmer

How to Deploy an ASP.NET Core Website to Ubuntu with Git

How to Run an ASP.NET Core Website in Production on Ubuntu Linux

How to Install the Edimax Wireless nano USB Adapter on Windows IoT Core for Raspberry Pi

How to Convert a Post Title into a Friendly URL (Slug) in C#

How to Convert Markdown to HTML in ASP.NET Core

How to Send an E-Mail with ASP.NET Core and Mailgun

How to Generate a Sitemap in ASP.NET MVC and ASP.NET Core

How to Create an MD5 Hash of a String in C# and Displaying a Gravatar Image

© 2014–2022 Developing SoftwareTerms • Privacy