syedtayyabali
Name: syedtayyabali
Score: 248.21
Last Seen: 561 days, 36 minutes ago
Member Since: 27 March, 2009
DotNetShoutout
atom rss
4
Shouts

Serialization/Deserialization

published 717 days, 22 hours, 10 minutes ago posted by syedtayyabalisyedtayyabali 718 days, 17 hours, 13 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Monday, June 06, 2011 12:15:47 AM GMT
Serialization is the process of converting object into linear sequence of byte, while deserialization is constructing object from that serialized linear sequence of byte. Serialization allows to store the content of object on file, transmit across network or send to another process. Serialization is used in distributed application. .Net provide clean way to achieve serialization and deserialization in just few lines of code. BinaryFormatter.Serialize/Deserialize methods are used. (more)
category: How To | clicked: 29 | comment | | source: programming360.blogspot.com
tags: .NET, Serialization, deserialization
2
Shouts

Programming360: Linked Server

posted by syedtayyabalisyedtayyabali 819 days, 10 hours, 58 minutes ago
Friday, February 25, 2011 6:30:14 AM GMT
I was looking for a linked server in SQL management studio. I can see bunch of linked server but not sure which one I needed. I found out that following query not only list the linked server name, but also server name, database name information. Here is the query. SELECT * from sys.servers WHERE is_linked = 1 Happy SQLing!! (more)
category: Data | clicked: 0 | comment | | source: programming360.blogspot.com
tags: linked server
2
Shouts

IIS 6 Compression – quickest and effective way to do it for ASP.NET compression

posted by syedtayyabalisyedtayyabali 842 days, 23 hours ago
Tuesday, February 01, 2011 6:28:09 PM GMT
webdesignDropthings: Web 2.0 AJAX Portal Web 2.0 AJAX Portal built using .NET 3.5, jQuery Linq to SQL+XML, Inversion of Control, Dependency Injection and all hot techs you can grasp in one shot. It’s a project in use by large companies like BT, Intel, Microsoft and many Education & Govt Orgs in US and other countries. See it live! or Get the codePlantUMLEditor: Code UML diagram fast Produce UML diagrams at the speed of coding. It’s an IDE for writing UML diagrams using plantuml syntax that saves you ... (more)
category: Web Dev | clicked: 0 | comment | | source: omaralzabir.com
tags: IIS 6.0
8
Shouts

ASP.NET MVC 2.0 Areas

published 1070 days, 4 hours, 41 minutes ago posted by sonukapoorsonukapoor 1073 days, 4 hours, 5 minutes ago
Saturday, June 19, 2010 12:47:38 PM GMT Wednesday, June 16, 2010 1:22:57 PM GMT
A look at ASP.NET MVC 2.0 Areas. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET
11
Shouts

Visual Studio 2010 and .NET 4 Released - Scott Guthrie

published 1136 days, 4 hours, 42 minutes ago posted by mithumithu 1137 days, 7 hours, 30 minutes ago
Wednesday, April 14, 2010 12:46:30 PM GMT Tuesday, April 13, 2010 9:58:46 AM GMT
The final release of Visual Studio 2010 and .NET 4 is now available. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: .NET, Silverlight, WPF, Visual Studio, ScottGu, ASP.NET