aroman07

Stories kicked by aroman07

Captcha validation in asp net 2.0 website(blog.blocks4.net)

submitted by aroman07aroman07(105) 4 years, 2 months ago

Here is a nice way of reducing the spamming attempts on your website. The implementation of a captcha control in asp .net 2.0 can be very useful. read more...

add a comment |category: |Views: 45

tags: another

Including FusionCharts flash charts in your web application(blog.blocks4.net)

submitted by aroman07aroman07(105) 4 years, 3 months ago

A clear concept included in the “Web 2.0 bouquet” is what we know as a Rich User-Experience. This is the field where the last year and a half brought a major explosion of novelty and improvement. Techniques like AJAX, Adobe Flash, Flex, Java and Silverlight have evolved and reinforced the user-experience in browser-based applications. read more...

add a comment |category: |Views: 21

tags: another

Share Your Christmas Wishlist / Hatelist with Silverlight(blogs.msdn.com)

submitted by aroman07aroman07(105) 4 years, 5 months ago

The application demonstrates a range of capabilities: integration with Live Search and Live ID, HTML / Silverlight integration, reuse of simple controls written in JavaScript, ASP.NET server integration. read more...

add a comment |category: |Views: 2

tags: another

Here's what you as a programmer need to know about LINQ(blog.adrianroman.ro)

submitted by aroman07aroman07(105) 4 years, 5 months ago

How much do you know about LINQ? If you only heard about it, you should read Mark Whitehorn's article. read more...

add a comment |category: |Views: 2

tags: another

It Had Too Many Functions(worsethanfailure.com)

submitted by aroman07aroman07(105) 4 years, 5 months ago

"It has too many functions, which means it's slow. My class only has 3 functions, so it's much more efficient." read more...

add a comment |category: |Views: 0

tags: another

Custom Collections with NHibernate, Part II: The Basics(devlicio.us)

submitted by billybilly(410) 4 years, 5 months ago

In part one of this three part series, I offered what we’d ideally like when using NHibernate, or any ORM for that matter, with custom collections in the domain layer. To reiterate, the ORM should have as little impact as possible on how custom collections within the domain are structured and how relationships between classes are declared. At the very least, there should be no references to the ORM, or ORM-supporting assemblies from the domain, whatsoever. The discussed solution achieves these goals. read more...

add a comment |category: |Views: 19

tags: another

C# 3.0: Querying XML in C# with LINQ to XML(blog.adrianroman.ro)

submitted by aroman07aroman07(105) 4 years, 5 months ago

You can use LINQ to XML to perform LINQ queries over XML that you retrieve from the file-system, from a remote HTTP URL or web-service, or from any in-memory XML content. read more...

add a comment |category: |Views: 18

tags: another

How to create Windows Explorer shell browsing UI (blog.blocks4.net)

submitted by aroman07aroman07(105) 4 years, 5 months ago

Shell MegaPack.Net recreates the entire Windows Explorer shell browsing UI functionality in your app in just a couple of seconds. read more...

add a comment |category: |Views: 22

tags: another

.NET Discount of the Week(blog.adrianroman.ro)

submitted by aroman07aroman07(105) 4 years, 5 months ago

On Blocks4.NET, you can find every week a discount offer for a .NET component. read more...

add a comment |category: |Views: 1

tags: another

Check 1000s of images for duplicates in .Net(gathadams.com)

submitted by drinkerdrinker(245) 4 years, 5 months ago

Here is the complete code which shows how to detect and remove duplicates from 1000s of images - quickly! read more...

2 comments |category: |Views: 1

tags: another

435+ links for the web savvy developer(forwebdesigners.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 5 months ago

Links to -> Ajax Portals * Blogs worth reading * Colors * CSS * Stock photos * Forums * Web 2.0 Generators * Graphic Sources * Icons * Inspiration * Web Tech Magazines * Templates * XHTML + more - Dont take my word for it, see for yourself read more...

add a comment |category: |Views: 0

tags: another

Are you sure [Prompt User Validation] (aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 4 years, 5 months ago

there's so many times when you need to ask a user "are you sure?" but you want it to be quick and painless you don't want to do one more server round trip just for that read more...

add a comment |category: |Views: 4

tags: another

A potentially dangerous Request.Form value was detected from the clien(aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 4 years, 5 months ago

by default asp.net checks for the scripts in requests so that if it finds a user that is posting javascript or HTML in a request body it will throw an exception "A potentially dangerous Request.Form value was detected from the client" read more...

add a comment |category: |Views: 42

tags: another

Technology doesn't matter!(blog.bluecog.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 5 months ago

Solving problems does. Often geeks get caught up with upgrading to the latest stuff only because it is the latest stuff. Often this can be a flawed approach but we tend to ignore that because of the pleasure we gain from new technology. read more...

7 comments |category: |Views: 0

tags: another

Lambdas and Closures and Currying. Oh my! (Part 3)(codethinked.com)

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

In part three of the series we look at higher order functions and how to implement the fold (also called reduce) higher order function. read more...

add a comment |category: |Views: 9

tags: another