dror 22/03/2011 - 01:49
Restore Janus UITabPages after a tab is closed or the control is resized. Hide the navigation tool if that's applicable. Use C# Extension...

Prior ASP.NET 4.0, the only way to handle extensionless URLs was setting runAllManagedModulesForAllRequests=”true” (IIS 7 integrated mode) or mapping a wildcard (IIS 6 and IIS 7 in classic mode). That impacts the performance of static requests (HTML, JPG, GIF, CSS, JS, etc), because a all requests are handled by ASP.NET and runs application pipeline with all attached modules.

ASP.NET v4.0 provides a better way to enable extensionless URLs routing.
There is a new feature that allows extensionless URLs to be directed into managed code, without a wildcard mapping or setting runAllManagedModulesForAllRequests=”true”.
Because of this feature all static resources requests are not longer handled by ASP.NET, and consequentially, they are no longer suffered by performance impact.

igorz 17/02/2011 - 08:01

Red Gate has announced that it will charge $35 for version 7 of .NET Reflector upon its release in early March. Version 7 will be sold as a perpetual license, with no time bomb or forced updates.

 

Link to more:

igorz 03/02/2011 - 11:10

Hi Friends...

 

This is Ravi working on .net winform..

I want to create Find and replace control as wat we are searching on application. same i want.. and i want search on grid using that control..

can u ppl help me..pls send the code /project including desgine..and tel me how to plugin al the foms.. pressing Ctrl+F should open find control..

 

Regards

Ravi

ravi.bs 07/07/2010 - 11:03

Since NAnt comes with NAnt 0.90 release I was interested to use it with my project IZWebFileManage.

 

At first look it is powerful tool allows me easy to build project, run tests and package release. The first task was"build" of course.

 

For such purpose NAnt offers <csc> task, but using this task I have to declare output type, list of source files, resources etc. It is quite good if you are using Notepad or any other (not Visual Studio) IDE, but I (and I believe most of .NET developers) use Visual Studio and have *.csproj file.

 

igorz 02/06/2010 - 18:55

Recently I got a contribution from BeJay, one of IZWebFileManager users. It was 3 new language resource files: China, Czech  and Slovakia.

 

So by now IZWebFileManager supports 17 languages! Isn't it great?

 

Most recent release available for download from google code: http://code.google.com/p/izwebfilemanager/

 

IZWebFileManager is an open source project. You are welcome to contribute!

igorz 05/02/2012 - 08:22

Alt.Net tools night are great for “getting to know” new tools and meet some outstanding fellow .Net (or other) programmers/professionals. Usually around 60 or so people come to these events and I think this is pretty impressive for a Google group that started out there in the wild.

On the last session of Alt.Net tools night (Jan 2012) I got so impressed by one of the sessions I decided to share it. Not that the other session where unimpressive, on the contrary, it’s just that this little tool is not something you see every day.

menny 29/01/2012 - 23:45

Hi All!

 

NHibernate - is an open-source ORM framework, widely used in .NET world

 

We are offering 5 sessions NHibernate course, that covers folowing subjects:

 

igorz 09/01/2012 - 11:58

If you haven’t heard about node.js than you are leaving in a different dimension. The good news you can watch this great talk to get introduced with the subject and learn how this whole integrates into windows.

 

Sure, node wasn’t planned for windows, better yet, windows wasn’t made for node.

 

Node is an asynchronous JavaScript framework (build on V8 JavaScript engine). The main idea is to enable developers run js code on the server side as well. Why? Because we can and because many developers already know JavaScript and should get the same developer experience as others. Although JavaScript is a single threaded operation you can write asynch code very easily like in many JS UI frameworks that exists today.

 

menny 08/01/2012 - 22:26

Silverlight 5 is finally out. you can get the bits here.

For getting started with the Version 5 you can see here the release overview and introduction.

 

Some pointers on the new release:

 

menny 11/12/2011 - 10:08
Syndicate content