johndehope3

Stories kicked by johndehope3

Screenshot in 2 Clicks using .NET(dotnetcurry.com)

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

As a developer, I take lot of screenshots and its time consuming to press the screenshot button, paste it in MSPaint or any other Image editing software and then save it. The pain is even more when I need to use two Buttons for a screenshot (Fn + PrintScreen) in my Laptop ;-). So I thought I will develop my own screenshot capturing tool which will allow me to take screenshots as well as save it in just two clicks. In this article I am going to show you how easy it is to develop your own tool using .NET. Let’s get started. read more...

add a comment |category: |Views: 544

tags: another

Send attachments with jQuery(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 1 month ago

This little post shows how to send attachment to the server with ajax and jQuery read more...

add a comment |category: |Views: 394

tags: another

Setting up a minimal ASP.NET MVC project in Visual Studio(michielvoo.net)

submitted by michielvoomichielvoo(125) 3 years, 1 month ago

In this post we will walk through the required steps to create a project that contains the minimal amount of configuration and code to get ASP.NET MVC running. In the course of this post you will get a better understanding of Routing and the MVC framework. read more...

add a comment |category: |Views: 282

tags: another

Yet another Singleton Yada-Yada(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 5 months ago

Using a static-constructor in a singleton, affects it's laziness. Here's a generic singleton that is thread-safe using a static-constructor, and still lazy. read more...

add a comment |category: |Views: 465

tags: another

Using Command Binding to Enhance Any WPF Control (dev102.com)

submitted by razamitrazamit(4566) 3 years, 5 months ago

using the commandbinding feature to add behaviour to any control you want read more...

add a comment |category: |Views: 251

tags: another

Testing is hard but debugging just sucks A$$(devlicio.us)

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

"At the users group I asked the question to the group 'who creates automated tests as part of their daily development cycle?'. After I asked this question I followed it up with, and if you don't WHY, WHY, WHY, WHY...... Below are some of the answers I received (btw, not the first time I have heard these reasons)." read more...

1 comment |category: |Views: 366

tags: another

Why a standards compliant IE8 won't really mean much(codethinked.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 5 months ago

"What would a standards compliant IE8 mean for web developers? Call me cynical, but I honestly don't think it will mean all that much for a long long (long long long long) time, and lets look at why I believe that." read more...

add a comment |category: |Views: 3

tags: another

Krypton 2.7.0 UI Controls released(componentfactory.com)

submitted by tafallentafallen(110) 4 years, 5 months ago

Phil Wright has released the latest version of his awesome .net UI toolkit with loads of new UI components. It's great, and a fair chunk of it's free too. read more...

3 comments |category: |Views: 75

tags: another

Dependency Injection Objection(scruffylookingcatherder.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

"The amount of heat I anticipate receiving is so disproportional to the probable light gained that it makes me hesitate." read more...

add a comment |category: |Views: 7

tags: another

MVC Complaint: Checkboxes(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 5 months ago

Explanation of some issues you may encounter when using the MVC Framework and Toolkit and working with checkboxes. No dealbreakers, but there are some minor annoyances to be aware of. read more...

add a comment |category: |Views: 25

tags: another

Firing events with Extension Methods(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 4 years, 5 months ago

A different way of firing standard .Net events using Extension Methods read more...

1 comment |category: |Views: 26

tags: another

Extension Methods Suck(codethinked.com)

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

The title says it all! read more...

3 comments |category: |Views: 13

tags: another

Type casting – the difference between as and () operators(olegsych.spaces.live.com)

submitted by rpattersonrpatterson(745) 4 years, 5 months ago

In C#, you have two different ways to perform type casting (a.k.a. explicit type conversion) – as and () operators. The difference between the two operators is not limited to just syntax, they work differently. It is subtle enough to trap even experienced developers read more...

add a comment |category: |Views: 12

tags: another

What's Ailing ASP.NET Web Forms(west-wind.com)

submitted by daviddavid(405) 4 years, 5 months ago

Rick Strahl summarises the disadvantages of the current ASP.NET WebForms model, and how the new ASP.NET MVC framework might address some of these issues. read more...

add a comment |category: |Views: 7

tags: another

CTS: Reference vs Value Types in .NET(evanhoff.com)

submitted by ehoffehoff(980) 5 years, 5 months ago

This is a quick introduction/review on reference and value types in .NET. It covers common examples of each as well as memory allocation, parameter passing, nullability, boxing/unboxing, and inheritance. The post contains lots of links for learning more. read more...

add a comment |category: |Views: 3

tags: another

aspneticons.com -- free icons for ASP.NET web applications(aspneticons.com)

submitted by javierRomerojavierRomero(1010) 5 years, 6 months ago

That’s not all! There are more than 300 (three hundred!) professionally designed icons for your ASP.NET applications in this collection. And, they all are completely free! read more...

2 comments |category: |Views: 741

tags: another