codeguru

Stories kicked by codeguru

jQuery 1.5 Released: What’s New(www.devcurry.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 3 months ago

The jQuery team has released jQuery version 1.5, right on schedule! This release includes several performance improvements, bug fixes, major re-write of the Ajax module with extensibility improvements, a Deferred callback management system and much more. Here’s a quick overview of what’s new in jQuery 1.5 read more...

add a comment |category: |Views: 574

tags: another

JQuery UI 1.8.9 new version launch today(jalpesh.blogspot.com)

submitted by jalpeshjalpesh(1347) 1 year, 4 months ago

JQuery UI contains great controls and it’s very useful when developing sites. Today a new version of Jquery UI is launched. You can find more details about that from following link. http://blog.jqueryui.com/2011/01/jquery-ui-1-8-9/ It’s contains Bug fixes for Datepicker, Tabs and other things and also contains some localization improvements on the date picker.Technorati Tags: JQuery UI,ASP.NET read more...

1 comment |category: |Views: 417

tags: another

Top 13 Business Intelligence trends for 2011 (part one)(www.yellowfinbi.com)

submitted by bungleboozbunglebooz(1132) 1 year, 4 months ago

Finally! You can stop perching on the edge of your seat in anticipation. Today, we complete the puzzle. In part one of our blog post – Top 13 Business Intelligence trends for 2011 (part one) – we identified the first six major trends that we believe will shape the Business Intelligence (BI) landscape in 2011. Now, let’s take a look at the other seven. read more...

add a comment |category: |Views: 525

tags: another

wcf.codeplex.com is now live(blogs.msdn.com)

submitted by siphilpsiphilp(919) 1 year, 6 months ago

The WCF Team have been busy building a variety of projects which bring better support for HTTP based services, and better support for JavaScript/jQuery based clients. These projects have all been collected together and are being hosted on CodePlex. read more...

2 comments |category: |Views: 447

tags: another

Free EBook: Programming Windows Phone 7 by Charles Petzold - Final Ed.(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 6 months ago

Yesterday at PDC 2010, Windows Programming legend Charles Petzold released an eBook about Windows Phone 7 Programming. The best part is, this eBook is FREE for download! read more...

add a comment |category: |Views: 212

tags: another

Looking at Git and GitHub(mariangemarcano.blogspot.com)

submitted by mariangemarcanomariangemarcano(135) 1 year, 7 months ago

Recently I decided to take a look at Git and start checking what are the things that makes it different from other version control systems ... read more...

add a comment |category: |Views: 167

tags: another

Five Must Have Tools for MVC Developers(www.codecapers.com)

submitted by threenine39threenine39(329) 1 year, 7 months ago

5 Must have tools for MVC developers read more...

1 comment |category: |Views: 936

tags: another

Xaml Art Assets(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 7 months ago

Was looking around for some interesting xaml artifacts for a sample project and this site had plenty of it. The clipart is pretty nice (as shown below)... Have fun.. read more...

1 comment |category: |Views: 159

tags: another

How to Enable Client Side Validation in ASP.NET MVC 2(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 1 year, 8 months ago

Last night I was teaching MVC framework as part of an ASP.NET course. One of the things that I showed the students was how to use data annotations for server side validation. I got a question about how to enable client side validation in MVC 2 and decided to write about it in a post. So here it goes… read more...

add a comment |category: |Views: 181

tags: another

.NET 4 Design Guidelines– Classes vs. Structures(blog.davidyardy.com)

submitted by dyardydyardy(199) 1 year, 8 months ago

My goal is to cover some .NET 4 Platform features through a series of ‘guideline’ type entries demonstrating some new and existing functionality. In this first entry, I have seen both classes and structures used throughout applications. The following is meant to describe and explain good design considerations. read more...

add a comment |category: |Views: 495

tags: another

I Knew How To Validate An Email Address Until I Read The RFC(haacked.com)

submitted by sdormansdorman(1415) 1 year, 8 months ago

A great post that goes into details about how to validate an email address against the actual definition provided in RFC 2821. read more...

add a comment |category: |Views: 275

tags: another

Easy Email Templates in .NET with FluentEmail(dkdevelopment.net)

submitted by dkarzondkarzon(135) 1 year, 8 months ago

How to send emails using a HTML Template and FluentEmail in C#.NET read more...

1 comment |category: |Views: 417

tags: another

Marble Diagrams and Rx(www.abhisheksur.com)

submitted by abhi2434abhi2434(1006) 1 year, 8 months ago

Introduction to Marble Diagrams. read more...

1 comment |category: |Views: 175

tags: another

Chained null checks and the Maybe monad(devtalk.net)

submitted by dmitridmitri(408) 1 year, 8 months ago

A great many programmers have met a situation where, while accessing a nested object property (e.g., person.Address.PostCode), they have to do several null checks. This requirement frequently pops up in XML parsing where missing elements and attributes can return null when you attempt to access them (and subsequently trying to access Value throws a NullReferenceException). In this article, I’ll show how a take on the Maybe monad in C#, coupled with use of extension methods, can be used to improve readability. read more...

add a comment |category: |Views: 253

tags: another

Two Questions that Most ASP.NET Developers Cannot Answer(rantdriven.com)

submitted by jeffrymorrisjeffrymorris(185) 1 year, 8 months ago

After interviewing approximently 30 applicant's for mid-level to senior level ASP.NET positions, nearly all cannot answer the following two questions: 1. Describe the following access modifiers: a. private b. protected b. internal d. public 2. What is the difference between an ASP.NET Literal control and a Label control read more...

add a comment |category: |Views: 575

tags: another

Most popular .NET web frameworks(blog.agafonov.net.ua)

submitted by SoftEngineerSoftEngineer(495) 1 year, 8 months ago

Most popular .NET web frameworks - ASP.NET MVC, ASP Webforms, Casttle project, FubuMVC and others. read more...

add a comment |category: |Views: 199

tags: another