Ranj

Stories kicked by Ranj

JQuery, the very very basics - Lesson 4(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 7 months ago

On again with the very basics of JQuery. Thanks again for all of the kicks, dzones, stumbled-upons. I am wearing a permanent thank-you smile now. :) Now that we have done with the selection and manipulation of JQuery elements, time for some actions (event handling). Actions, reactions, interactions, through which we learn, connect and play, through which web becomes an inseperable part of our lives. read more...

1 comment |category: |Views: 449

tags: another

Aggiorno 1.2 released! Better Performance, IE8 features and more(aggiorno.com)

submitted by samiqsamiq(450) 3 years, 7 months ago

The guys over at Artinsoft just released a refresh to their aggiorno web assistant tool, from their website "aggiorno represents a new generation of tools for software developers that uses advanced transformational technologies, for turning any existing website into a valid, findable, accessible standards compliant one"... it really is a great tool and totally worth it to check it out. read more...

1 comment |category: |Views: 184

tags: another

POCO and Unity Application Block Part II(randypatterson.com)

submitted by olegsycholegsych(335) 3 years, 7 months ago

In this post, Randy Patterson shows how to use property injection in Unity application block with plain CLR objects using programmatic and XML-based configuration. read more...

add a comment |category: |Views: 37

tags: another

Introduction to NHibernate: Setting up your Mappings(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 7 months ago

A short screencast performing an Introduction to NHibernate: Setting up your Mappings read more...

1 comment |category: |Views: 149

tags: another

Access JavaScript variables on PostBack using ASP.NET Code(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 7 months ago

In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so. One using Hidden variables and the other using the __doPostBack() javascript method. read more...

1 comment |category: |Views: 576

tags: another

Scott Hanselman's Computer Zen - Plug-In Hybrids: ASP.NET WebForms and(hanselman.com)

submitted by beckelmwbeckelmw(2755) 3 years, 7 months ago

I wanted to write this post because there seems to be a lot of confusion about how ASP.NET WebForms, MVC and Dynamic Data all fit together. Folks may have WebForms applications and want to start looking at ASP.NET MVC but aren't sure if they need to start from scratch or not. Folks might look at Dynamic Data but mistakenly assume it's just for scaffolding administrative sites. read more...

add a comment |category: |Views: 22

tags: another

Separate Assemblies != Loose Coupling(codebetter.com)

submitted by scottcreynoldsscottcreynolds(195) 3 years, 7 months ago

read and learn read more...

add a comment |category: |Views: 403

tags: another

A Web Based Sequence Diagram Editor (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 7 months ago

After I published a post about SDEdit which is a free desktop sequence diagram editor, I received a mail from Steve Hanov who wanted to introduce me with a very impressive alternative to SDEdit. Steve has created a web service that creates renditions of sequence diagrams, it is completely online and... read more...

add a comment |category: |Views: 482

tags: another

Enterprise Library 3.1 Log Errors(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

Today, I came across a couple of confusing errors while trying to re-setup logging again on a new PC and running my web application. It was throwing an exception logging error for Enterprise Library in my Data Layer. “Format of the initialization string does not conform to specification starting at index 45” and “Inaccessible logs: Security Error” read more...

add a comment |category: |Views: 22

tags: another

Introduction to jQuery Article posted(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

I've posted Part 1 in a 2 part series on jQuery today. Part 1 covers the client side features of jQuery from the basics all the way through creating simple plugins and extending jQuery. This is a long article that discusses a host of the really useful features that jQuery brings to the table for client side Javascript development. Part 2 will then follow up with server side ASP.NET integration. read more...

1 comment |category: |Views: 340

tags: another

Project Suvius.Famingo(codebetter.com)

submitted by bradygasterbradygaster(4897) 3 years, 7 months ago

Kyle starts up an interesting project through which he'll be tinkering with the ASP.NET MVC model. Not a bad idea, for sure. read more...

add a comment |category: |Views: 6

tags: another

Silverlight news for September 26, 2008(silverlightshow.net)

submitted by iiordanoviiordanov(350) 3 years, 8 months ago

Expression Blend 2 SP1 Preview has been released! You can download it from here. 3D Graphics With Silverlight by Matthieu LABAN - 3D samples for Silverlight are getting better and better. This time Matthieu displays his flight track using the cool Kit3D engine available on Codeplex. Live demo is also available, but keep GPX files handy. ... read more...

add a comment |category: |Views: 4

tags: another

Virtual earth deep zooming.(silverlightshow.net)

submitted by iiordanoviiordanov(350) 3 years, 8 months ago

In this article I'd like to tell you how you can easily create your own Virtual Earth viewer based on Silverlight Deep Zoom technology. ... read more...

add a comment |category: |Views: 11

tags: another

NHibernate optimization avoid unnecessary select queries(akcedo.com)

submitted by sirroccosirrocco(800) 3 years, 8 months ago

Left outer join is sometimes your friend in NHibernate read more...

add a comment |category: |Views: 140

tags: another

How to use custom audit fields with SubSonic(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 3 years, 8 months ago

SubSonic uses a few audit fields by default - you don’t need to write any code. However, the field names that are used are coded into the source code. You can modify the source code and generate a new assembly, but if you’re like me and would rather not edit the source code (so you don’t need to update the code at every release), then you’ll be looking for an alternative approach. Three options are discussed: 1) Modify SubSonic source code, 2) Use partial classes for each table, 3) Create a custom template and base class read more...

2 comments |category: |Views: 215

tags: another

Castle Windsor - Configuring your IoC Container(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 8 months ago

A short screen cast with Castle Windsor and how to Configure your IoC Container read more...

add a comment |category: |Views: 268

tags: another