o2bjang

Stories kicked by o2bjang

MVP vs MVC(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 5 months ago

With all the noise around MVC.NET this days, question what is the difference between MVC and MVP is asked quite frequentlly. Check out this blog post for some answers on that question read more...

4 comments |category: |Views: 281

tags: another

5 signs your ASP.NET application may be vulnerable to HTML injection(damieng.com)

submitted by DamienGDamienG(1405) 4 years, 5 months ago

HTML injection is an incredibly dangerous flaw to have in your application and ASP.NET does nothing for you automatically. Here's 5 tell-tale signs your application may be affected. read more...

add a comment |category: |Views: 19

tags: another

Optimize Your Code For Multi-Core Machines(msdn.microsoft.com)

submitted by GaussZGaussZ(580) 4 years, 5 months ago

Use the Task Parallel Library (TPL) to easily benefit from multiple processor cores. This introduction gives great examples of how easy it is to rewrite your code for multiple cores and what performance gains await you afterwards. read more...

add a comment |category: |Views: 11

tags: another

ASP.NET MVC Design Philosophy(weblogs.asp.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 5 months ago

A great post from Eilon about the philosophy and approach to MVC in ASP.NET... read more...

2 comments |category: |Views: 10

tags: another

ASP.NET 3.5 Extensions - plus MVC HowTo Screencast(hanselman.com)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

Scott Hanselman on screen to show the new ASP.NET 3.5 Extensions and the ASP.NET MVC framework. DotNetKicks guys, how did you let this skip by? ;) read more...

add a comment |category: |Views: 20

tags: another

Is MVC right for you? (weblogs.asp.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 5 months ago

Interesting question... and interesting writeup ... asking if MVC is right for you. Will be an interesting discussion to follow no doubt. read more...

6 comments |category: |Views: 6

tags: another

ASP.NET 3.5 by Scott(weblogs.asp.net)

submitted by RemanReman(1970) 4 years, 5 months ago

The blog entry from Scott read more...

4 comments |category: |Views: 2

tags: another

MVC Toolkit(asp.net)

submitted by bladefistbladefist(471) 4 years, 5 months ago

MVC Tool kit direct link read more...

4 comments |category: |Views: 2197

tags: another

More Silk-style icons(damieng.com)

submitted by DamienGDamienG(1405) 4 years, 5 months ago

Everybody's heard of the fantastic silky-smooth "Silk Icons" set from FamFamFam. This new set complements that original 1,000 png icon set with over 450 more of the same for use in Windows or Web applications. read more...

1 comment |category: |Views: 270

tags: another

Sample + Notes on using the Parallel Extensions Library(blog.bluecog.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 5 months ago

Recently Microsoft released the Parallel Extensions Library to aid developers in building solutions that leverage multi-core machines that are becoming the norm. This post provides a sample solution that highlights the benefits of running parallel code but also highlights some warnings about why this library is not a silver bullet. read more...

add a comment |category: |Views: 25

tags: another

ASP.NET MVC Framework (Part 2): URL Routing(weblogs.asp.net)

submitted by alleyalley(2840) 4 years, 5 months ago

Last month I blogged the first in a series of posts I'm going to write that cover the new ASP.NET MVC Framework we are working on. The first post in this series built a simple e-commerce product listing/browsing scenario. It covered the high-level concepts behind MVC, and demonstrated how to create a new ASP.NET MVC project from scratch to implement and test this e-commerce product listing functionality. read more...

add a comment |category: |Views: 33

tags: another

Beyond Ajax: Software Development, Two Years from Now(cio.com)

submitted by GaussZGaussZ(580) 4 years, 5 months ago

An interesting look on what web development could have in store for the next two years, with predictions from some of the brightest web development tool builders out there, including Scott Guthrie and Dean Hachamovitch. read more...

1 comment |category: |Views: 0

tags: another

[Build Knowledge] Versioning(sleepoverrated.com)

submitted by ScottCowanScottCowan(120) 4 years, 5 months ago

Setup CruiseControl.Net and NAnt to version your application. a full end to end tutorial with code provided read more...

1 comment |category: |Views: 12

tags: another

Testing ScottGu: Alternate View Engines with ASP.NET MVC (NVelocity)(chadmyers.com)

submitted by chadmyerschadmyers(840) 4 years, 5 months ago

Exploring the use of non-WebForms view engines with the new ASP.NET MVC framework (example: NVelocity) read more...

add a comment |category: |Views: 168

tags: another

The Least You Need to Know about C# 3.0 (Beta 2 Edition)(blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 4 years, 10 months ago

A lot of people (myself included) have written about LINQ in the next version of C#. LINQ is indeed an empowering technology. However, even without LINQ, C# 3.0 would be a compelling upgrade. Now that Beta2 is publicly available, here’s my personal list of the most useful features in the next release. read more...

add a comment |category: |Views: 2

tags: another

Home Automation Part 2 – Making Basic Measurements(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

Remotely controlling the temperature of a cabin over the internet. In the previous installment I described my decision to build a temperature and humidity sensor network using modules from IButtonLink.com. The heart of the system is the Link45 which connects the PC’s serial port to the sensor network and provides an ASCII interface to the sensors. read more...

add a comment |category: |Views: 37

tags: another