Strzalek

Stories kicked by Strzalek

Microsoft Source Analysis for C# Released(blogs.msdn.com)

submitted by jonasjonas(2215) 4 years ago

From post: "Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation." read more...

1 comment |category: |Views: 876

tags: another

Day-to-day with Subversion(weblogs.asp.net)

submitted by jonasjonas(2215) 4 years ago

A good post that highlights some of the functionality of Subversion read more...

add a comment |category: |Views: 67

tags: another

Finding a C# library to decode MP3's(ryanheaney.info)

submitted by rheaneyrheaney(160) 4 years, 1 month ago

Mp3Sharp bills itself as being able to "decode MP3 Files natively in .NET using a Managed application written in C#." Perfect! And it does just that. It's pretty darn easy. read more...

add a comment |category: |Views: 11

tags: another

Using CROSS JOIN to generate test data(weblogs.sqlteam.com)

submitted by kprernnkprernn(1445) 4 years, 3 months ago

In this blog, Joe demonstrates the power of the CROSS JOIN and how it can be harnessed to create lots of test data very quickly. read more...

add a comment |category: |Views: 39

tags: another

Why I changed my mind about Extension Methods(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 3 months ago

Why I went from an extension method hater to an extension method lover. I look at three benefits of extension methods over static methods: More intuitive to read, more intuitive to write and easier to discover. read more...

add a comment |category: |Views: 6

tags: another

Google Chart C# API(brainyautomation.com)

submitted by tallentallen(130) 4 years, 3 months ago

Simple example of using the excellent Google Chart C# API Wrapper, includes code for using on a WinForm app. read more...

add a comment |category: |Views: 3835

tags: another

DnDns - A .NET DNS Client Library (Resolver) (choosing-a-blog-url-sucks.blogspot.com)

submitted by j.montyj.monty(1868) 4 years, 3 months ago

A DNS protocol library written completely in managed code. Supports common DNS records types like A, CNAME, MX, SRV, and more. read more...

2 comments |category: |Views: 284

tags: another

8 Web Design Mistakes That Developers Make(wakeuplater.com)

submitted by JemmJemm(9604) 4 years, 3 months ago

An excellent website takes a particularly savvy blend of both great design and great code. Because of this, you often find designers having to figure out code and developers trying their hand at design. Speaking as a developer who spent his university years studying among other developers, I can safely say that programmers are not designers. read more...

add a comment |category: |Views: 11

tags: another

Expression Tree Basics(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 3 months ago

Newcomers to LINQ often find expression trees difficult to grasp. In this post I hope to show that the subject is not quite as difficult as it might appear at first. Any reader who has an intermediate level understanding of LINQ should find the material in this post easy to grasp. An expression tree provides a method of translating executable code into data. This can be very valuable if you want to modify or transform code before executing it. In particular, it can be useful if you want to transform C# code such as a LINQ query expression into code that operates on another process, such as a SQL database. But I'm getting ahead of myself. By the end of this post you will find it easy to understand why it is helpful to translate code into data. First I need to provide a little background. Let's start by seeing the relatively simple syntax for creating an expression tree. read more...

1 comment |category: |Views: 214

tags: another

10 ASP.NET Performance and Scalability Secrets(codeproject.com)

submitted by superghostsuperghost(2260) 4 years, 3 months ago

ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request... read more...

2 comments |category: |Views: 69

tags: another

Best VS Fonts and Settings EVER(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 3 months ago

Okay the title is a bit over the top :) Recently I was playing around with the vs settings after reading Scott Hanselman's article on black/white IDE colors and came up with this. Take a look and let me know what you think. Maybe it will be your new color scheme in VS... read more...

13 comments |category: |Views: 50

tags: another

ASP.NET MVC + Entity Framework(blogs.msdn.com)

submitted by RemanReman(1970) 4 years, 3 months ago

Brad show the ASP.NET MVC example with the entity Framework. read more...

add a comment |category: |Views: 1040

tags: another

HowTo: SubSonic Introduction(tonytestasworld.com)

submitted by awtestaawtesta(100) 4 years, 3 months ago

SubSonic introduction with examples read more...

add a comment |category: |Views: 137

tags: another

Source Control and Continuous Integration On The Cheap(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 3 months ago

Setup source control (Subversion via VisualSVN Server) and a continuous integration environment (JetBrains' TeamCity) in less than 3 hours! read more...

add a comment |category: |Views: 25

tags: another

Essential Graphic Design Tools for .NET Developers(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 3 months ago

Use Paint.NET, BluePrint CSS Framework, and the ASP.NET 2.0 CSS Friendly Adapters to quickly chalk up an ASP-Driven user interface. read more...

add a comment |category: |Views: 27

tags: another

Quake 3 Arena Ported to .NET Managed C++ VS 2008!(gregs-blog.com)

submitted by gregdolleygregdolley(300) 4 years, 4 months ago

Quake III Arena has been ported to Managed C++ .NET under Visual Studio 2008. Check out article for source code download. read more...

add a comment |category: |Views: 38

tags: another