chrish

Stories kicked by chrish

Using Obscure Windows COM APIs in .NET(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 1 month ago

A lot of the new Windows Vista and Windows 7 APIs are exposed via COM. Here's a simple introduction for how to use them when no wrappers are available. read more...

add a comment |category: |Views: 329

tags: another

xVal 0.8 improves client side validation in ASP.NET MVC(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 2 months ago

xVal is an open source validation framework bridge for ASP.NET MVC. Its new release, version 0.8, became available this morning and adds the following features: Support for NHibernate.Validator, Internationalization, Custom validation logic, Fluent syntax for defining ad-hoc validation rules, Comparison validators, and more. read more...

1 comment |category: |Views: 275

tags: another

Alt.Net Podcast: The State of IronRuby 2009(altnetpodcast.com)

submitted by javeryjavery(5523) 3 years, 3 months ago

A quick update on the state of the IronRuby project with John Lam. read more...

1 comment |category: |Views: 123

tags: another

The Perfect Storm Botnet (codebetter.com)

submitted by siphilpsiphilp(919) 3 years, 5 months ago

Rob Conery talks about the power of a bot net and why developers should be aware of XSS attacks and other nasties should an app be allowing users to post into the system. read more...

add a comment |category: |Views: 143

tags: another

How to run ASP.NET MVC on Windows Azure(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 3 years, 6 months ago

A quick how-to on getting ASP.NET MVC up and running on Windows Azure. read more...

add a comment |category: |Views: 505

tags: another

Boy Scout Check-ins(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 6 months ago

How to leave your code campground cleaner than you found it. read more...

2 comments |category: |Views: 366

tags: another

Indispensable Wordpress Plugins(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 8 months ago

Another list of useful wordpress plugins read more...

add a comment |category: |Views: 6

tags: another

Remotely Log Off Remote Desktop Users(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 9 months ago

How to remotely log off remote desktop (terminal service) users when you get that annoying: "The terminal server has exceeded the maximum number of allowed connections.” read more...

add a comment |category: |Views: 1535

tags: another

OMeta#: Who? What? When? Where? Why?(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 11 months ago

Introducing a new open source project whose aim is to bring the OMeta language to .net. read more...

add a comment |category: |Views: 176

tags: another

Rock the iPhone with ASP.NET MVC and iUI(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 3 years, 11 months ago

An intro to using iUI and ASP.NET MVC to write web applications for the iPhone. read more...

add a comment |category: |Views: 804

tags: another

SubSonic: Using Migrations(blog.wekeroad.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Rob Conery has a nice post (and video!) of the new Migrations support that will be included in SubSonic 2.1 (Pakala) read more...

add a comment |category: |Views: 132

tags: another

Slice - Collection Slicing Extension Method(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years ago

A recreation of Python collection slicing in .NET using extension methods. read more...

add a comment |category: |Views: 47

tags: another

ASP.NET MVC Screencast: Model-based client-side validation(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years ago

A very sweet and simple way to get validation into an MVC app, just by specifying rules as attributes on model objects (e.g. [ValidateEmail]). Client-side validation happens automatically... read more...

add a comment |category: |Views: 102

tags: another

My "Better Know a Framework" Talk at IndyCodeCamp(moserware.com)

submitted by moserwaremoserware(1665) 4 years, 1 month ago

Today at the IndyCodeCamp I gave a talk in much of the same spirit as the "Better Know a Framework" series on ".NET Rocks!" The talk had no slides, but featured me in the debugger highlighting a few of my favorite (but lesser known classes). This code is included. As part of my preparation, I researched every topic covered on each show and included a brief summary as part. read more...

add a comment |category: |Views: 16

tags: another

From Developer to Technical Manager(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 1 month ago

Organizations with an outdated organizational structure have got to wake up and change before it’s too late. They will either lose or ruin their people. Either way, the company loses because people are the company. read more...

add a comment |category: |Views: 7

tags: another

How to open a project file in Visual Studio 2008 for editing(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years, 1 month ago

Shows how to use PowerCommands to open a csproj file in VisualStudio for editing purposes instead of actually "opening" the project. This gives you the visual studio xml editor as well as the built in intellisense for the msbuild schema. Its a great set of tools to install. read more...

add a comment |category: |Views: 9

tags: another