.NET Framework Articles (76) - Page 3

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

76 records found.
 
Vishvvas
Extensions Methods (Part I) in .NET Framework 
Last updated on: 08 Jul 2011 03:22:13 AM by Vishvvas | Views: 8688 | Category: .NET Framework |
Votes: 2 | Rating: 4 out of 5
From .NET framework 3.0, a very useful feature named extension method was added. This is simple to understand and use and developers would be happy to know about it.
Vishvvas
Invoking of delegates in .NET (Part II) 
Last updated on: 30 Jun 2011 03:42:44 AM by Vishvvas | Views: 14356 | Category: .NET Framework |
Votes: 1 | Rating: 4 out of 5
To see how dynamic invocation of delegates works and discuss about the usage scenario
Vishvvas
Weak references in .NET (Part I) 
Last updated on: 12 Jul 2011 04:31:31 AM by Vishvvas | Views: 20467 | Category: .NET Framework |
Votes: 2 | Rating: 5 out of 5
In this article, we are going to learn what are weak reference types and explore the scenarios for its usage.
Vishvvas
Invoking of delegates in .NET (Part I) 
Last updated on: 25 Jun 2011 09:00:21 AM by Vishvvas | Views: 10577 | Category: .NET Framework |
Votes: 1 | Rating: 5 out of 5
To see how these invocation works and infer when to use to what (i.e. Invoke and BeginInvoke)
Ambily.raj
Entity Framework - CodeFirst Model 
Last updated on: 15 May 2011 11:38:59 PM by Ambily.raj | Views: 42841 | Category: .NET Framework |
Votes: 4 | Rating: 4.75 out of 5
Entity Framework supported the development of applications using Schema first and Model First approach. Now, the new Entity Framework introduced the Code First approach.
Nithadeepak
Cryptography Application block in Enterprise Library 5.0 (part 2) 
Last updated on: 10 May 2011 01:23:12 AM by Nithadeepak | Views: 15070 | Category: .NET Framework |
Votes: 6 | Rating: 4.83 out of 5
Application blocks in enterprise library 5.0 simplifies the application development.....
Nithadeepak
Encryption and Decryption using Cryptography Application block in Enterprise Library 5.0(part 1) 
Last updated on: 09 May 2011 08:26:04 AM by Nithadeepak | Views: 21594 | Category: .NET Framework |
Votes: 9 | Rating: 4.33 out of 5
In this article we are going to learn how to use Cryptography Application Block. Cryptography application block helps to lessen the codes for encrytion and decryption.
  • Sashys
    Implementing Encryption and Decryption In Windows and Web application 
    Last updated on: 08 May 2011 08:50:42 AM by Sashys | Views: 14667 | Category: .NET Framework |
    Security is more important in any type of Application. The encryption and Decryption plays major role.
    Chvrsri
    How Different is C#.NET from VB.NET 
    Last updated on: 10 May 2011 10:27:57 AM by Chvrsri | Views: 17282 | Category: .NET Framework |
    Votes: 39 | Rating: 4.62 out of 5
    In this article I am going to present you a brief comparison between C#.NET and VB.NET in A-Z technical words.
    Nithadeepak
    How to use Logging Application Block in Enterprise Library 5.0 
    Last updated on: 27 Apr 2011 01:54:42 AM by Nithadeepak | Views: 85915 | Category: .NET Framework |
    Votes: 16 | Rating: 4.56 out of 5
    Here I'm writing about Logging Application Block of Enterprise Library 5.0. For using application blocks first you have to install Microsoft Patterns and Practices Enterprise Library 5.0. After installing this you will get an edit mode while right clicking the web.config from your application .
    Questpond
    B- Ball, C- Cat, D – dog: - Learning (REGEX) regular expression the easy way. 
    Last updated on: 23 Mar 2011 09:31:47 AM by Questpond | Views: 17875 | Category: .NET Framework |
    Votes: 5 | Rating: 5 out of 5
    Regex has been the most popular and easiest way of writing validations. The only big problem with regex has been the cryptic syntax. Developers who are working on projects with complicated validation always refer some kind of cheat sheet to remember the syntaxes and commands.
    Greendragons
    Add View in ILDASM.exe in Mouse Right Click option 
    Last updated on: 10 Mar 2011 10:14:54 AM by Greendragons | Views: 9951 | Category: .NET Framework |
    Votes: 1 | Rating: 4 out of 5
    It is quite troublesome to click ILDASM and then search for the assembly whose IL code you want to see. Well you can directly add "View In ILDASM.exe" in your right click option, so as you right click .dll or .exe files you get View In ILDASM.exe and eaisly view IL code.
    Karthikanbarasan
    Parallel Processing in Visual Studio 2010 - Part I 
    Last updated on: 15 Jan 2011 08:32:24 AM by Karthikanbarasan | Views: 10807 | Category: .NET Framework |
    Votes: 1 | Rating: 5 out of 5
    This articles is 1st part of the 5 part series which gives overview of the Parallel Processing in Visual Studio 2010.
    Ganeshji
    Private and Share Assembly 
    Last updated on: 09 Jan 2011 01:53:53 PM by Ganeshji | Views: 59452 | Category: .NET Framework |
    Votes: 2 | Rating: 4 out of 5
    In this article, i have tried to explain the difference between Private and Shared Assembly. I have also tried to give the steps to create such assemblies.
    Esensahoo
    Optimized way of XML Serialization using SGEN utility. 
    Last updated on: 31 Dec 2010 07:22:22 AM by Esensahoo | Views: 35075 | Category: .NET Framework |
    Votes: 1 | Rating: 5 out of 5
    This article describes step by step optimizing XML Serialization using SGEN.exe utility provided by Microsoft in .Net SDK