Stories recently tagged with 'Tips'

Honest Illusion : Creating an Entity Framework connection from another(honestillusion.com)

submitted by JamesCurran2JamesCurran2(134) 1 year ago

Database connection strings used to be simple. Well, simple, once you learned the arcane syntax, But, at least they had stayed the same for about a decade. But with the EntityFramework, they took on an even more arcane “connection string – within –a –connection string” format. And while the inner connection string related to your database, the wrapping connection string was intimately tied to the entity context. read more...

add a comment |category: |Views: 2

tags: another

Tip: Debugging a SharePoint 2010 Timed Job(blog.dotnetcorner.ch)

submitted by StopsStops(50) 1 year ago

Recently I had to develop a timed job (a instant one-time job) on the SharePoint 2010. During the development I asked myself, how I can debug the just created job. Read the article to get a step by step instruction. read more...

add a comment |category: |Views: 0

tags: another

The 10 commandments of good source control management(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 1 year ago

Ah source control, if there’s a more essential tool which indiscriminately spans programming languages without favour, I’m yet to see it. It’s an essential component of how so many of us work; the lifeblood of many development teams, if you like. So why do we often get it so wrong? Why are some of the really core, fundamentals of version control systems often so poorly understood? I boil it down to 10 practices – or “commandments” if you like – which often break down or are not properly understand to begin with. These are all relevant to version control products of all types and programming languages of all flavours. I’ll pick some examples from Subversion and .NET but they’re broadly applicable to other technologies. read more...

add a comment |category: |Views: 7

tags: another

HOT TIPS : How to Fix Your iPod Just In A Minute(www.ipod-replacement.com)

submitted by ipodreplacementipodreplacement(5) 1 year ago

Recommended to Read : Want to FIX your iPod byself on A MINUTE? Need to SOLVE your iPod PROBLEM QUICKLY? All available here FREE and LEGAL. Include TOP ARTICLES, TIPS, TRICKS, COMPLETE REVIEW and more. read more...

add a comment |category: |Views: 0

tags: another

Conventional Software Development with Jeremy D. Miller(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 1 year ago

In this episode, Keith and Woody sit down with Jeremy D. Miller to discuss the importance of importance of conventional programming and how it can save time and improve the qualities of your development projects. Jeremy gives the guys a lot of examples and we chat about many open source projects for .NET developers. read more...

add a comment |category: |Views: 11

tags: another

.NET exceptions, error handling for the exceptional case(blog.typps.com)

submitted by alessandrokicksalessandrokicks(195) 1 year, 1 month ago

The tip of the day consists of in making sure to use a try/catch block to trap individual exception types such as SqlException which is specific whereas Exception is more general. For instance, imagine you are connecting to a database, it's quite common to experience a connection failure that you might not expect. So it makes sense to try to handle any unexpected connection failures. read more...

add a comment |category: |Views: 3

tags: another

How to Dump() an ExpandoObject in LINQPad(www.hemme.co.cc)

submitted by hemmehemme(189) 1 year, 1 month ago

LINQPad is a great tool. ExpandoObject is a nice guy but you cannot directly Dump() it within LINQPad. Well.. actually, you can. read more...

add a comment |category: |Views: 33

tags: another

Benchmark Method Execution Time in C#(www.falconerdevelopment.com)

submitted by karl_falconerkarl_falconer(70) 1 year, 1 month ago

Code snippit used to record the execution time of a method. The code is written in C# for the .NET Framework. read more...

add a comment |category: |Views: 7

tags: another

Google, HTML5 and SEO(www.sciosoft.com)

submitted by ScioJimScioJim(95) 1 year, 1 month ago

Worried that using HTML5 will put your site's Google ranking in outhouse? In this article we'll look at the risks as well as some workarounds to get you using HTML5 today. read more...

add a comment |category: |Views: 4

tags: another

Windows Phone 7 Live Tile Schedules – How to execute instant updates(www.diaryofaninja.com)

submitted by wiredonewiredone(917) 1 year, 1 month ago

If you’ve worked with Windows Phone 7 Live Tiles, you may have noticed a bit of a hole in the platform SDK’s functionality – the inability to programmatically update the current running applications tile without the push coming from a remote webserver. The purpose of this post is to show you that this is not the end of the world, and there is a way around this. read more...

add a comment |category: |Views: 18

tags: another

The Future of Web – Microsoft Mix 11(blog.image0.com)

submitted by image0image0(189) 1 year, 1 month ago

MIX is a gathering of developers, designers, UX experts and business professionals creating the most innovative and profitable consumer sites on the web. Sessions range from technical, code-based topics to expert advice on content strategy, usability and design. read more...

add a comment |category: |Views: 3

tags: another

export gridview to pdf(codingstuffsbykiran.blogspot.com)

submitted by kirankkirank(175) 1 year, 1 month ago

Export Gridview data to PDF read more...

add a comment |category: |Views: 10

tags: another

A Roundup of Popular Agile Articles - WebsitesMadeRight.com(websitesmaderight.com)

submitted by dathanndathann(25) 1 year, 2 months ago

This is a roundup of articles on Agile that were published no more than 2 years ago and were popular on the social bookmarking sites DZone and Reddit. read more...

add a comment |category: |Views: 7

tags: another

Checking DBNull and Converting to a Type (blog.chintan-shah.com)

submitted by chintanshah1986chintanshah1986(34) 1 year, 2 months ago

Article about using generic approach for checking DBNull and converting to a specific type. read more...

add a comment |category: |Views: 6

tags: another

Git-Tfs – Where Have You Been All My Life(vanryswyckjan.blogspot.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 1 year, 2 months ago

How to use TFS source control as a Git remote. read more...

add a comment |category: |Views: 8

tags: another

How to get rid from annoying IE warning when you debug a Silverlight(devintelligence.com)

submitted by adventureradventurer(2244) 1 year, 2 months ago

When you try to open a local file, Internet Explorer gives the following warning: "To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer.Click here for options…". read more...

add a comment |category: |Views: 14

tags: another