Rickasaurus

Stories submitted by friends of Rickasaurus

Do Androids Dream of Modal :Sheep?(blog.wekeroad.com)

submitted by drmohundrodrmohundro(374) 2 years ago

Rob Conery shares his dream of "knowing a new API, not a new IDE" when new versions of the framework come out. It is related to the resurgence of editors such as Vim or Emacs in the .NET space. read more...

1 comment |category: |Views: 13

tags: another

posh-git Release v0.1(www.lostechies.com)

submitted by drmohundrodrmohundro(374) 2 years, 1 month ago

Do you use Powershell and Git? Then check out the 0.1 release of posh-git which gives you great powershell and git integration! read more...

add a comment |category: |Views: 7

tags: another

Bundler Now Supports Css And .less(www.codethinked.com)

submitted by drmohundrodrmohundro(374) 2 years, 2 months ago

New version of (recently renamed) Bundler combines your javascript or CSS to save on server requests. Also adds support for .less! read more...

add a comment |category: |Views: 224

tags: another

Just released System.Web.Mvc.Extensibility Beta - Kazi Manzur Rashid(weblogs.asp.net)

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

Just released System.Web.Mvc.Extensibility Beta I am announcing the beta of System.Web.Mvc.Extensibility. There has been quite a few changes in this release :Added support for PerWebRequest lifetime. Removed the “base” suffix from the abstract class. I am dropping the Autofac. After struggling quite a few days to add PerWebRequest support, I came to the conclusion that adding such support re... read more...

add a comment |category: |Views: 8

tags: another

Silverlight and ASP.NET MVC Don’t Serve the Same Master(odetocode.com)

submitted by drmohundrodrmohundro(374) 2 years, 4 months ago

Great contrast between ASP.NET MVC and Silverlight and how ASP.NET MVC is primarily code focused whereas Silverlight is primarily tool focused. read more...

add a comment |category: |Views: 278

tags: another

Introducing Fluent MetadataProvider for ASP.NET MVC - Kazi(weblogs.asp.net)

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

I have just included a Fluent Metadata provider in my open source System.Web.Mvc.Extensibility project. Currently it contains all of the features of the Built-in DataAnnotations Metadata provider that comes with the ASP.NET MVC 2 framework. Consider it as a holiday special from me for the ASP.NET MVC community :-). The main reason I am no... read more...

5 comments |category: |Views: 266

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

ASP.NET MVC 2 RC and My List of Requirements - Kazi Manzur Rashid(weblogs.asp.net)

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

As you already know ASP.NET MVC 2 hits the RC, as far as I know this is the last release before the final. There has been quite a few things that the ASP.NET MVC team has added since the v1.0. I know people says human nature is “More you get the more you want”, but the requirements that I am presenting here is not new, instead these are the enhance... read more...

add a comment |category: |Views: 6

tags: another

Telerik Extensions for ASP.NET MVC Survey - Kazi Manzur Rashid's Blog(weblogs.asp.net)

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

Dear readers, as you know that we have released our beta few weeks back, we are currently looking for your feedback on the existing features as well as the features that you would like to see in our next release. This is a very short survey only 4/5 screens to complete, click here to submit your valuable feedback. Thanks in advance for your precious... read more...

add a comment |category: |Views: 181

tags: another

Web Asset Enhancements in Telerik Extensions for ASP.NET MVC - Kazi(weblogs.asp.net)

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

In the recent release, there has been few enhancements in the Web Asset Management. One of the new thing that we introduced which was actually requested by the community is Shared Web Asset. In this post, I will show you, how to use it in your ASP.NET MVC... read more...

add a comment |category: |Views: 161

tags: another

Using Telerik MVC Grid in CRUD Scenario - Kazi Manzur Rashid's Blog(weblogs.asp.net)

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

I am proud to inform you that yesterday we released our Q3 2009 version of Telerik Extensions for ASP.NET MVC. As promised this release includes: * Grid * Menu * PanelBar * TabStrip You can find the live version and source codes in the following locations... read more...

add a comment |category: |Views: 422

tags: another

How to: “Kick It” or “Shout It” from Google Reader(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 2 years, 9 months ago

Evernote published a Google Reader "Send To" “how to” today, and I showed DZone readers how to push items to DZone’s queue yesterday. Here’s how you can send stories to DotNetKicks or DotNetShoutout. read more...

add a comment |category: |Views: 127

tags: another

This Week on Channel 9: Revolution 9 - The Future of Channel 9(channel9.msdn.com)

submitted by alashcraftalashcraft(1180) 2 years, 11 months ago

On a very special episode of This Week on Channel 9, Dan is joined by Jeff, Duncan, and Nishant to talk about the recent survey results, and the Revolution 9 project. read more...

add a comment |category: |Views: 8

tags: another

Dew Drop - June 25, 2009(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 2 years, 11 months ago

Today's fresh links for .NET developers, courtesy of The Morning Dew. read more...

add a comment |category: |Views: 8

tags: another

ASP.NET MVC UI Components (Continued) - Kazi Manzur Rashid(weblogs.asp.net)

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

In my last post, two important issues are raised 1. The justification of having server side components for jQuery UI. 2. The style of syntax. The intension of my last post was to get the feedback of the type of syntax the ASP.NET MVC developer prefers, so I did not mention anything on the server side side integration, this might be the reason why few people were unable to find the benefits of this server side support. In this post, I will try to show few simple examples of the server side integration, lets say that you are creating a Task submit form, you can use the Slider as completed percent field instead of regular input field, like the following.... read more...

add a comment |category: |Views: 409

tags: another

Kobe – MS New Web 2.0 Resource Kit in ASP.NET MVC and My thoughts(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 1 month ago

If you recently visited the home page of www.asp.net you will find that Microsoft has released a new Resource Kit for developing Web 2.0 Applications. The resource kit contains a sample reference application that is developed in ASP.NET MVC framework. Since both of these are my area of of interest, I downloaded the codes and give a quick walkthrough. Prior getting to the main discussion, I just want to remind you that it is the second reference application (after Oxite) that is named under Microsoft, so you are suppose to get some quality.... read more...

add a comment |category: |Views: 402

tags: another