tucekj

Stories kicked by tucekj

CodeRush Xpress(stribny.name)

submitted by stribnystribny(225) 3 years, 6 months ago

Microsoft and Devexpress recently released a new plugin for Visual Studio. Every C# developer with Standard or above version of Visual Studio can now enjoy a basic set of features from CodeRush and Refactor! Pro for free. You can watch the announcement from PDC, take a look at it’s features or download it right now. read more...

add a comment |category: |Views: 11

tags: another

Blogengine.net running under IIS 7 causes Error 404(stribny.name)

submitted by stribnystribny(225) 3 years, 6 months ago

You need to make some changes in web.config file in order to get it work. The easest way is to download an updated web.config here http://wiki.aspone.cz/wiki/images/3/34/Web.config. read more...

add a comment |category: |Views: 62

tags: another

Model-based validation for ASP.NET MVC (concept)(stribny.name)

submitted by stribnystribny(225) 3 years, 9 months ago

I have written a few lines for validating my forms. It’s basically a concept which is not ready for production but I want to share it with you a get some feedback. read more...

add a comment |category: |Views: 31

tags: another

ASP.NET 3.5 / IIS7 / SQL server hosting - one year for free(stribny.name)

submitted by stribnystribny(225) 3 years, 9 months ago

Hurry up! read more...

add a comment |category: |Views: 30

tags: another

The Onion Architecture(jeffreypalermo.com)

submitted by terrbleterrble(1665) 3 years, 9 months ago

The fundamental rule is that all code can depend on layers more central, but code cannot depend on layers further out from the core. This architecture is unashamedly biased toward object-oriented programming, and it puts objects before all others. read more...

1 comment |category: |Views: 487

tags: another

6 ASP.NET MVC books so far?(stribny.name)

submitted by stribnystribny(225) 3 years, 10 months ago

Do you know any other? read more...

add a comment |category: |Views: 24

tags: another

Validating culture name using LINQ(stribny.name)

submitted by stribnystribny(225) 3 years, 10 months ago

Using LINQ for culture name validation. read more...

add a comment |category: |Views: 13

tags: another

NHIbernate 2.0 Goes Beta 1 after Microsoft ‘Linq to Entities’ receives(damon.agilefactor.com)

submitted by dcarrdcarr(790) 3 years, 10 months ago

The first official beta for NHibernate 2.0 was released today. This comes on the heels of the damaging ‘boycott’ of the Microsoft ‘Linq to Entities’ upcoming release, which was anticipated to be a serious competitor to NHibernate. LAST MINUTE UPDATE FROM THE NHIBERNATE TEAM There has been a change in how NHibernate is packaged as the core and contrib aspects now have dedicated locations. Since NHibernate 2.0 Alpha 1, ONLY THE CORE of the project is included at the link above. The Contrib Projects are now in a dedicated location: http://sourceforge.net/projects/nhcontrib There are a few new projects that are essential to investigate for your needs (for example the Burrow project). Also be sure to visit the wiki for these significant projects: http://nhcontrib.wiki.sourceforge.net See the end of this post for a partial list of these contrib efforts. The team at domain.dot.net has been working with 2.0.X since the first alpha, and following the progress of the trunk. In our opinion this beta has the high quality of prior betas and we recommend it for non-critical systems immediately as your risk policy allows. We’re working on a more detailed analysis coming soon on some of the key improvements. To download the code direct from the trunk use this SVN URL: https://nhibernate.svn.sourceforge.net/svnroot/nhibernate This is no minor update, as with this release they will align with the widely used and praised ‘Hibernate 3.2’ for Java. Here is a listing of the planned new features which are represented to varying degrees of complexness in this beta: read more...

4 comments |category: |Views: 245

tags: another

ASP.NET Performance Tips(weblogs.asp.net)

submitted by hwaheedhwaheed(245) 3 years, 10 months ago

The article lists few of some of the many performance tweaks that can be implement to boost up ASP.NET performance. read more...

3 comments |category: |Views: 591

tags: another

Dissecting Linq Expression Trees - Part 1(codethinked.com)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Nice article on how to use and create Linq Expression trees. read more...

add a comment |category: |Views: 171

tags: another

How to create web application user interface that looks like Outlook (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

How many times have you heard form a client that they want "outlook-like" web user interface for their application? Me, probably a hundred of times. In this article I'll explain how to create a web application user interface that looks like Outlook. You can see the live demo and download source code with images. read more...

add a comment |category: |Views: 890

tags: another

Which kind of cast should you use in C#?(gen5.info)

submitted by paul_houlepaul_houle(435) 3 years, 11 months ago

C# offers two casting operators: the prefix-cast and the as-cast. Although the two operators compile to different op-codes in the CLR, the practical difference between them is in how they handle failed casts. Prefix-cast throws an exception on cast failure, while as-cast returns null. It’s easier to implement correct error handling when you use prefix cast, because it doesn’t require manual checks for null values that can cause problems in distant parts of your program. Prefix-cast should be the default cast operator on your fingertips, that you use for everyday situations — reserve as-cast for special cases where performance matters. read more...

3 comments |category: |Views: 493

tags: another

ASP.NET MVC Tip #1 - Creating New HTML Helpers with Extension Methods(weblogs.asp.net)

submitted by swaltherswalther(975) 3 years, 11 months ago

In this tip, Stephen Walther shows you how you can create two new HTML Helpers that you can use within an ASP.NET MVC View. I show you how you can use extension methods to create new HTML Helpers for displaying bulleted and numbered lists. read more...

1 comment |category: |Views: 212

tags: another

SubSonic 3.0: IQueryable Update(blog.wekeroad.com)

submitted by carlos.kleincarlos.klein(85) 3 years, 11 months ago

News from Rob on SubSonic: One thing I've learned is I can't stay quiet for too long on this stuff :), so here's an update on what I'm working on... read more...

add a comment |category: |Views: 265

tags: another

Building a better web forms: Context highlighting using jQuery (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

This article shows how to highlight a current context on a complex web forms using jQuery. You can see how to highlight current row or current group of rows, and how easily it could be done by uisng powerful jQuery selectors. read more...

3 comments |category: |Views: 363

tags: another

jQuery UI v1.5 Released(jquery.com)

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

Focus on Consistent API and Effects read more...

1 comment |category: |Views: 290

tags: another