NetworkedBlogs.com (beta) is an extension of the Facebook app NetworkedBlogs.

Geekswithblogs.net

You're new here, aren't you?

NetworkedBlogs allows you to stay up to date with blogs you love. Click the Follow button to follow updates from this blog.
 

Information

Blog Name: Geekswithblogs.net
Url: http://geekswithblogs.net
Language: English
Topics: .NET, ASP.NET, Windows
Description: Geekswithblogs is a prestigious blogging community for developer geeks. It’s a place where developers can quickly and easily create their own blog and instantly become part of a large, thriving developer community. In contrast with creating a blog on other popular blog sites such as Blogger.com and WordPress.com, Geekswithblogs bloggers automatically are part of a large, healthy developer community that’s passionate about technology and geek life. Geekswithblogs bloggers also enjoy what we affectionately call “The Google Juice”; the amount of web traffic created by the community means that the major search engines will quickly find your content and help drive new readers to your blog starting day one! While the majority of Geekswithblogs bloggers are interested in Microsoft technologies, all geeks that are passionate about software development are welcome to create a blog. Some topics that can be seen on Geekswithblogs include software development processes, software project management, new developer tool reviews, gaming, and geeky gadgets.
Popularity: 4 Followers

Blog Feed

The blog has been moved
Dear readers of my blog, currently I’ve moved my blog to weblogs.asp.net platform and actual address of my blog is http://weblogs.asp.net/SergeyZwezdin/. Please, update your links. I’d like to communicate with each of you. Welcome to my main blog. weblogs.asp.net/SergeyZwezdin Thanks for your understanding. Stay connected.
Some notes from my tdd session
Here's a quick notes from the TDD session which I conducted some time back. Introduction Writing test before writing production code. Design as you go along. Follow Red-Green-Refactor paradigm Benefits Spot design flow early. Test before the production code is built. Identify poort requirements or requirement gaps. Reduced testing time. The test forms the functional document for your code. Quickly identify bugs. Reduces the cost of bugs in the long run. Low level regression test suite. Road blocks to
c# 4.0 Part 1
c# 4.0 Part 1 The following are some of the new features and few interesting things you can do with c# 4.0. - Named and Optional Parameters - ExpandoObject - Interface with Python (and example) Program 1 class Program { // Optional parameters should be at the end static void PrintMessage(string name = "World", string greeting = "Hello") { Console.WriteLine("{0} {1}", greeting, name); } static void Main (string[] args) { PrintMessage("World", "Hello"); // prints "Hello World" PrintMessage(greeting:"Goodbye"); // prints "Goodbye World" } }
Tip : ASP.NET 4 Setting Client IDs
ASP.NET 4 Setting Client IDs Another most wanted feature of asp.net 4 is the ability control client ID generation.  At least I am happy with this.  With prior version of asp.net it was always difficult control the control id generation though not impossible.  Why is this important?  If you can control ID generation then the markup size may dramatially reduce which may result in improved performance.  The gain may around 15% reduction in terms of markup size in case of complicated nested pages.  The new ClientIDMode property addresses this long standing issue in ASP.NET.  Knowing the id attribute for rendered elements are important if your a
Tip: ASP.NET 4 Permanently Redirecting a page
ASP.NET 4 Permanently Redirecting a page You may have faced this problem of moving pages in a web applications around which can leat to an accumulation of state links in search engines.  Traditionally developers have handled requests to old URL's by using Response.Redirect method to forward request to new URL.  However as you may be aware of the Redirect method issues an HTTP 302 Found status (temporary redirect) response , which results in an extra HTTP round trip to the server when users attempt to access the old URL's.  This has a performance implication as well because of the round trip. ASP.NET 4 adds a new RedirectPerm

Followers

This blog has 4 followers. Visit the blog page on Facebook to see who's following this blog.
Follow

Popular in:

Not enough data.
Calculated for blogs with 20+ followers.

Related Blogs

This site uses BitPixels previews
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.