generalPanic

Stories kicked by friends of generalPanic

A look at Dependency Injection and Inversion(devdirective.com)

submitted by RobertTheGreyRobertTheGrey(447) 7 months, 6 days ago

There seems to be a fair amount of confusion around this topic, a particularly useful tool in the SOLID toolbox, but in the wrong hands can go horribly wrong. Let's try and set the record straight now... read more...

6 comments |category: |Views: 574

tags: another

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

Practical jQuery Mobile with ASP.NET MVC(yobriefcase.posterous.com)

submitted by kouphaxkouphax(345) 1 year, 7 months ago

I wanted to write a post about creating a basic jQuery Mobile app but as I started putting the code together MVC became more and more involved so I combined the 2. read more...

add a comment |category: |Views: 576

tags: another

Using ModelMetaData in MVC 2 to wire up sweet jQuery awesomeness(www.lostechies.com)

submitted by misbaharefinmisbaharefin(845) 1 year, 7 months ago

I recently came up with an approach to wiring up some jquery plugins that modify the behavior of standard input text boxes. The approach is not original by any means.I got the idea from the built in client side validation for MVC2, which was inspired by Steve Sanderson's xVal framework. read more...

add a comment |category: |Views: 164

tags: another

NoSql No Problem - NoRM and MongoDB Tutorial - Querying(codefather.pl)

submitted by codefathercodefather(70) 1 year, 7 months ago

MongoDB offers a rich query environment with lots of features. Queries in MongoDB are represented as JSON-style objects, very much like the documents we actually store in the database. If you’re moving to MongoDB from a relational databases, you’ll find that many SQL queries translate easily to MongoDB’s document-based query language. This tutorial is based on MongoDB’s documentation and its goal is to show how easy is querying MongoDB database using NoRM. read more...

add a comment |category: |Views: 281

tags: another

jQuery Mobile alpha and jQuery 1.4.3 released(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 7 months ago

A quick preview of the releases by the jQuery Team read more...

add a comment |category: |Views: 168

tags: another

Config management with Rake for .net projects.(webpangea.blogspot.com)

submitted by SlartyBartfastSlartyBartfast(95) 1 year, 7 months ago

Managing configuration for multiple environments in .net projects with Rake and Configatron read more...

add a comment |category: |Views: 181

tags: another

Create a Build File for a Visual Studio Solution - MsBuild Series(markkemper1.blogspot.com)

submitted by mkempermkemper(518) 1 year, 7 months ago

A build file automates the process of building, testing, analyzing, packaging, & deploying your project. Build files can be used to give you a single click solution to perform mundane tasks in a consistent way. read more...

add a comment |category: |Views: 278

tags: another

Free Continuous Integration Toolkit(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 7 months ago

continuous integration (CI) implements continuous processes of applying quality control - small pieces of effort, applied frequently. Continuous integration aims to improve the quality of software, and to reduce the time taken to deliver it, by replacing the traditional practice of applying quality control after completing all development. My personal definition is: “Giving a damn that the code you write is not breaking the app considering that other developers are working on the code base at the same time and realizing that you are not infallible.” read more...

1 comment |category: |Views: 540

tags: another

Adding reCAPTCHA to asp.net MVC(eglasius.blogspot.com)

submitted by eglasiuseglasius(91) 1 year, 7 months ago

How to add reCAPTCHA to your asp.net MVC site read more...

1 comment |category: |Views: 139

tags: another

ASP.NET MVC 2 Fundamentals(www.charlieblog.net)

submitted by mattatsallysmattatsallys(130) 1 year, 7 months ago

I did a presentation at work today on ASP.NET MVC 2 fundamentals. I covered the basics of creating an ASP.NET MVC 2 website. Here is what I covered: 1.) Entity Framework for our data access layer 2.) POCO entities 3.) Repository pattern with abstract and concrete classes 4.) Creating our first controller 5.) Creating our first view (modifying to use partials) 6.) Altering the default route 7.) Discussing differences between GET and POST 8.) Creating our own controller factory utilizing Unity read more...

2 comments |category: |Views: 350

tags: another

HTML 5 Intellisense In Visual Studio 2010(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 7 months ago

Someone recently asked me if Visual Studio 2010 supports HTML 5 Intellisense. Well the answer is not out-of-the-box, but there is a free tool that makes it possible. read more...

add a comment |category: |Views: 292

tags: another

Improved JavaScript Model Binding in ASP.NET MVC 3 Preview 1(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 1 year, 7 months ago

796319465169 read more...

add a comment |category: |Views: 227

tags: another

ASP.NET and the Padding Oracle Attack: Wrap-up(securitythroughabsurdity.com)

submitted by j.montyj.monty(1868) 1 year, 8 months ago

Based on the news that was released at the time, it appeared that this vulnerability was just an issue AES. It turns out that this was false and that that this attack works against ANY BLOCK CIPHER meaning 3DES was also vulnerable. This wrap-up links to some mitigation techniques and also discusses how to protect against padding oracle attacks using Digital Signatures. read more...

3 comments |category: |Views: 338

tags: another

7 Freely available E-Books/Guides I found essential for .NET Programme(amazedsaint.blogspot.com)

submitted by BognitBognit(2125) 1 year, 8 months ago

Freely available E-Books/Guides I found essential for .NET Programme read more...

3 comments |category: |Views: 914

tags: another

Overriding a .svc Request With Routing(haacked.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 8 months ago

One useful feature of routing in ASP.NET is that requests for files that exist on disk are ignored by routing. Thus requests for static files and for .aspx and .svc files don’t run through the routing system. read more...

add a comment |category: |Views: 65

tags: another