gringod

Stories kicked by gringod

CRM4 iFrame Printing(gringod.com)

submitted by gringodgringod(270) 3 years, 1 month ago

One of the problems when printing a form in CRM4 is that any ISV iFrames collapse down to 1 pixel in height. Here is some simple javascript to force the iFrame to not collapse. read more...

add a comment |category: |Views: 9

tags: another

Detecting Document Loaded on window.open()(gringod.com)

submitted by gringodgringod(270) 3 years, 1 month ago

Some simple javascript to detect when a popup window has been loaded from the page that opened it. read more...

add a comment |category: |Views: 25

tags: another

ScriptManager vs ClientScript(gringod.com)

submitted by gringodgringod(270) 3 years, 1 month ago

The benefits of using ScriptManager over ClientScript for dynamically loading javascript with an AJAX request. read more...

add a comment |category: |Views: 98

tags: another

How to only display "This Week" items in a SharePoint List(leonmeijer.nl)

submitted by chipso4chipso4(75) 3 years, 3 months ago

I have a SharePoint list and would like to create a view that shows me all the items that are modified in this week. SharePoint views can be filtered, so I thought this wouldn't be a big deal. Unfortunatly. read more...

add a comment |category: |Views: 26

tags: another

Custom LINQ to SQL code generation templates(damieng.com)

submitted by DamienGDamienG(1405) 3 years, 8 months ago

Free templates to allow full customization of the DBML to C#/VB.NET code generation phase of LINQ to SQL without additional tool dependencies! read more...

add a comment |category: |Views: 401

tags: another

Eight Simple Tips To Improve Your Presentation Skills(blog.briandicroce.com)

submitted by jankojanko(2555) 4 years ago

Recently, a user group held a conference whose subject was Domain-Driven Design with nHibernate. Now, this is a really cool topic of discussion! So, I decided to attend the conference in order to improve my perspective and knowledge on the subject. Little did I know that the speaker was an introverted programmer who greatly lacked in public speaking skills. Many people, including myself, left early, as the presentation became unbearably tedious and awkward. read more...

add a comment |category: |Views: 349

tags: another

Unloadable plugins(adrianvintu.com)

submitted by korsuaskorsuas(90) 4 years ago

A visual explanation on how to load and most importantly unload plugins in .net. read more...

add a comment |category: |Views: 269

tags: another

unit testing your events(dotnettoad.com)

submitted by PaklPakl(120) 4 years ago

In this article I will show you how you can unit test your events. I will show you a simple technique that will enable you to test if your events fire exactly as often as you want them to and I will provide you with two implementations. One implementation works well with the .NET Framework 2.0 and the second one uses .NET 3.0 (anonymous methods) in order to minimize the code necessary. read more...

add a comment |category: |Views: 160

tags: another

Localizing MVC for ASP.NET views and master pages(damieng.com)

submitted by DamienGDamienG(1405) 4 years ago

A class and technique to automatically use language-specific versions of views, user controls and master pages within MVC for ASP.NET. read more...

add a comment |category: |Views: 20

tags: another

Subversion visually explained in 30 sec(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

A simple flash explantion of Subversion with 2 concurrent users. Includes conflict solving. read more...

1 comment |category: |Views: 137

tags: another

How to share configuration files between projects(devlicio.us)

submitted by expressoexpresso(465) 4 years, 1 month ago

Sharing configuration files between multiple projects in Visual Studio is a simple task, but it is not intuitive in how it is done. In fact, until recently I did not know how to do it via the IDE, I would always hand edit the .sln file to enable this feature (sad I know). Today I thought I would throw up a simple set of screen shots to show everyone how easy it really is. read more...

add a comment |category: |Views: 232

tags: another

FormatWith - String.Format Extension Method(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 2 months ago

My first and favorite extension method. read more...

add a comment |category: |Views: 126

tags: another

Visual Studio Most Recent Files Utility(codeplex.com)

submitted by mkennedy66996693mkennedy66996693(480) 4 years, 2 months ago

Manage your recent projects and solutions list for Visual Studio. Supports VS 2003, 2005, and 2008. read more...

add a comment |category: |Views: 13

tags: another

if ... else if ... else if ... else ... : an alternative(blog.activa.be)

submitted by activaactiva(2340) 4 years, 2 months ago

Did you know there's an alternative way of writing "if .. else if .. else if .. etc.." in C#? You probably do, but if you don't, read on... read more...

5 comments |category: |Views: 270

tags: another

Retaining Good Developers - 10 Things To Keep Them Happy(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This is a great article. I just wish some of my previous employers would have done just a few of these things. I probably would have stuck around longer. read more...

6 comments |category: |Views: 161

tags: another

Parallel Extensions to the .NET Framework(vsj.co.uk)

submitted by simonebsimoneb(5450) 4 years, 2 months ago

Interesting article by Daniel Moth about the Parallel Extensions. read more...

add a comment |category: |Views: 28

tags: another