SuperJason

Stories kicked by SuperJason

Introduction to Distributed Source Control(ytechie.com)

submitted by SuperJasonSuperJason(2740) 2 years, 6 months ago

An in-depth introduction to some of the basic concepts needed to understand how distributed source control works. Includes screenshots and definitions. read more...

add a comment |category: |Views: 8

tags: another

It’s Okay To Write Unit Tests(codethinked.com)

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

A few simple reasons why you should be writing unit tests. read more...

add a comment |category: |Views: 377

tags: another

Using LINQ to SQL or EF to beat Stored Procedure Power & Performance(ytechie.com)

submitted by SuperJasonSuperJason(2740) 2 years, 6 months ago

Using powerful features of LINQ such as a unified query syntax, delayed execution, query expression building, and dynamically created SQL output to generate multiple optimized queries that will beat the performance of a typical stored procedure implementation. read more...

add a comment |category: |Views: 33

tags: another

Integrating Exception Handling Into the Development Cycle(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 7 months ago

The time to start thinking about exception handling is right after you click File > New Project. Exception handling shouldn't be something you "tack-on" to an application after the fact. Here, I discuss a practical approach to incorporating exception handling into the normal code-writing process. read more...

add a comment |category: |Views: 373

tags: another

Understanding LINQ and LINQ to SQL (and EF)(ytechie.com)

submitted by SuperJasonSuperJason(2740) 2 years, 8 months ago

Back to basics for this post. Developers often throw around the word LINQ when talking about a number of different technologies. Now that I have been comfortably using a wide variety of LINQ technologies for a fair amount of time, I’m now able to convey some of the key differences that are critical to using LINQ technologies efficiently. read more...

add a comment |category: |Views: 15

tags: another

A Stick Figure Guide to the Advanced Encryption Standard (AES)(moserware.com)

submitted by SuperJasonSuperJason(2740) 2 years, 8 months ago

History of encryption, what an encryption algorithm entails, and how to perform AES encryption yourself. All in an easy to read comic! read more...

add a comment |category: |Views: 17

tags: another

Introducing PostSharp 2.0: #1 - NotifyPropertyChanged (postsharp.org)

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

Gael Fraiteur does first revelations about PostSharp 2.0 on a real-life example: implementing the INotifyPropertyChanged pattern with an aspect. Be safely seated! read more...

add a comment |category: |Views: 506

tags: another

Is Silverlight the new WebForms?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 8 months ago

Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? read more...

add a comment |category: |Views: 715

tags: another

TFS Sucks, here is a list why(nearinfinity.com)

submitted by josephfjosephf(235) 2 years, 8 months ago

If you are thinking about using TFS here is a list of reasons why TFS sucks for SCM. Any suggestions on making these annoyances go away is very welcome. read more...

14 comments |category: |Views: 2446

tags: another

C# lambda and foreach variable(resnikb.wordpress.com)

submitted by resnikbresnikb(110) 2 years, 9 months ago

Surprising behavior of lambdas read more...

4 comments |category: |Views: 647

tags: another

Delayed execution vs ToList() in LINQ Database Queries(ytechie.com)

submitted by SuperJasonSuperJason(2740) 2 years, 11 months ago

Should you use ToList() in your repository methods, or should you pass the iterator back to the UI to delay the execution of the query? Read on to find out why it's a bad idea to delay execution in this case. read more...

add a comment |category: |Views: 293

tags: another

Common Pitfalls when working with DateTime’s - DST, Timezones, & More(ytechie.com)

submitted by SuperJasonSuperJason(2740) 2 years, 11 months ago

Working with DateTime object's and handling multiple time zones, time changes (DST), recurring events, and calendar events. read more...

add a comment |category: |Views: 45

tags: another

Practical .NET Unit Testing – Free paper released(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years ago

A free unit testing paper that covers why you should write unit tests, the mechanics of unit testing, common testing strategies, designing for testability, and advanced testing techniques. It's an ongoing project, but it's complete enough to hopefully start getting early feedback and suggestions! read more...

4 comments |category: |Views: 394

tags: another

ASP.Net – Never again fear publishing your website with debug=true(blog.aggregatedintelligence.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

What makes the deployment element special is that it is a machine level configuration element. When its retail attribute is set to true, it will disable the <compilation debug=”true”> for ALL ASP.Net applications running on that machine. In addition, it turns of detailed errors messages being sent to remote machines and disables the ability to trace output. read more...

add a comment |category: |Views: 407

tags: another

Should We Solve Institutional Problems In Our Code?(codethinked.com)

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

Is it okay for us to solve deficiencies in our development teams with code? read more...

add a comment |category: |Views: 321

tags: another

ASP.NET MVC Free eBooks(sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

Here's a list of all sample chapters of ASP.NET MVC books available to the community. read more...

add a comment |category: |Views: 765

tags: another