Tigraine

Stories kicked by Tigraine

dotlesscss v1.1 released(www.tigraine.at)

submitted by TigraineTigraine(145) 1 year, 11 months ago

A new version of the dotless CSS framework has been released. New features include an all-around new parser and parameter passing. read more...

add a comment |category: |Views: 42

tags: another

Digitally Signing an XML Document and Verifying the Signature(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 3 months ago

Signing an XML document and then validating the digital signature of the document doesn't involve a lot of code - once you know how it works, but arriving there is quite the journey. This post describes setting up a certifcate for testing, signing an XML document with the Private key and then validating it with the Public key. read more...

add a comment |category: |Views: 28

tags: another

Life At Microsoft - The Truth Revealed(on10.net)

submitted by wisemxwisemx(8074) 4 years, 3 months ago

People often stop me in the streets to ask "Hey Tina, what's life "really" like at Microsoft? Sometimes I can't even walk outside my house without somebody standing there with a giant neon sign that blinks "What is life "really" like at Microsoft"? read more...

add a comment |category: |Views: 4

tags: another

Hotfix to Correct Visual Studio 2008 Performance Issues Released(chadgreen.com)

submitted by chadwickgreenchadwickgreen(405) 4 years, 3 months ago

Microsoft has released the hotfix to correct the Visual Studio 2008 performance issues. read more...

2 comments |category: |Views: 15

tags: another

New ASP.NET Wiki(weblogs.asp.net)

submitted by wisemxwisemx(8074) 4 years, 3 months ago

Check out the new ASP.NET wiki for a ton of resources on asp.net. Being a wiki, everyone can contribute so go ahead and give it a whirl! http://wiki.asp.net/ read more...

1 comment |category: |Views: 12

tags: another

How to build a 3D game using XNA(blogs.msdn.com)

submitted by HoolieManHoolieMan(1715) 4 years, 3 months ago

Dan Waters has just published a 14 part video cast series on how to build a 3D game, complete with audio, input, and character animation. 2 Hours and 25 Minutes of total content! read more...

add a comment |category: |Views: 197

tags: another

When string.ToLower() is Evil(vadmyst.blogspot.com)

submitted by VadmystVadmyst(395) 4 years, 3 months ago

Did you know how evil string.ToLower() can sometimes be? See an example when string.ToLower() is definitely not an option. read more...

3 comments |category: |Views: 110

tags: another

8 Web Design Mistakes That Developers Make(wakeuplater.com)

submitted by JemmJemm(9604) 4 years, 3 months ago

An excellent website takes a particularly savvy blend of both great design and great code. Because of this, you often find designers having to figure out code and developers trying their hand at design. Speaking as a developer who spent his university years studying among other developers, I can safely say that programmers are not designers. read more...

add a comment |category: |Views: 11

tags: another

ASP.NET MVC Link collection(codeclimber.net.nz)

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

Links to get started fast with Microsoft MVC. read more...

add a comment |category: |Views: 13

tags: another

Source Control and Continuous Integration On The Cheap(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 3 months ago

Setup source control (Subversion via VisualSVN Server) and a continuous integration environment (JetBrains' TeamCity) in less than 3 hours! read more...

add a comment |category: |Views: 25

tags: another

.NET Framework Library Source Code now available(weblogs.asp.net)

submitted by dalzieldalziel(6230) 4 years, 4 months ago

Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio read more...

1 comment |category: |Views: 90

tags: another

The Stopwatch Class(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 4 months ago

Stop using DateTime to time long sections of code. The 2.0 framework introduced the System.Diagnostics.Stopwatch class to do the dirty work for you. read more...

1 comment |category: |Views: 19

tags: another

Updated Dot Net framework namespace 3.5 Poster for download - Vikram L(vikramlakhotia.com)

submitted by Vineet2Vineet2(435) 4 years, 4 months ago

Here s something that I found very useful on the Dot net framework3.5. If you have just started to learn about Dot net framework 3.5 and want to know all the changes in the name space and the new namespaces includes in the framework, below is the chart showing it. read more...

add a comment |category: |Views: 70

tags: another

Free Professional Diff Tool from SourceGear(weblogs.asp.net)

submitted by wisemxwisemx(8074) 4 years, 4 months ago

DiffMerge is a polished product for side-by-side comparison (and merging) of files. It highlights changes within the lines and has many of configuration options. read more...

4 comments |category: |Views: 40

tags: another

Borrowing Ideas From 3 Interesting *Internal* Classes in the .NET 3.5 (moserware.com)

submitted by moserwaremoserware(1665) 4 years, 4 months ago

Improve your code by borrowing ideas from System.Linq.Strings, System.Linq.Error, and Microsoft.Contracts.Contract. read more...

add a comment |category: |Views: 17

tags: another

Choosing Between Classes and Structs(geekswithblogs.net)

submitted by senfosenfo(881) 4 years, 4 months ago

A little dry, but gets the basic concept about when to choose a structure over a class, and vice versa. read more...

add a comment |category: |Views: 6

tags: another