mongiovi78

Stories kicked by mongiovi78

11 More Visual Studio Shortcuts You Should Know (dev102.com)

submitted by razamitrazamit(4566) 4 years ago

Following our First Visual Studio Shortcuts post here is another batch of shortcuts. read more...

2 comments |category: |Views: 73

tags: another

Create a dynamic map of countries from map in svg fila and xml data(wpf-graphics.com)

submitted by abenedikabenedik(225) 4 years ago

See how to convert a map of EU countries in svg file to a Silverlight application with ViewerSvg. The tutorial will also show how to read the data from xml file and how to use data binding. The application will show the basic data about the country that is selected with the mouse. There is also a slider that shows when the countries were joining the EU. read more...

add a comment |category: |Views: 113

tags: another

ASP.NET 3.5 Book from Amazon for only $16(weblogs.asp.net)

submitted by JozefSevcikJozefSevcik(1880) 4 years ago

ASP.NET 3.5 Book from Amazon for only $16 read more...

8 comments |category: |Views: 21

tags: another

See how simple is to create a great user interface for you app(wpf-graphics.com)

submitted by abenedikabenedik(225) 4 years ago

See how simple is to create a great user interface for your WPF or Silverlight application. You can simply use almost any vector drawing application (Adobe Illustrator, Corel Draw, Inkscape, Visio, Autocad, Excel, Word, etc.) and then with the ViewerSvg or Paste2Xaml convert the drawing into XAML. Or even simpler, you can use one of the thousands vector images that are already available on the internet - see links. There are also samples that demonstrates the power of vector images and how simple is to create a great effects with them. read more...

add a comment |category: |Views: 70

tags: another

Yet Another Project Euler Series (YAPES)(diditwith.net)

submitted by lenielleniel(504) 4 years ago

For the past several months, I've been using F# to solve at least two Project Euler problems each week. I find this is a great way to sharpen my math skills and my F# skills simultaneously. If you're looking for a way to flex your programming muscles, you really should check out Project Euler. read more...

1 comment |category: |Views: 55

tags: another

Spolsky's Paradox(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years ago

What do you think will change in the way we hire software engineers in the next decade? read more...

add a comment |category: |Views: 14

tags: another

LINQ.Flickr 1.3(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years ago

Just released another version of LINQ.Flickr. The release is out with several bug fixes, code optimization, new feature and overall mocking support. I have used Typemock for the unit test of the product. In coming posts, I will show how powerful mock can be in faking routine like upload photo. But, you can dig it right away, if you go by the release page and download a copy of the product. Truly speaking, testing was never fun for serviced API till mock engine is at my hand. ... read more...

add a comment |category: |Views: 15

tags: another

An Update to Deep Zoom Composer(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years ago

Ever since we released Deep Zoom Composer during MIX, there has been a ton of great feedback you have all sent us on what you liked and what you would like to see improved in future versions. To give you a sneak peek at where we are currently, we're releasing an updated version of Deep Zoom Composer for you all to play with: read more...

add a comment |category: |Views: 13

tags: another

SQL Server 2005: Get full information about transaction locks(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years ago

Get information about what locks are being held by the transaction, what SPID owns the transaction, on which objects the locks are being held, what SQL statement caused the locks, etc... read more...

add a comment |category: |Views: 60

tags: another