eazyd

Stories kicked by eazyd

More Image Processing with C# Lambdas(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 5 months ago

This is a continuation of the earlier post on image processing with C# lambda expressions. The previous blog describes a simple way to define image processing in terms of lambda expressions, and while efficient, it’s missing the ability to do commands that examine pixels outside of the source pixel in order to compute the destination pixel. The way around this is to provide more information to the lambda expression. read more...

add a comment |category: |Views: 46

tags: another

Advices on partitioning code through .NET assemblies (codebetter.com)

submitted by vkreyninvkreynin(1424) 3 years, 5 months ago

There're many reason why you should keep the number of your .NET assemblies to the strict minimum. Learn them here. read more...

add a comment |category: |Views: 399

tags: another

Debugging Fu, Part 1(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 6 months ago

A How-To Guide for Debugging, Part 1, Reproducibility read more...

add a comment |category: |Views: 5

tags: another

Everyone knows child predators program in C#(stopanonlinepredator.org)

submitted by miketrashmiketrash(105) 3 years, 6 months ago

Take a look at the book on the shelf in this PSA. read more...

add a comment |category: |Views: 23

tags: another

Launching Processes and Managing the Scheduler(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 6 months ago

This is the first in a series of articles relating to the management of external processes from within .NET. In my first article I will start with the basics: using the Process class to launch external processes and play with Priority and Process Affinity. read more...

add a comment |category: |Views: 5

tags: another

Partial page updates with ASP.NET MVC and jQuery (and action filters)(blog.maartenballiauw.be)

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

When building an ASP.NET MVC application, chances are that you are using master pages. After working on the application for a while, it's time to spice up some views with jQuery and partial updates. read more...

1 comment |category: |Views: 516

tags: another

Stupid NUnit Tricks #3 Foiled!(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 6 months ago

Revelation of a CLR bug. read more...

add a comment |category: |Views: 341

tags: another

Dynamically Resize an IFrame According to its contents(aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 3 years, 6 months ago

problem with iframe is that you can't always predict the size of the content and eventually you'd end up with a scrollbar or even less convenient: a hidden part of the Iframe content this is a straight forward, easy way to make sure that the IFrame is properly resized according to the contents of the page loaded inside the Iframe. read more...

add a comment |category: |Views: 163

tags: another

Over 25 BlogEngine.NET themes You May Not Have Seen(blogengineforum.net)

submitted by leen3oleen3o(365) 3 years, 6 months ago

Over the last month or so I have been collating as many BlogEngine.NET themes on the BlogEngine.NET unofficial forums... Enjoy read more...

add a comment |category: |Views: 59

tags: another

New ASP.NET Charting Control(weblogs.asp.net)

submitted by craigtpcraigtp(683) 3 years, 6 months ago

From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

1 comment |category: |Views: 890

tags: another

Interesting Observation about Order of Resultset without ORDER BY(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 6 months ago

Example covered in this example is something we have heard in theory, let us look at the example and understand the logic behind order by. read more...

1 comment |category: |Views: 213

tags: another

Scan to Scribd (or anything) Tutorial(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 6 months ago

Lou has written an article about how to send scanned images to some place on the web. "All of the non-uploading code will work in any Scan to X project, where X can be Amazon S3, Azure SQL Data Services, Google Docs, SharePoint, or any CMIS compliant ECM (you just need to write the uploading part). " read more...

add a comment |category: |Views: 16

tags: another

C#:- Usage of As Keyword in C# (smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 6 months ago

This article show a little hidden keyword in C# called "As" its usage when it is benificial to use it and when its not. read more...

1 comment |category: |Views: 528

tags: another

Windows Live Writer Makes Blogging Less of a Hassle(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 6 months ago

The blog CMS we use is great in a lot of ways but it’s built in editor is really, really bad. Initially, I had used Microsoft Word to fill the gap, with disastrous results. Since then I have moved to using our blog software’s horribly antiquated text editing system but that has limited my formatting options quite considerably. Now, after a recommendation from a friend, I am giving Windows Live Writer a shot. This blog post is a recursive review of my experience writing this blog post in Windows Live Writer. read more...

add a comment |category: |Views: 7

tags: another

Microsoft kills Linq to SQL(ayende.com)

submitted by JonSagaraJonSagara(310) 3 years, 6 months ago

Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. read more...

5 comments |category: |Views: 1388

tags: another

Microsoft's Five Year Plan for SharePoint(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 6 months ago

I'm not from Microsoft, but I've worked at several Microsoft partners and it's not hard to see the repeating pattern. Microsoft loves to build platforms. read more...

add a comment |category: |Views: 339

tags: another