Click here to Skip to main content
15,908,661 members
Everything / Annotation

Annotation

annotation

Great Reads

by Safak Tarazan
Creation of a very simple MapView app and putting an annotation on it
by Monjurul Habib
Domain Model Layer will be better isolated from infrastructure implementation. Everything what you can configure with DataAnnotations is also possible with the Fluent API. The reverse is not true. So, from the viewpoint of configuration options and flexibility the Fluent API is “better”.
by sathya88
A simple framework for data validation using data annotations at entity level.
by Talal Tayyab
Declaration of conditional logic for Data annotation validation attributes

Latest Articles

by AmrDeveloper
How to get any Adapter class from model class easily and quickly
by Talal Tayyab
Declaration of conditional logic for Data annotation validation attributes
by Sreenivas Chinni
This is a tip to add custom data annotation with client validation in ASP.NET MVC 5
by sathya88
A simple framework for data validation using data annotations at entity level.

All Articles

Sort by Score

Annotation 

7 Jul 2013 by Safak Tarazan
Creation of a very simple MapView app and putting an annotation on it
6 Jun 2013 by amiraf123
Hello,is it possible to validate datatypes fields using annotations ?for example:if i have the class:public class Worker{ @NameAnno private String name; @EmailAnno private String email; public Worker() { name = "AnyName"; email =...
6 Jun 2013 by Nagy Vilmos
Try reading the documentation for JaValid[^]. Might be of use.
7 Jan 2015 by Sivaprasad SR
Hi,I was trying to add website dynamically in google custom search , so i add a xml file that pointing to my xml contains the website that is uploaded in a web space as it is mentioned in the googledeveloper document underneath "Hosting the Annotations Files Yourself" like...
15 Feb 2015 by Member 10627743
I am developing a simple login in android using parse, when i try to run the app in the emulator it crashes and shows "Unfortunately parse login tutorial has stopped" how can i rectify thisSee the stack trace below02-14 16:41:01.518 1108-1108/com.example.akinyemi.parselogintutorial...
7 Mar 2016 by Member 12375828
Hi all,I have a spring mvc application,there are two steps that I want to do.First to read date from database and show it in a table in jsp file,for each row in the table,there is a drop down list in the jsp file.Next step is to submit the data in the table,but the problem is that...
7 Mar 2016 by Shubhashish_Mandal
Hope this link will give your all answer.W2Ui GridI have used it in many application. It is really a cool api.
2 Jun 2017 by toomanydoubts.
I know that we cannot create an object of an interface . Annotation e = new Annotation () ; // compile time error . But I am confused about what happens in the following code . Class c = ob.getClass() ; // ob is an object of a class created by us . ...
11 Jul 2019 by Abbas A. Ali
I was playing around with annotation processing and was unable to use generated files directly via an import in my code. Instead I had to prepend the generated classes with its complete package. I (accidentally) figured out the reason for this, turned out to be pretty simple, the error was...
3 Mar 2020 by Padam Agrawal
I need annotation (text, line, arrow) on existing video files. for this we use canvas layer for front end and video player at back end. and I play both at same time and its works. (using .net WPF) But now need to export into one video file...
3 Mar 2020 by Gerry Schmitz
Use screen capture software (full screen). I'm using Microsoft Expression Encoder 4; the output can be converted to mp4 using the MS Photo Editor. Download Microsoft Expression Encoder 4 from Official Microsoft Download Center[^]
6 Nov 2020 by vetrichelvi
I want to draw text, mark up and draw lines, rectangle, arrow marks on image. My application is windows based desktop application and it depends on .NET framework 3.5. User must be able to edit the image, draw text over image at run time. There...
6 Nov 2020 by OriginalGriff
What you are trying to do is pretty complicated - there are a huge number of packages available which will let you do that, and which provide the important "layered storage" that you need to save it and then continue working later. This is...
6 Nov 2020 by RickZeeland
Take a look at: GitHub - GroupDocs.Annotation for .NET examples, plugins and showcase projects[^] Although it is on GitHub, it does not seem open-source however ...
9 Dec 2021 by Member 15435322
Hi all, suppose I have a json like this , when I am send request to the server, where I am using RestTemplate generate to do this. When I send success request I am getting sucess response like this. { "code": 0, "message": "Successfully...
21 Nov 2022 by KingBobBo
I will try and be as clear and distinct as possible with my purpose. First of all, I have created a food ordering page where you can order different food dishes. Let me start by showing some of my frontend code: const submitOrderHandler =...
15 Oct 2012 by Monjurul Habib
Domain Model Layer will be better isolated from infrastructure implementation. Everything what you can configure with DataAnnotations is also possible with the Fluent API. The reverse is not true. So, from the viewpoint of configuration options and flexibility the Fluent API is “better”.
11 Nov 2013 by sathya88
A simple framework for data validation using data annotations at entity level.
12 Aug 2014 by Talal Tayyab
Declaration of conditional logic for Data annotation validation attributes
11 Jun 2014 by Sreenivas Chinni
This is a tip to add custom data annotation with client validation in ASP.NET MVC 5
3 May 2013 by gicalle75
question: how can you keep things DRY by only applying metadata information for dataannotations and validation on the master class, and then reuse this on the viewmodels?example:class book (domain model) and the metadataImports...
4 Mar 2022 by AmrDeveloper
How to get any Adapter class from model class easily and quickly
5 Jun 2018 by Abdul Sami khan
we want to add/edit annotation to existing pdf show this pdf in our application like a pdf viewer and editor where people can add annotation?How can I achieve this? What I have tried: Previously I was looking for a javascript script or jquery solution for this but I did't find any free plugin.
5 Sep 2021 by User 15041314
Hi there, When I using xml configuration I must write xml configuration, which can use annotation base configuration, but I don't want to using this style, I want to use with annotation. is it possible? What I have...