Stories recently tagged with 'Tips' Subscribe to this feed

What Writers Can Teach Programmers (elver.wordpress.com)

submitted by elverelver(5) 13 hours, 34 minutes ago

A couple of helpful self-motivation tips from the world of writers, which apply equally well to programming. read more...

add a comment | category: | Views: 2

tags: another

Home cooked web monitoring using Rx (bit.ly)

submitted by reshminreshmin(20) 1 day, 5 hours ago

The article is using Rx Reactive Extensions for building web monitoring. read more...

add a comment | category: | Views: 5

tags: another

Code quality test (alexilyin.blogspot.com)

submitted by AlexIlyinAlexIlyin(20) 1 day, 19 hours ago

I would like to share my idea of code quality test, it is really simple and I hope you like it. read more...

add a comment | category: | Views: 6

tags: another

Identify and Patch .NET Code using Windbg (bit.ly)

submitted by reshminreshmin(20) 1 day, 22 hours ago

Patch .NET Code using Windbg read more...

add a comment | category: | Views: 6

tags: another

Blogengine.NET, making the page list nested (www.vikingworks.dk)

submitted by brian0905brian0905(20) 4 days, 4 hours ago

Blogengine.NET. how to make the page list nested. By default the page list in Blogengine.NET is a flat list, here is how to make it properly nested and utilize the parent page setting on pages. read more...

add a comment | category: | Views: 6

tags: another

Improving The Code I Write (www.makecodingeasy.com)

submitted by stevevaubellstevevaubell(65) 6 days, 14 hours ago

Something has recently been coming up that has captured my attention: “Code Smells”. By Code smells I mean the ability to look or evaluate any piece of code that has been written and assess its value based on a number of indicators. The question that started me on this path is: “How many developers look at ways of improving the way they write code?”. read more...

add a comment | category: | Views: 18

tags: another

How to Prevent Content Loss While Editing (www.onlydnn.com)

submitted by mynetnukemynetnuke(452) 9 days, 13 hours ago

I write a lot of content using DotNetNuke and sometimes i accidentaly press on Backspace button on my keyboard while cursor focused at outside of HTML area. This causes losing content and it is a very bad moment when you have a lot of text inside this HTML area. I had to apply a workaround to prevent content loss when i press on Backspace button. First of all create a javascript file (e.g PreventReturn) under JS directory of your DotNetNuke installation. read more...

add a comment | category: | Views: 1

tags: another

30 “Quick Hit” Videos about ASP.NET 4 and VS 2010 - Scott Gu (weblogs.asp.net)

submitted by powerrushpowerrush(3754) 11 days, 7 hours ago

These “quick hit” videos that have been published that also provide quick first looks at some of the new features coming with ASP.NET 4 and VS 2010. These videos aren’t an exhaustive list of everything new – but do provide a great way to quickly learn about many of the cool new things coming with the release. read more...

add a comment | category: | Views: 3

tags: another

Translating lambda expressions (cultivatingcode.com)

submitted by jburgerjburger(790) 13 days ago

A post describing the continuing growth of declarative programming styles in languages on the CLR, and some tips on how to translate Expression constructs to and from F#. read more...

add a comment | category: | Views: 8

tags: another

Microsoft Virtual PC 2007 - Performance (syedarizvi.blogspot.com)

submitted by ahmer75ahmer75(110) 14 days, 7 hours ago

Microsoft provides free download for Virtual PC which is a helpful asset when developing applications in team environment as it provides an exclusive environment to develop/debug code without interfering other developers. read more...

add a comment | category: | Views: 1

tags: another

How to Remove DotNetNuke Keywords from Meta (www.onlydnn.com)

submitted by mynetnukemynetnuke(452) 14 days, 11 hours ago

DotNetNuke is a great content management system. If you know the basisc, you will probably like it more and more everyday. However some of hidden elem... read more...

add a comment | category: | Views: 2

tags: another

Using DebuggerBrowsable Attribute for a better view in debugger window (www.dailycoding.com)

submitted by rsonirsoni(820) 15 days, 11 hours ago

Describe how we can DebuggerBrowsable attribute for customizing the debugger window view. read more...

add a comment | category: | Views: 2

tags: another

Validating email address format on your ASP webpage (www.esourcedevelopment.com)

submitted by zaprousdowerzaprousdower(10) 15 days, 22 hours ago

This is a great tutorial on handling basic email address validation on a web form. It checks the syntax and makes sure the address is formatted correctly and prompts the user to correct the entry if it is malformed. It uses ASP, C#, and some Javascript code. read more...

add a comment | category: | Views: 1

tags: another

Vukoje.NET | CV trash talk (vukoje.net)

submitted by vukojevukoje(30) 17 days, 11 hours ago

Lessons learned from reading bunch of CV-s. read more...

add a comment | category: | Views: 4

tags: another

A visual Kanban dashboard using a blog engine (ex: Sharepoint) (www.dependnet.ro)

submitted by bogdan.nedelcubogdan.nedelcu(10) 18 days, 17 hours ago

If you’re interested in means of improving your performance, and you search on the net, you cannot miss Kanban. The concept is very simple and I belive easy to implement. I made a simple example using Sharepoint read more...

add a comment | category: | Views: 16

tags: another

XML Editor lost format when update to Visual Studio 2008 SP1 (code2code.info)

submitted by quachnguyenquachnguyen(319) 21 days, 10 hours ago

My friend's XML editor has lost format and intellisense in VS 2008, after install and upgrade to SP1 which was included VS 2005 and 2008. read more...

add a comment | category: | Views: 4

tags: another