mynetnuke

Stories kicked by friends of mynetnuke

ASP.NET MVC - Prevent Image Leeching with a Custom RouteHandler(mikesdotnetting.com)

submitted by MikesdotnettingMikesdotnetting(340) 2 years, 5 months ago

Have you ever noticed an unusually high number of requests in your web server log files for image files? It may well be that someone is linking to your images from their own site, and basically stealing your bandwidth. Here's how to implement a custom RouteHandler within an ASP.NET MVC application to prevent people leeching your images. read more...

add a comment |category: |Views: 28

tags: another

More on Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 5 months ago

In my last post, one of the thing you complained about the maintaining view model meta data configuration in two separate place and I admit this becomes a pain when you skim through the codes. I have changed the implementation, so now you will be able to configure the meta data very much like the Fluent NHibernate or Entity Framework 4.0 Code ... read more...

8 comments |category: |Views: 279

tags: another

XNA Game Development (Decentralize)(progware.org)

submitted by iwannisiwannis(452) 2 years, 5 months ago

In the previous post, we have talked about drawing and moving 2D textures on the XNA window. In this post, we will explore the basic architecture that XNA uses in order to separate the game logic from the sprite logic. read more...

add a comment |category: |Views: 18

tags: another

Facebook, Twitter, LinkedIn, Digg, YouTube, Flicker API and .NET Lib(urenjoy.blogspot.com)

submitted by urenjoyurenjoy(337) 2 years, 5 months ago

Facebook, Twitter, LinkedIn, Digg, YouTube, Flicker, Orkut..etc are the most popular in the Web. Now these are becoming a part of website and web application. These provide API to use the service in your web app.Here are the links of API and sample wrapper for (VB C#).NET developer. read more...

1 comment |category: |Views: 146

tags: another

ASP.NET MVC 2 Beta - Strongly Typed UI Helpers(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 5 months ago

The following article demonstrates how to use ASP.NET MVC 2 Beta’s strongly typed UI helpers. read more...

4 comments |category: |Views: 449

tags: another

6 Of My Favorite Visual Studio Shortcuts(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A few of my favorite Visual Studio Shortcuts to make my life and yours just a bit easier! read more...

4 comments |category: |Views: 1104

tags: another

5 Very Useful C# Attributes(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A look at some of the useful attributes in c# read more...

6 comments |category: |Views: 1620

tags: another

Exploring .Net 4 Features - Tuples(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 5 months ago

Taking a look at some of the new features which are part of .Net 4. We will be focusing this episode on Tuples. Tuples allow you to return multiple values from a method with simplicity and ease by allowing you to dynamically create a return object which is typed for your specific needs. read more...

6 comments |category: |Views: 755

tags: another

Mastering jQuery now available at TekPub | Encosia(encosia.com)

submitted by javeryjavery(5523) 2 years, 5 months ago

Dave and I launch a new series on TekPub about Mastering JQuery. read more...

3 comments |category: |Views: 378

tags: another

Difference TempTable and Table Variable (blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 5 months ago

A Myth Busted. Recently, I have been conducting many training sessions at a leading technology company in India. During the discussion of temp table and table variable, I quite commonly hear that Table Variables are stored in memory and Temp Tables are stored in TempDB. I would like to bust this misconception by suggesting following: Temp Table and Table Variable — both are created in TempDB and not in memory. read more...

6 comments |category: |Views: 392

tags: another

IE8 And Web Standards(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 5 months ago

Earlier this year, Microsoft submitted 7200 CSS 2.1 test cases to the W3C, as a mature approach to move the web forward and help solving ambiguities, options and misinterpretations in any specification. In this post you will get a sense of how these tests work and how IE, Firefox, Safari, Opera and Chrome are passing these tests. You will also find a demo of Expression Web SuperPreview and some very positive feedback from the Mozilla team. read more...

3 comments |category: |Views: 188

tags: another

Meet my new ASP.NET MVC Extension - System.Web.Mvc-Kazi Manzur Rashid(weblogs.asp.net)

submitted by mithumithu(570) 2 years, 5 months ago

After hearing Phil Haack and Scott Hanselman in their latest podcast and PDC session I decided to give a good look at the MvcTrubine project in this weekend. I totally agree the intend of this project, let your favorite IoC to rule everywhere, but I do not think it has been implemented in the correct way. There are three important design flaws that I found in MvcTurbine: Generic Component Registration API Rather than allowing you to use your preferred IoC registration features, it prefers to use its own generic syntax for component registration, which is simply wrong. In real application, we need more support from our IoC such as lifetime management, auto wiring, modularity like (Ninject/Autfac Modules, StructureMap Registry) etc. In case of this generic API we have to throw away the features of these IoCs. Missing Common Service Locator I think the Common Service Locator(CSL) has become the standard to abstract the underlying IoC from your application code and all the popular IoCs in .NET world has an adapter for CSL. But rather than using/extending it, it has its own version of service locator. Limited support for Action Filter injection It uses a host kinda Attribute to inject the dependencies into the actual action filter attribute and this host is not capable of passing the attribute specific values to the actual attribute and even if this feature is implemented in the future it will be based upon the string based property name which would work on top of reflection. Now, lets see how my new extension solves the above issues and how easily you can start plugging it in your application. First lets take a quick look of the project structure of this extension. read more...

4 comments |category: |Views: 247

tags: another

.NET 4 Parallel Programming, Not So Fast… (Part 3)(shelbyrobertson.com)

submitted by srober12srober12(20) 2 years, 5 months ago

A look into the performance of the parallel programing structures included with .NET 4.0 read more...

add a comment |category: |Views: 24

tags: another

15 reasons why you should start using Model Driven Development (MDD)(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 5 months ago

Johan den Haan has written a compelling piece over at Enterprise Architect on why you should start using MDD. He lists 15 advantages of Model-Driven Development that focus in on productivity, quality and alignment. read more...

6 comments |category: |Views: 639

tags: another

ARCast.TV - Rocky Lhotka on Development Frameworks(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 5 months ago

It is difficult to strike a balance between the optimal architecture and over architecting a solution. Joe Shirey sits down with Rocky Lhotka , the creator of the CSLA.NET framework, to discuss how he balances what should and should not be in his framework. read more...

5 comments |category: |Views: 154

tags: another

3M Multi-touch Developer Kit on Windows 7(blogs.msdn.com)

submitted by zhimingzhiming(1135) 2 years, 5 months ago

The 3M Multi-touch Developer kit consists of a 19-inch, 16:10 metal-housed LCD display with desktop stand and USB HID interface. This kit provides software developers with the necessary tools to create next-generation, true multi-touch applications in support of the upcoming release of the Microsoft Windows 7 operating system. One unique aspect about the multitouch developer kit is that it supports 10-finger multi-touch input. For more technical detail visit 3M’s web site here. read more...

6 comments |category: |Views: 207

tags: another