Servefault.com - Stories tagged with .Net
3
votes

.NET Rocks!

published 138 days, 1 hour, 5 minutes ago posted by GodaddyGodaddy 146 days, 23 hours, 17 minutes ago
Sunday, March 14, 2010 9:18:37 AM GMT Friday, March 05, 2010 11:06:58 AM GMT
Carl and Richard pick the winner for the My .NET Story contest held by Mirosoft. Contestants submitted their projects and were judged by a panel of experts. Includes short interviews with the finalists. (more)
category: ASP.NET | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: .Net
4
votes

Framework Fundamentals - All What Need To Know About .NET | Denis Blog

published 150 days, 16 hours, 29 minutes ago posted by DioNNiSDioNNiS 157 days, 20 hours, 28 minutes ago
Monday, March 01, 2010 5:55:25 PM GMT Monday, February 22, 2010 1:55:31 PM GMT
Recently I came across several articles, which describe questions that can be asked at the interview for a job as a .NET developer. For example: What Great .NET Developers Ought To Know (More .NET Interview Questions), ASP.NET Interview Questions, Tech Interviews and ... But usually these questions are left without answers. I want to start series of articles that will help systematize programmer’s knowledge to prepare for an interview or for an exam. (more)
category: Visual Studio | clicked: 3 | comment | | source: i-liger.com
tags: .Net
5
votes

Code Metrics: Measuring LoC in .NET applications

published 150 days, 16 hours, 29 minutes ago posted by gpeipmangpeipman 159 days, 11 hours, 22 minutes ago
Monday, March 01, 2010 5:55:25 PM GMT Saturday, February 20, 2010 11:01:57 PM GMT
My previous posting gave quick overview of code metric called Lines of Code (LoC). In this posting I will introduce you how to measure LoC in Visual Studio projects using Visual Studio Code Analysis and NDepend. (more)
category: ASP.NET | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net, code metrics, loc, NDepend, Visual Studio
4
votes

My object to object mapper source released

published 159 days, 7 hours, 7 minutes ago posted by gpeipmangpeipman 161 days, 17 hours, 7 minutes ago
Sunday, February 21, 2010 3:17:13 AM GMT Thursday, February 18, 2010 5:17:21 PM GMT
Some readers asked me for Visual Studio project of my simple object to object mapper. I am glad to announce that the source code of my mapper is now available for download. It is Visual Studio 2008 project written on C# and besides mapper implementation it contains primitive sample application that shows you how to use my mapper. (more)
category: Tools | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, object to object mapping, source, tools
5
votes

Writing object to object mapper: my mapper vs AutoMapper - Gunnar Peipman's ASP.NET blog

published 159 days, 7 hours, 7 minutes ago posted by gpeipmangpeipman 168 days, 3 hours, 57 minutes ago
Sunday, February 21, 2010 3:17:13 AM GMT Friday, February 12, 2010 6:27:16 AM GMT
As my object to object mapper is now almost completed and I am sure it is good idea to stay on LCG (Lightweight Code Generation) I can now compare the performance of my mapper to AutoMapper. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, C#, object to object mapping, performance
2
votes

Writing object to object mapper: moving to generics

published 166 days, 16 hours, 44 minutes ago posted by gpeipmangpeipman 169 days, 9 hours, 57 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Thursday, February 11, 2010 12:27:06 AM GMT
In my previous posting about object to object mapping Writing object to object mapper: first implementations I wrote first and simple implementations of mapper. These implementations based heavily on reflection. In this posting I will boost up mapper performance by using generics. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, CLR, object to object mapping, performance
5
votes

IL perversions: throwing and catching strings

published 166 days, 16 hours, 44 minutes ago posted by gpeipmangpeipman 171 days, 11 hours, 38 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Monday, February 08, 2010 10:46:10 PM GMT
Inspired by Mohamed Mahmoud’s blog posting How to: Create Interfaces with Static Methods via IL? I wrote another sick example on IL (Intermediate Language) to show you how different is the world behind compilers. Tonight I have enough of exceptions, I want to throw some strings! Let’s do it! (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net, exception handling, il, Visual Studio
4
votes

Writing object to object mapper: first implementations

published 166 days, 16 hours, 44 minutes ago posted by gpeipmangpeipman 172 days, 21 hours, 55 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Sunday, February 07, 2010 12:29:02 PM GMT
I wrote some object to object mapping code and introduced it in some of my previous postings about performance. As I received 22x performance raise when trying out different mapping methods it is now time to make my code nice. In this posting I will show you how I organized my code to classes. Yes, you can use my classes in your work if you like. (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, C#, object to object mapping, performance
2
votes

Performance: Using LCG to copy property values of two objects

published 166 days, 16 hours, 44 minutes ago posted by gpeipmangpeipman 174 days, 16 hours, 2 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Friday, February 05, 2010 6:22:23 PM GMT
Today I gave last performance boost to my property values copying mechanism. I would like to thank my readers Ron and David to remind me Lightweight Code Generation (LCG) and pointing me out aussie bloke blog entry Generic copy object using Lightweight Code Generation. In this posting I will show you last performance boost and put down a summary about my experiment this far. (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net, C#, lcg, performance
5
votes

Top Level Domain Extensions–What do they stand for?

published 166 days, 16 hours, 44 minutes ago posted by mahibossmahiboss 175 days, 1 hour, 34 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Friday, February 05, 2010 8:49:50 AM GMT
The first brick that lays the foundation of the pillar of your online presence is a domain name. When we talk about domains, it becomes important to mention top-level domain names (TLDs). (more)
category: Web Hosting | clicked: 1 | comment | | source: blog.limedomains.com
tags: .biz, .cc, .com, .info, .me, .mobi, .Net, .org, .tv, domain, domain extension, domain name, ICANN, TLDs, top level domains
5
votes

Performance: Using dynamic code to copy property values of two objects

published 170 days, 21 hours, 35 minutes ago posted by gpeipmangpeipman 177 days, 10 hours, 25 minutes ago
Tuesday, February 09, 2010 12:48:36 PM GMT Tuesday, February 02, 2010 11:58:59 PM GMT
Last year I wrote short posting about how to use LINQ to find matching properties of two objects. In this posting I will show you how to copy values from one object to another and how to boost up performance so you can use this strategy also on in servers under heavy load. (more)
category: Visual Studio | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: .Net, Linq, performance, reflection
7
votes

ThinkInSQL.NET Open-Sourced

published 185 days, 18 hours, 57 minutes ago posted by takataka 194 days, 7 hours, 5 minutes ago
Monday, January 25, 2010 3:27:16 PM GMT Sunday, January 17, 2010 3:18:48 AM GMT
GoLogin 65972 members! Sign up to stay informed. Sponsored Links Resources .NET Research Library Get .NET related white papers, case studies and webcasts NewsNewsNewsMessages: 0Messages: 0Messages: 0Printer friendlyPrinter friendlyPrinter friendlyPost replyPost replyPost replyXMLXMLXML Posted by: Joe Clarke on Wed May 27 18:12:45 EDT 2009 DIGG Since 19... (more)
category: Open Source | clicked: 2 | comment | | source: www.theserverside.net
tags: .Net
3
votes

Reading the ProviderUserKey when using the SqlMembershipProvider

published 210 days, 23 hours, 30 minutes ago posted by rtpHarryrtpHarry 220 days, 10 hours, 12 minutes ago
Thursday, December 31, 2009 10:54:04 AM GMT Tuesday, December 22, 2009 12:12:08 AM GMT
The ProviderUserKey gives access to a unique identifier for each of the members in your membership data store. If you're doing a large amount of lookup's or want to cross link to another table you will find this technique will give you better performance than using the UserName property. (more)
category: ASP.NET | clicked: 1 | comment | | source: runtingsproper.blogspot.com
tags: .Net, article, ASP.NET, membership, MSDN
2
votes

MSDN Blog Postings » Blog Archive » Come see Scott Guthrie talk on Visual Studio 2010, web development and Silverlight 4

published 234 days, 4 hours ago posted by Webhost4lifeWebhost4life 243 days, 1 hour, 19 minutes ago
Tuesday, December 08, 2009 6:24:09 AM GMT Sunday, November 29, 2009 9:05:19 AM GMT
On December 4th we have a top speaker and .NET guru visiting Belgium: Scott Guthrie is doing a full afternoon at Kinepolis. This is your chance to attend a live session, be quick to register before all places are taken. The event is filling up really fast. What will Scott Guthrie talk about? Bringing you a full afternoon of technical content, Scott will start with an overview of the new features in Visual Studio 2010 and web development, also addressing ASP.NET MVC 2. In the second part of the session ... (more)
category: ASP.NET | clicked: 0 | comment | | source: msdnrss.thecoderblogs.com
tags: .Net, ASP.NET MVC 2, Visual Studio 2010
2
votes

Loading Enterprise Library validation rules from external file

posted by gpeipmangpeipman 257 days, 14 minutes ago
Sunday, November 15, 2009 10:10:18 AM GMT
Keeping validation rules in web.config may grow it pretty long and it is not convenient to make changes there anymore. Developers can manage validation rules easily by using Enterprise Library Configuration tool and therefore there is no good reason to handle validation rules manually. In this posting I will show you how to load validation rules from external configuration files. (more)
category: Architecture | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net, enterprise library, validation
3
votes

VS 2010 and .NET 4.0 Beta 2 - ScottGu's Blog

published 265 days, 2 hours, 1 minute ago posted by Webhost4lifeWebhost4life 267 days, 2 hours, 37 minutes ago
Saturday, November 07, 2009 8:23:26 AM GMT Thursday, November 05, 2009 7:47:08 AM GMT
I’m happy to announce that today we shipped the Beta 2 release of Visual Studio 2010 and .NET 4.0.  You can download it now.  VS 2010 and .NET Improvements VS 2010 and .NET 4 bring a huge number of improvements and additions. They include big advances for ASP.NET web development, WPF and WinForms client development, SharePoint development, Silverlight development, data development, parallel computing development, and cloud computing development.  VS 2010 also delivers a ton of improvements in the cor... (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, .Net 4.0, Visual Studio 2010, VS 2010
4
votes

ADO.NET Data Service Interceptors - Development With A Dot

published 270 days, 11 minutes ago posted by GodaddyGodaddy 270 days, 6 hours, 14 minutes ago
Monday, November 02, 2009 10:13:27 AM GMT Monday, November 02, 2009 4:09:45 AM GMT
ADO.NET Data Service Interceptors There are two possible interceptions you can perform on an ADO.NET Data Service:Query interception: intercept a query made for an entity in order to enforce a restriction;Change interception: intercept a request for updating an entity and possibly cancel it, or change the entity. Query interceptions are achieved by marking a method with attribute [QueryInterceptor]; the method must have the following signature:[QueryInterceptor("Author")] public Expression (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, ADO.NET, Query
3
votes

Security & Architecture : Il materiale della mia sessione al lancio di Windows 7

published 270 days, 11 minutes ago posted by DiscountASPDiscountASP 272 days, 21 hours, 30 minutes ago
Monday, November 02, 2009 10:13:27 AM GMT Friday, October 30, 2009 12:53:53 PM GMT
Iniziamo col dire che mi sono VERAMENTE DIVERTITO a trattare il tema sullo sviluppo .NET con Windows 7 anche grazie alle persone che erano presenti alla sessione (circa un migliaio) che mi hanno fatto stare a mio agio seguendo con attenzione le varie demo e soprattutto stando allo scherzo nella fase finale della sessione … nonostante ci sia stata una vera epidemia di timidezza :-):-) Un caloroso grazie va sicuramente anche al baldo volontario Riccardo Verona che si è fidato dell’invito sul palco :-) ... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: .Net, Windows 7
1
votes

Christian Binder #Making Software Development an Engineering Discipline# : VSTS 2010 Info Day am 26. November

posted by DiscountASPDiscountASP 272 days, 21 hours, 33 minutes ago
Friday, October 30, 2009 12:51:25 PM GMT
VSTS 2010 Info Day am 26. November Am 27.10 hatten wir in .NET UserGroup ULM ein Tages Workshop zu VS2010 ALM durchgeführt. Im Raum war absolut kein Platz mehr gewesen und die letzten Teilnehmer sind so gegen 19:00 erst gegangen. Aus meiner Sicht ein sehr gutes Event mit Top Fragen! Da das Event schon im Vorfeld überbucht war, haben wir uns entschieden am 26.11 es zu wiederholen. Nach meinem letzten Stand, waren von 45 Plätzen noch ca.10 frei :-) Hier geht’s zur Anmeldung. Chris Published ... (more)
category: Visual Studio | clicked: 0 | comment | | source: blogs.msdn.com
tags: .Net, VS2010, VSTS 2010
1
votes

Announcing EmailVerify.NET v3.0 - Efran Cobisi's Blog

posted by Webhost4lifeWebhost4life 273 days, 3 hours, 50 minutes ago
Friday, October 30, 2009 6:34:07 AM GMT
Announcing EmailVerify.NET v3.0 As the company lead developer, I'm proud to announce to my readers that our award winning e-mail verification and validation component for Microsoft .NET has reached version 3.0 today! This new version includes an improved disposable e-mail address validation algorithm and built-in Windows PowerShell support. Top features:E-mail syntax verification, according to RFC 2821 and RFC 2822MX record lookupDisposable e-mail address (DEA) validationSMTP availability checkMailbox... (more)
category: ASP.NET | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net, DEA, EmailVerify.NET, Microsoft, SMTP
Previous 1 2 3 Next