Click here to Skip to main content
15,889,877 members
Everything / .NET / .NET 3.5

.NET 3.5

.NET3.5

Great Reads

by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Daniel Vaughan
Calcium provides much of what one needs to rapidly build a multifaceted and sophisticated modular application. Includes a host of modules and services, and an infrastructure that is ready to use in your next application.
by Sacha Barber
It would probably be like Cinch, an MVVM framework for WPF.
by Marc Clifton
Review your project dependencies.

Latest Articles

by NikStar
Using OutgoingMessageProperties and OperationContextScope to implement authorization by http header for WCF client that communicates with non WCF-based web services.
by Sufyan S Jabr
All that you need to know when working with MSDTC, troubleshooting and problem solving.
by Jayson Ragasa
Multi RDP Client .NET is used for managing your RDP connections. It allows you to Import/Export .RDP files, disconnect all connection at one click, and connect all your servers at one click as well.
by Rahman Masudur
Few tricks about using a Resource Dictionary in WPF

All Articles

Sort by Title

.NET 3.5 

26 May 2010 by Mike Corley
C# (.NET and Mono) library provider for RRDtool
10 Jun 2010 by jp2code
I have a library that is published by a governmental, non-profit organization on how to generate models from data. It supplies a library file (coilmodel.dll) and a header (coilmodel.h).From the header, I see there are only four (4) exported methods that our applications will need.If I...
10 Jun 2010 by Fredrik Bornander
As long as the dlls are in a location that your application can find it's easy to import them to C#. One such place is in the same folder as your application (so just copy them to the bin\Debug folder.Since all the methods exported in the example above uses primitives all you have to do is...
23 Mar 2015 by Oleg Shilo
The extremely simple implementation of generic "Extension Properties"
9 Jan 2012 by ashriv
Hello Friends, I am trying to develop a web Application with the concept of Aspect Oriented Programming using C#.Net 3.5 . I want to know the better way to Implement it.Shall I use Unity Concept or go with POSTSHARP? which one is better? Thanks.
9 Jan 2012 by Ganesan Senthilvel
Aspect Oriented Programming using Postsharp is more faster than Unity. Postsharp is highly preferable for the various reasons like code enhancement, suitability of large projects, etc.Detailed comparison table is available at: http://www.sharpcrafters.com/postsharp/alternatives[^]
4 Oct 2011 by YOGESH DHAGE
In my class file i have following code:public Double GetScalarRes(String CmdStr, SqlCommand SqlCmd, String strConArc) { // This function return only 1 value i.e. double value. // It takes Query String and execute it on SQL server and returns only one value. ...
4 Oct 2011 by Mehdi Gholam
You need to return something in your catch statement. That's why you are getting an error.
4 Jan 2008 by dmihailescu
Use extension methods to augment the enums to validate the values and more
12 Jun 2013 by Renga.g
Hi friends,i need help,actually my project is .net framework 2.0, i open the project in .net framework 3.5,it was came like 'ScriptManager' is ambiguous in the namespace 'System.Web.UI''Update panle' is ambiguous in the namespace 'System.Web.UI'like this kind of error's, i don't...
12 Jun 2013 by yourfriendaks
Check The Reference Of Ajax U Added In U Project.I thinkU refrenced Two Version Of Ajax Control.Thus Why U Getting This.u have To remove one refrence.Check version of system.web.extentions
9 Mar 2009 by Paul_Wade
A WPF application for viewing RSS video feeds. Built using the MVVM pattern.
17 Dec 2008 by thund3rstruck
Writing and using cross platform AJAX in ASP.NET applications.
29 Jan 2011 by jim lahey
If they all access the same 3rd party library you only need to deploy it into the GAC once.
29 Jan 2011 by Abhinav S
I got interested and did some looking around - I found a very cool blog that may provide the answer to your problems - http://nbaked.wordpress.com/2010/03/28/gac-alternative/[^].
29 Jan 2011 by Asif Huddani
Hello Friend,I have application which deployment done using click once facility.I have more than 10 project like this and all access same 3rd party library.I don't want to install all library in GAC so system load can increase also click once install in temp folder so for each click...
29 Jun 2016 by Sergey Alexandrovich Kryukov
Yes, you can do it without GAC, and you don't even need to have the absolute folder name for you libraries.All you need to do is to make sure every application points to the library path relative to its executable path. For example, if you have several applications with the names *.exe. Then...
31 Jan 2011 by Asif Huddani
Check this link Microsoft http://msdn.microsoft.com/en-us/magazine/cc164080.aspx[^]
11 Oct 2007 by aSarafian
An article that tries to clear up the concept of serialization.
27 Mar 2010 by Sergey Sorokin
Use .NET 2.0 configuration features for building a pluggable provider framework for your application.
27 Dec 2011 by mohammadghaderian.bp
HiI want install my application that i programmed it with .net 3.5.in my installation process should i instal older version of .net for running my application ?application that instal with earlier version of .net require older version of .net ?thanks for your answer
27 Dec 2011 by uspatel
check system basic requirementsSystem requirements and recommendationapplication on earlier version will be run on latest versions.but reverse can or can not.
27 Dec 2011 by Mehdi Gholam
If you have built your application for .net 3.5 then all you need to install is the 3.5 framework (.net 3.5 will install .net 2 if it does not exist anyway).
17 May 2017 by Marco Bertschi
Starting with Windows 8, .NET 3.5 comes more or less tightly coupled to the OS, as a Windows Feature.
21 Jun 2013 by hardikshahmca9
Hi,I have prepared .net application using .net framework 3.5, it runs fine in local machine but not working from network drive. Following error found ************** Exception Text **************System.Security.SecurityException: Request for the permission of type...
21 Jun 2013 by Mehdi Gholam
Read the following (.net v3.5 runs on the v2 of the framework): http://social.msdn.microsoft.com/Forums/vstudio/en-US/e4a65263-24f9-45a6-a2ad-6c26aae36075/how-to-run-net-executable-on-a-network-drive[^]
2 Nov 2010 by Daniel Ranger
Native C++ implementation of the .NET Asynchronous Design Pattern using Windows I/O Completion Ports
6 Jan 2014 by Assil
This article describes asynchronous patterns in .NET and how to do them.
23 May 2010 by ibraaaa
I'm developing an Asynchronous Game Server using .Net Socket Asynchronous Model( BeginAccept/EndAccept...etc.)The problem I'm facing is described like that:When I have only one client connected the server response time is very fast but once a second client connects, the server response...
28 May 2010 by ibraaaa
-disabled Nagle Algorithm i.e. set Socket.NoDelay = true-in WaitForData method, moved call to BeginRecieve befor handling the previously received packet
13 Feb 2012 by RAMALINGAM.K
hai i am freasher now i wanna interview questions and answers in .net c#,sql, so please send any good link or questions paper pls pls
13 Feb 2012 by Sergey Alexandrovich Kryukov
Even though this is off-topic, as Varun mentioned, I'll give you just one advice:Don't try to learn interview questions. This is totally useless. You need real knowledge and experience, not the knowledge of the questions and answers. If I interviewed you, I would detect this pseudo-knowledge...
13 Feb 2012 by thatraja
Agree with others. You have to learn C#, ASP.NET, SQL Server from basic level which is recommended way.Here more than couple of ways to learn anything in internet.Education Needed[^]If you still want interview questions then check this(here before I have answered similar...
7 Feb 2011 by Toniyo Jackson
Hi friends,I am planning to do .Net certification. I don't have any idea about the exams. I have 3 years of experience in .Net. Which certification i need to write first?and What is cost for each certification?Please help...
7 Feb 2011 by sapien4u
You can refer the following LINK CLICK HERE[^] to know more about the MS .NET certifications.You can try to get the MCPD first. For this you have to pass 3 exams. You can get MCPD both for WEB and Windows Application development.
7 Feb 2011 by sapien4u
If you pass two of the exams, you will get the MCTC certificate. You will also get the DUMPS which will help you pass the exams.
7 Feb 2011 by sapien4u
Try these sites, but they are charging for the dumps CLICK HERE[^]and HERE[^]
7 Feb 2011 by sapien4u
Try these sites. They say these are free. I havent tried them, as i cant download these files in my office. Pls try THIS[^]and THIS[^]
7 Feb 2011 by sapien4u
Try the following link to get the exam fees. I think it is different for different countries.Try THIS[^]
16 Dec 2013 by Member 10471676
We are currently migrating a PDA application from .NET compact framework 1.1 to .NET compact framework 3.5.PDA having operating system Windows 6.0 and 6.5 installedOn got_focus event of custom text box we have wrote below codeprivate void tbCustom_GotFocus(object sender, EventArgs e){...
9 May 2010 by avishekrc
Hi,Can any one tell me the number of .Net compliant Languages for framework 2.0,3.0 and 3.5 separately?Thanks in Advance.
9 May 2010 by Peace ON
Find following links useful...http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=39[^]http://www.dotnetpowered.com/languages.aspx[^]http://en.wikipedia.org/wiki/CLI_Languages[^]Hope this will help!
5 Jun 2010 by mutahar143
HiI am currently doing my MCA final year. I have taken .NET related project.I want to know what are the courses related to .NET in market currently and which one is most populat now a day's?
5 Jun 2010 by Sandeep Mewara
mutahar143 wrote:the courses related to .NET in market Have a look at these links:http://www.microsoft.com/indonesia/learning/info/dev.aspx#new[^]http://www.microsoft.com/learning/en/us/certification/view-by-name.aspx[^]mutahar143 wrote:which one is most populat now a day'sProjects...
28 Sep 2012 by JF2015
What you want is a code obfuscator. VisualStudio ships one for free:http://forum.codecall.net/topic/39818-tutorial-visual-studio-2008-obfuscating-with-dotfuscator/#axzz27lQIhjBc[^], but there are lots of other available. See...
28 Sep 2012 by Dharmendra-18
hi i want to make dll of .net but it is crack by .net reflector. so i want create dll which is not cracked by .net reflector have any tips and tricks then give me..thanks in advance
19 Jul 2010 by psynergy
Is there an existing framework or example of calling a service / web service settings stored within a Database that can be dynamically invoked?I have looked into Microsoft Service Factory 2008, Service Invocation Framework and Web Service Dynamic Proxy but not found anything all that helpful.
19 Jul 2010 by #realJSOP
Your question makes little sense. If you are asking if you can get aweb serive's settings from a database in order to communicate with the web service, yes you can, but only if that database can be accessed without the use of the web service. Typically, a web service can only be accessed...
11 Mar 2010 by fabianse
Base practice code for those preparing the exam 70-536 or learning the .NET framework basis
22 Jan 2014 by Akashkumar Bammrotwar
I had developed a WCF Service in .net framework 4.0 and Client in .net framework 3.5. Does it create a problem? I mean it is possible to for .net framework 3.5 can consume the service which is build on .net framework 4.0 and using binding "wsDualHttpBinding"? I had tested in the two situation...
22 Jan 2014 by Sampath Lokuge
No,Always you can do this.B'cos it's having backward compatibility with the earlier version.So, if you're having something wrong,it should give the same error on your local host also.Hence, you don't have any problem with local host means where may be the problem with something else.So try to...
10 Sep 2008 by Mayur Chauhan
An UI tool that can be used to zip and unzip a file.
28 Aug 2014 by NILADRI SEN
First of all, sorry for this extra descriptive question.I was implementing my own assembly rather calling anything from GAC! I started with a Class Library project in Visual C# 2010 Express edition. The file Class1.cs looked very simple as:using System;using...
6 Aug 2008 by SHRIDHAR TL
Compose mail messages and send them through your mail account provider.
26 Apr 2010 by Izzet Kerem Kusmezer
With this tool you can download whole .NET Framework source code at once, and enjoy offline browsing. With it, you can have whole the source code without any Visual Studio product installed
2 Dec 2008 by Cirilo Meggiolaro
Multicast delegates provide functionality to execute more than one method.
12 Oct 2010 by Michael Schindin
Hello Community :)Im looking for an Obfuscator that supports Annotations (System.Reflection.ObfuscationAttribute) and multiple Assembly fuscating as freeware.have anyone an idea?used Google for hours, find some stuff but none as freeware ^^ or you don't allow to use Commercial....
12 Oct 2010 by #realJSOP
Most (if not all) enterprise-capable obfuscators are retail products. You may as well stop looking for "free" stuff now, before your head explodes.
24 Sep 2011 by sadhu.santhosh
Write codes for sending eMails through smtp.gmail.com. in .net webform using c#.net
24 Sep 2011 by DaveAuld
Article contains both C# and VB.net variants.How to Send Mails from your GMAIL Account through VB.NET or C#. Windows Programming, with a Bit of Customization[^]
15 Jul 2014 by AlexF185
A dynamic progress bar control easy to use and literally plug and play
1 Jan 2008 by malikusman
DCOM component replacement in .NET is .NET remoting
3 Mar 2010 by Ron Beyer
Explains producing and consuming .NET remoting events, the drawbacks, and advantages.
25 Oct 2015 by Greg Nutt
This is a VB.NET Version for ".NET Remoting Events Explained"
20 Jul 2011 by Saumitra Kumar Paul
Dear Friend,I am working with a .Net 3.5 remoting application. For example, it has following functions-1. Add, Edit, Delete branch2. Add, Edit, Delete zone3. Add, Edit, Delete employee As a remote object, i have the following class:My first question is how i should create...
6 Aug 2010 by pratik S Tamhane
I am designing the technical architecture for a system. What is better Remoting or Web Services? Is WCF Service better?
6 Aug 2010 by Yusuf
There is no single technology that is better or worst. There are all tools in your toolbox. Every task is different, may be in one task remoting works best while on another task Web services works better. Evaluate all your options and consider the pros and cons of all
6 Aug 2010 by Abhinav S
It really depends on what you are trying to do. If you post the task you are trying to accomplish here, someone might be able to guide you.
17 Aug 2010 by Rashid Anwar Saifi
Performance point of view Remoing is better.Web service is plateform indpendent but Remoting needs .net application too on other end.It is totally depends on your requirement.Regrads,Rashid Anwar Saifi
3 Aug 2011 by Saumitra Kumar Paul
Dear Friends,Hope all you are fine.I am working on a .net remoting projectWhen i use console application as a host, everything works fine. This example has taken from Apress book. Code are as follows:'Remoting object: Project name- SimpleLibrary (class library project), Class file...
27 Aug 2012 by Kumar, Ravikant
A .NET resource (.resx file) translator. English to any other language.
19 May 2008 by Ralph in Boise
Edit web.config to Update the Data Provider for Shared Hosting with Role-Based Security: SQL Server, ODBC, Active Directory, ADAM, SQLite, MySQL, Access, XML
24 Jul 2011 by amit007 singh
how to store college session like 2011-12 into database asp.net c# code and databaseformate like integer
24 Jul 2011 by Shameel
Question is not clear, please rephrase it. However, if you are asking about storing college year as integer, I do not see a problem here you can create a database like this:CREATE TABLE CollegeYear ( YearNo int )INSERT INTO CollegeYear (YearNo) VALUES (2010)INSERT INTO...
26 Aug 2011 by Jecho Jekov
How to use .NET settings files in class library projects.
5 Dec 2010 by nileoflove
hi i trying To Creat Server Client Application Using .Net Sockets With The BeginXXX & EndXXX Or SocketAsyncEventArgs The Server Only Push The data To Clients i Used The Socket Class To Create Client & Server But I All Worked Fine But I Have One Problem the Data Is Confilect When...
5 Dec 2010 by sandipapatel
Server.csu...
23 Oct 2008 by Anon1234567890
A splash screen which allows for dynamic creation and updates.
15 Dec 2008 by David Polomis
Loads a Targa image file into a Bitmap using nothing but .NET code.
24 Aug 2011 by rajah rajah
Give me a suggestion for this issue...I'm using two tables in same form here i using a hyperlink option named VIEW in first table.when i click this VIEW link i need to display the below table , which i put Visible=false.
24 Aug 2011 by walterhevedeich
If the type of your table is HTMLTable[^], you can easily do this on the code behind because of the Visible property. As for the hyperlink, I suggest you use LinkButton[^] instead because it has a click event where you will be able to set the code to display/hide the table.
24 Aug 2011 by koolprasad2003
on DataGridView1_CellClick event you can check the e.ColumnIndex if it is hyperlink column then make Gridview2.Visible=true
24 Aug 2011 by HarinderS
I am a rookie, and not sure if i am telling correct or not, but i want to answer you little logically.....See you have two tables like table1 and table2...... and supposingly you already set table2.visible = false;You should go to the event handler of your VIEW hyperlink in table1, like...
11 Dec 2011 by dookie009
helloi was wondering if it is possible to invoke function from a form, from a HTML document in the webbrowser object. i have html doc with a text box and a button. want i want is this:to click the button (that will execute function in the form) and all the contents from the textbox be...
3 May 2016 by Southmountain
this post discussed .NET versioning and multi-targeting of .NET application and component written in C#.
18 Feb 2012 by Anshul Mehra
After hosting WebBrowser control in WPF based application, it was observed that in repeated access to custom web pages the memory consumption keeps spiking and since this is a custom browser application so the WPF browser application goes into a hung state after some time.I understand that...
7 Mar 2013 by Anshul Mehra
Since we might or might not have control over the web page loaded in our Web Browser control based application, so for the web pages A) Code for those web pages on which we have controlB) Code for those web pages on which we don't have controlA) Code for those web pages on which we...
23 Jul 2013 by Deepak.xip
Hi,I have an application (video converter) that i have built in vs2008.it requires complete installation to run.it is not running after installing only .net framework 3.5.Please suggest me a solution.Thanks in Advance
23 Jul 2013 by Sergey Alexandrovich Kryukov
No, it does not. The .NET applications don't require Visual Studio for running, ever. They don't even require any Visual Studio redistributable packages, as some other projects do. Such application only require .NET framework. If you use any 3rd-party libraries, you of course need to...
23 Oct 2014 by BrokenEvent
.NET WinForms Tray icon implemenation with Win7 and Vista features: GUID identification, large custom icons, custom UI instead of the hint, etc.
8 Mar 2011 by Debojyoti Majumder
I have .Net WMI Provider extension.I am Installing my provider using InstallUtil.If I remove my assembly without uninstalling using InstallUtil. During installation the MOF file is getting created successfully but it's failing to compile. It giving error like this...An error...
30 Jul 2008 by szgerg
An article on .NET localization
7 Feb 2011 by asheesh goja
This article shows you how to build a simple cross-platform interoperation solution between .NET and Java using the Service Interface and Data Transfer Object (DTO) architecture patterns
16 Sep 2012 by golrokh_ka
hi ,, my website was created with .Net 3.5 , i cant install .Net 3.5 on the server, can i run my website with .net4 on IIS ??
16 Sep 2012 by PBGuy
Yes, you can. If you installed .NET 3.5. Otherwise, you need to update your site. It also can be depended on the configuration setting in your web.config. And if you use IIS 7.0 and running the 3.5 application in 4.0 framework. You need to change and put your application in different application...
9 Mar 2022 by babasateesh
Hi,What is the need for generating a .dll out of a .resx file and using it in the project???I have a project where i am using a .dll instead of the .resx,can u please explain to me what is the exact process of doing that and deploying in the server??Thanks Sateesh
26 Jul 2010 by E.F. Nijboer
You create a new dll and add the .resx as resource.Good luck!ps. found you an codeproject example about language resources but the idea is the same..NET - Localization using Resource file[^]
19 Dec 2010 by Sandeep Mewara
As said earlier, please avoid posting problem statments. Post what you have tried and stuck up with. Here is what is expected by enquirers:1. TRY first what you want to do!2. Formulate what was done by you that looks like an issue/not working. Try them and tell if you face issues....