zvikara

Stories kicked by zvikara

How to host ASP.NET application at Amazon EC2(ec2studio.com)

submitted by mpetrovmpetrov(150) 2 years, 6 months ago

My colleague Pavel Klimov wrote an article that shows how you can use Amazon EC2 to host your ASP.NET application. Of course, he is doing this with the help of our product - EC2Studio. Article is quite short, but have a lot of screenshots so you will not spend a lot of time reading it, but you will see everything is action. I hope you will like it. read more...

add a comment |category: |Views: 361

tags: another

37 More Shocking jQuery Plugins(team.sfi.vn)

submitted by ngocmanhhv722004ngocmanhhv722004(165) 2 years, 6 months ago

jQuery Plugins read more...

2 comments |category: |Views: 1110

tags: another

Dependency Injection For Dummies(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 2 years, 6 months ago

The goal of this series is to introduce programming patterns and practices to developers who have little to no familiarity with them. This series does not intend to dive into the intricacies of each pattern / practice, but to give a brief overview that will (hopefully) inspire developers to learn more about them. read more...

add a comment |category: |Views: 617

tags: another

Localize ASP.NET MVC 2 DataAnnotations validation messages(blog.maartenballiauw.be)

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

Living in a country where there are there are three languages being used, almost every application you work on requires some form of localization. In an earlier blog post, I already mentioned ASP.NET MVC 2’s DataAnnotations support for doing model validation. Ever since, I was wondering if it would be possible to use resource files or something to do localization of error messages. Here's how! read more...

add a comment |category: |Views: 830

tags: another

10 Reasons for Database Outsourcing(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years ago

A simple but to the point list of Top 10 Reasons for Database Outsourcing. This should be bookmarked or saved for personal archieve. read more...

2 comments |category: |Views: 636

tags: another

Top 10 .NET Twitterers(dotnet.dzone.com)

submitted by MaggiePlusPlusMaggiePlusPlus(155) 3 years ago

If your not on Twitter you are missing out - here are some .NET tweeps to get you started. read more...

add a comment |category: |Views: 916

tags: another

Git/Github survival guide(flanders.co.nz)

submitted by simonechsimonech(10.1k) 3 years, 2 months ago

Now that all the cool guys are moving to Git/GitHub, Ivan posts a survival guide, with all the most useful commands of git and how to get started with github/git read more...

2 comments |category: |Views: 322

tags: another

How .NET Regular Expressions Really Work(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 2 months ago

A very deep dive into the source code for how .NET Regular Expressions really work read more...

3 comments |category: |Views: 609

tags: another

.NET - Health Monitoring in ASP.NET 3.5(dotnetcurry.com)

submitted by pycckipyccki(357) 3 years, 2 months ago

I am a big advocate on less is more, and when it comes to writing code to monitor an ASP.NET application, less code is definitely more. As a developer, once you have finished developing your application and it’s deployed into production, you’ll need to monitor it and have it notify you when something goes wrong. There are several ways to do this, from utilising the global.asax file to writing custom classes. But a little known feature in ASP.NET is health monitoring. This gives you the ability to monitor the health of an ASP.NET application. This article won’t delve into the specifics of creating your own custom health monitoring class, but it will focus on what is available to ASP.NET developers out of the box. read more...

1 comment |category: |Views: 570

tags: another

12+ open source projects for .NET you probably didn’t know about.(blog.webdistortion.com)

submitted by squiggssquiggs(585) 3 years, 2 months ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment |category: |Views: 1932

tags: another

Ruby inspired C# Extension Methods for natural DateTime operations(codeplex.com)

submitted by spavkovspavkov(1713) 3 years, 3 months ago

FluentDateTime is a open source library of Ruby inspired C# Extension Methods for easier and more natural DateTime handling and operations in .NET that allows you to write code like this: DateTime.Now + 1.Week() + 3.Days + 14.Minutes(); 3.Days().Ago(); 5.Days().After(new DateTime(2000, 1, 1)); DateTime.Now.NextDay(); DateTime.Now.WeekAfter(); DateTime.Now.Midnight(); DateTime.Now.SetTime(11, 55, 0); read more...

add a comment |category: |Views: 556

tags: another

15 Helpful .NET Extension Methods to Increase Productivity(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

Alright folks, this is my arsenal of useful Extension Methods for .NET 3.0+ mostly written by me to help with development productivity. Some real time-savers in here such as .ToInt() and .ToDateTime() (with and without a default fallback value), plus... read more...

add a comment |category: |Views: 842

tags: another

Programming for Vista, Part 2: Adding Aero Glass in Managed Code(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

In part 1 of my Vista programming series I discussed how to add CommandLink’s to your application. In part 2 this chapter, I wish to discuss how you can enhance your Windows smart client application (primarily targetting Windows Forms in this example) adding a Windows Vista Aero “glass” effect to your application. read more...

1 comment |category: |Views: 358

tags: another

Sad Way To Do Business(ayende.com)

submitted by HEskandariHEskandari(194) 3 years, 3 months ago

how to make a bad impression with poor support and bad atitude and throw away thousands potential customers. read more...

2 comments |category: |Views: 499

tags: another

An Illustrated Guide to Git on Windows(nathanj.github.com)

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

"This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools." read more...

3 comments |category: |Views: 580

tags: another

Raising Events the right way, the easy way, with an Extension Method(brianc.me)

submitted by briancbrianc(195) 3 years, 5 months ago

Raising events takes 3 lines of code. Let's follow the DRY principal and get that down to one line. Less noise, more action, very tastey. Merry Christmas. read more...

1 comment |category: |Views: 527

tags: another