Royni

Stories kicked by Royni

Building a Simple Iframe Custom Control(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 7 months ago

The post explains how to build a simple Iframe custom control in ASP.NET. read more...

add a comment |category: |Views: 81

tags: another

ASP.net MVC goes Beta(microsoft.com)

submitted by phatboyslimphatboyslim(370) 3 years, 7 months ago

Hot on the heels of Silverlight, MVC is out of preview and into Beta today. read more...

3 comments |category: |Views: 461

tags: another

Functional .NET - LINQ as a Monad(codebetter.com)

submitted by mpodwysompodwyso(65) 3 years, 7 months ago

As part of my talk at the Richmond Code Camp earlier in October, I had the opportunity to talk about how to implement functional aspects in C# 3.0. This talk revolved around such concepts as from mutable to immutable, from inheritance to functional composition, and the mind shift that is required. Part of this discussion involved very briefly a talk about monads. It's a very misunderstood part of computer science and one of the most powerful concepts to learn. Much like continuation passing style, this style is often maligned as a result. But, let's work to change that. read more...

add a comment |category: |Views: 71

tags: another

Ektron CMS400 7.0 issues with .NET Framework 3.5 SP1(activoinc.com)

submitted by ronpeledronpeled(10) 3 years, 7 months ago

A solution to an issue with Ektron CMS400.NET's library. The issue comes about with a regular windows update of the server. read more...

add a comment |category: |Views: 16

tags: another

JavaScript Photo Rotator(atlasbay.com)

submitted by ntottenntotten(40) 3 years, 7 months ago

I have created a JavaScript photo rotator similar to the one on iStockPhoto.com's home page. This rotator is pretty simple and only requires about 20 lines of JavaScript. read more...

add a comment |category: |Views: 250

tags: another

BlogEngine.NET community is growing!(jankoatwarpspeed.com)

submitted by MarwanMarwan(850) 3 years, 7 months ago

new contributions to support BlogEngine.NET read more...

add a comment |category: |Views: 285

tags: another

Best practices for creating websites in IIS 6(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 7 months ago

A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application. read more...

3 comments |category: |Views: 517

tags: another

How to Install Your Own Subversion Version Control Server Using Visual(dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 7 months ago

This article will have 2 sections One will discuss the SVN Server installation and configuration and the second part will be about how to use the SVN client. read more...

1 comment |category: |Views: 330

tags: another

Show Multiple Silverlight Controls in the Same Page with jQuery(faxt.com)

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

As I’ve already mentioned, I'm an advocate for using Silverlight in moderation - keeping the web WEBBY. I'm also one very excited Silverlight programmer. That's why I use islands of Silverlight in my html pages instead of one huge monolithic Silverlight application that takes over the entire experience. read more...

add a comment |category: |Views: 24

tags: another

October 2nd Links: ASP.NET, ASP.NET MVC, ASP.NET Dynamic Data(weblogs.asp.net)

submitted by ramiljoaquinramiljoaquin(465) 3 years, 7 months ago

Here is the latest in my link-listing series. Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. read more...

1 comment |category: |Views: 209

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

Script#: the .NET response to the Google Web Toolkit(gojko.net)

submitted by gojkogojko(1115) 3 years, 7 months ago

Script# is a free .NET tool that converts C# into JavaScript, allowing us to a lot of existing C# tool support to write and manage large JavaScript code bases easier. This presentation introduces Script#, explains when and how to use it and discusses some common pitfalls with this tool. read more...

add a comment |category: |Views: 30

tags: another

Get Latest Release of DotNetNuke(mynetnuke.com)

submitted by mynetnukemynetnuke(522) 3 years, 8 months ago

DotNetNuke 4.9 release fixes several security issues. Some of them marked as low and two of them are marked as critical. You are strongly advised to read more...

add a comment |category: |Views: 3

tags: another

Create datetime range with custom interval(nirandas.com)

submitted by redcapredcap(420) 3 years, 8 months ago

In this post I will show a method using which we can create datetime ranges. This method is not specific to the datetime, instead it can be used with any type including int, long etc. read more...

add a comment |category: |Views: 11

tags: another

NAnt Addin for Visual Studio 2008(bchavez.bitarmory.com)

submitted by parsa.aminiparsa.amini(329) 3 years, 8 months ago

A NAnt Addin for Visual Studio 2008 read more...

add a comment |category: |Views: 421

tags: another

StyleCop was just released!(spoiledtechie.com)

submitted by cheetahtechcheetahtech(815) 3 years, 8 months ago

StyleCop was just released! A tool that does all the styling for you in VS 2008 and 2005. It helps you adhere to styling guidelines and standards of your Code. It is a Great tool. read more...

6 comments |category: |Views: 600

tags: another