(Frans Bouma) Yesterday a user of our .net ORM Profiler tool reported that he couldn’t get the snapshot recording from code feature working in a windows forms application.
Tag: Development
PHP Performance – Tip #3: Be careful with your loops
It’s very common listening among php developers that premature optimization is the root of all evil. And in certain point makes some little sense. However, implementing good practices and having a good understanding of the language programming makes the difference between a standard developer and a
Clickable and Double Clickable ASP.NET 4.0 GridView
(JG Vimalan) In this post, I will show you how to make a GridView clickable and double clickable. Also, I will show how to read the selected row values using java script.
Responsive WCF service With ICallbackEventHandler Interface
(Pranay Rana) In this post I am going to discuss about the development of the WCF(duplex) callback service which replay back to consumer i.e client of service and about ICallbackEventHandler Interface implementation which provide response to the user on screen.
Adding an Admin user to an ASP.NET MVC 4 application using a single drop-in file
(Jon Galloway) I’m working on an ASP.NET MVC 4 tutorial and wanted to set it up so just dropping a file in App_Start would create a user named “Owner” and assign them to the “Administrator” role (more explanation at the end if you’re interested).
Creating Custom Attributes
(Richard Carr) The twenty-second and final part of the Reflection tutorial describes the creation and application of custom attributes. It also explains how those attributes can be configured to ensure that they are applied and inherited correctly.
ASP.NET MVC – Highlight Current Link
(K. Scott Allen) In an ASP.NET MVC application, there are many different solutions you might use to highlight the menu item for the current location.
Bundling and Minification with ASP.NET 4.5
(Mira Javora) Minimising the number of requests the page has to perform can have a considerable effect on your site’s performance. IE6 and IE7 both limit the number of concurrent requests to 2, IE8 can handle up to 6. There is a lot you can to improve the initial load speed speed – one of which is b
ASP.NET Web Forms Extensibility: Providers
(Ricardo Peres) This will be the first of a number of posts on ASP.NET extensibility. At this moment I don’t know exactly how many will be and I only know a couple of subjects that I want to talk about, so more will come in the next days.
TechTip: Using C Functions, Part I
(Jim Martin) Most RPG programmers don’t know the C programming language and avoid technical articles or discussions that have anything to do with it. Until 1993, so did I. That year, I took some college classes in which C was the only language that could be used for assignments. I found that C was v
