pupy0602

Stories kicked by pupy0602

5 podcasts that every .net developer should be listening to(seandeasy.com)

submitted by sdeasysdeasy(175) 5 years, 3 months ago

A list of the best .net podcasts on the web read more...

add a comment |category: |Views: 12

tags: another

Interview Questions for DotNet, C#, OOP, ASP.net ... etc(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 3 months ago

These are the most important 20 interview questions, which should be like 1+1 for any developer. read more...

add a comment |category: |Views: 914

tags: another

Overview of Customizing Community Server (gabe19.blogspot.com)

submitted by jmbledsoejmbledsoe(460) 5 years, 3 months ago

A good introduction to the architecture of Community Server and how it can be customized. read more...

add a comment |category: |Views: 1

tags: another

ASP.NET 2.0 Override debug=true in web.config by machine.config(codemodule.net)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 3 months ago

Deploying web applications can become a painful task if you have to check for a number of settings that you have to modify your code to make it work in production environment. There are chances that developers might miss something if there are a lot of deployment pushes. Features like debugging, tracing, error message display could be a big performance issue if they are turned "on" the production environment. read more...

add a comment |category: |Views: 113

tags: another

Ranking in SQL Server 2005(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years, 3 months ago

How to do ranking in SQL Server 2005 read more...

add a comment |category: |Views: 5

tags: another

LINQ Farm: LINQ to SQL Beginners Video(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 3 months ago

This short video contains the basic information that you need to use LINQ to SQL to connect to a relational database using the Feb CTP or later pre-release versions of Visual Studio Orcas. After watching this video you should find it easy to create your own LINQ to SQL queries. read more...

add a comment |category: |Views: 121

tags: another

The IDE does NOT make the developer(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years, 3 months ago

Just a brief comparison of the highs and lows of both SharpDevelop and Visual Studio as well as a discussion of why and why not the quality of your IDE should even matter to a developer. read more...

add a comment |category: |Views: 9

tags: another

Reg file to add a shell command - Remove SVN Folders(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 3 months ago

The Subversion source control client maintains your local state in hidden folders named .svn inside your project, which can be a problem if you want to copy or share the project directory. This REG file adds "Delete SVN Folders" to the context menu for folders. When you select it, it removes all folders named .svn inside the folder and it's children. read more...

add a comment |category: |Views: 52

tags: another

Great AJAX, WPF, RSS and Gadgets content(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 5 years, 3 months ago

As you know MIX07 will be at Las Vegas on April 30 - May 2nd this year. I'm sure this would be the best conference for me, but can't afford to go there, bouuuuhhh :-( If you feel like me, you'll be happy to know that you'll find lots of free content to download (Videos, Powerpoint, Demos, Hands-On Lab) about these topics : Windows Presentation Foundation ASP.NET AJAX Gadgets RSS WPF /E read more...

add a comment |category: |Views: 5

tags: another

WPF/E and ASP.NET AJAX AlbumViewer Application Now Live (weblogs.asp.net)

submitted by dwahlindwahlin(1450) 5 years, 3 months ago

Back in December I released a sample application that demonstrated how WPF/E and ASP.NET AJAX could be integrated to view albums returned from an Amazon.com Web Service in a simulated 3D type view. I finally made some time to get the application running live so feel free to take it for a spin. read more...

add a comment |category: |Views: 2

tags: another

Wrap Your Name Value Variables(sitepoint.com)

submitted by wwb_99wwb_99(870) 5 years, 3 months ago

ASP.NET gives a developer a lot of loosely typed key-value collections in which to stash stash variables, depending upon persistence needs. The short list includes ViewState, Session, Application and HttpContext.Items. These collections can come in very handy when one needs to keep an object around outside of a single request or shuttle things between different bits of the http pipeline. But it comes at a price—these collections are loosely typed, just returning Objects. Moreover, there is no compile-time checking to ensure that you are requesting the right key in the right place. Errors can lead to crashes at best, and interesting data corruption at worst. Here is a handy technique to avoid such issues. read more...

1 comment |category: |Views: 6

tags: another

Some handy shortcuts for Windows Vista(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 3 months ago

Some handy keyboard shortcuts for Windows Vista. read more...

add a comment |category: |Views: 8

tags: another

TWiki - Enterprise Wiki & Collaboration Platform(twiki.org)

submitted by jasper22jasper22(1320) 5 years, 3 months ago

What is TWiki? TWiki Release 4.1.1 Welcome to TWiki, a flexible, powerful, and easy to use enterprise wiki, enterprise collaboration platform and knowledge management system. It is a Structured Wiki, typically used to run a project development space, a document management system, a knowledge base, or any other groupware tool, on an intranet or on the internet. Web content can be created collaboratively by using just a browser. Users without programming skills can create web applications. Developers can extend the functionality of TWiki with Plugins. Tell a Friend "We use TWiki internally to manage documentation and project planning for our products." said Eric Baldeschwieler, Director of Software Development of Yahoo! "Our development team includes hundreds of people in various locations all over the world, so web collaboration is VERY important to us. TWiki has changed the way we run meetings, plan releases, document our product and generally communicate with each other. We're great fans of your work!" read more...

1 comment |category: |Views: 10

tags: another

DotGNU Portable.NET(dotgnu.org)

submitted by jasper22jasper22(1320) 5 years, 3 months ago

DotGNU Portable.NET, an implementation of the Common Language Infrastructure (CLI), more commonly known as ".NET", includes everything that you need to compile and run C# and C applications that use the base class libraries, XML, and Systems.Windows.Forms. Currently supported CPUs: x86, ppc, arm, parisc, s390, ia64, alpha, mips, sparc. Supported operating systems: GNU/Linux (on PCs, Sparc, iPAQ, Sharp Zaurus, PlayStation 2, Xbox,...), *BSD, Cygwin/Mingw32, Mac OS X, Solaris, AIX read more...

add a comment |category: |Views: 3

tags: another

Open Source Directory(ohloh.net)

submitted by jasper22jasper22(1320) 5 years, 3 months ago

A lot of open source projects including source code. Really cool metric analysis for Open Source software - may be they analyze CVS to generate this. read more...

add a comment |category: |Views: 8

tags: another